RE: Scroll wheel not working in X

2003-01-11 Thread Doug Brucks
When I last tried to use a mouse through a KVM (one with external power and 
one without), I was using RH7.0 and XFree 3 ( I think).  Scrolling didn't 
work on either of the linux boxes, so I hooked a separate mouse direct to 
the linux box and forgot about it until now.

I unplugged the mouse direct to the linux box and plugged in the KVM mouse 
cable.  On the non-powered KVM, RH8.0, XFree 4...  scrolling works just 
fine now!  Maybe the newer XFree?  I'll try it on the powered KVM when I 
get back to work on Monday.  Anyway, I have a little more desk space now... 
and no more grabbing the wrong mouse. :)

Doug

 Interesting...perhaps it's the KVM switch that I use then...
 
 Craig

 I gave up trying to get linux to recognize the wheel through my kvm device
 (both at home and at work).  It works fine on the windows boxes connected
 through the kvms, but not on the linux boxes.  I finally gave up and
 connected a mouse direct to the linux box.  Scrolls just fine that
 way.  I've heard that some kvm's work with the wheel... and some don't.
  Doug



I had given up a long time ago because I really didn't care enough to
figure it out BUT this thread got me thinking about it.

Turned out that I got it to work finally...I had 2 mice configured in
/etc/X11/XF86Config   Mouse0  DevInputMice. I commented out the latter
throughout and restarted X and it now works. Not important but wanted to
let you know that if you look at it, the answer is quite possibly in
front of you.

Craig





--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Scroll wheel not working in X

2003-01-10 Thread Aaron Konstam
On Thu, Jan 09, 2003 at 09:09:59PM -0700, Craig White wrote:
 On Thu, 2003-01-09 at 18:58, Doug Brucks wrote:
  At 08:47 PM 1/8/2003 -0700, you wrote:
  Interesting...perhaps it's the KVM switch that I use then...
  
  Craig
  
  I gave up trying to get linux to recognize the wheel through my kvm device 
  (both at home and at work).  It works fine on the windows boxes connected 
  through the kvms, but not on the linux boxes.  I finally gave up and 
  connected a mouse direct to the linux box.  Scrolls just fine that 
  way.  I've heard that some kvm's work with the wheel... and some don't.
   Doug
  
 
 
A mouse clause in your XF86Config file should make the wheel work:
Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Device /dev/mouse
Option  Protocol IMPS/2
Option  Emulate3Buttons off
Option  ZAxisMapping 4 5

If not look for the imwheel program.
-- 
---
Aaron Konstam
Computer Science
Trinity University
715 Stadium Dr.
San Antonio, TX 78212-7200

telephone: (210)-999-7484
email:[EMAIL PROTECTED]



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-09 Thread Craig White
On Wed, 2003-01-08 at 23:56, Wolfgang Gill wrote:
 I found that it only seems to work in Linux with the IMPS/2 protocol. Using
 the PS/2 protocol it doesn't. Checkout the config in one of the messages
 below..
 
 Wolf
 
 
-
Section InputDevice
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Doesn't scroll...

Craig



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-09 Thread Doug Brucks
At 08:47 PM 1/8/2003 -0700, you wrote:

Interesting...perhaps it's the KVM switch that I use then...

Craig


I gave up trying to get linux to recognize the wheel through my kvm device 
(both at home and at work).  It works fine on the windows boxes connected 
through the kvms, but not on the linux boxes.  I finally gave up and 
connected a mouse direct to the linux box.  Scrolls just fine that 
way.  I've heard that some kvm's work with the wheel... and some don't.

Doug




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


RE: Scroll wheel not working in X

2003-01-09 Thread Mike Vanecek
 At 08:47 PM 1/8/2003 -0700, you wrote:
 Interesting...perhaps it's the KVM switch that I use then...
 
 Craig
 
 I gave up trying to get linux to recognize the wheel through my kvm 
 device 
 (both at home and at work).  It works fine on the windows boxes 
 connected through the kvms, but not on the linux boxes.  I finally 
 gave up and connected a mouse direct to the linux box.  Scrolls just 
 fine that way.  I've heard that some kvm's work with the wheel... 
 and some don't.

I use an OmniView SE KVN on both win2k and RH8 without problems. The KVN 
requires an external power supply (ac adapter). I have used KVNs that used 
internal power via the KB/Mouse and have had similar difficulties. 
Consequently, I never use anything other than a KVN with external power 
supply.

-- 
  Mike.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-09 Thread Craig White
On Thu, 2003-01-09 at 18:58, Doug Brucks wrote:
 At 08:47 PM 1/8/2003 -0700, you wrote:
 Interesting...perhaps it's the KVM switch that I use then...
 
 Craig
 
 I gave up trying to get linux to recognize the wheel through my kvm device 
 (both at home and at work).  It works fine on the windows boxes connected 
 through the kvms, but not on the linux boxes.  I finally gave up and 
 connected a mouse direct to the linux box.  Scrolls just fine that 
 way.  I've heard that some kvm's work with the wheel... and some don't.
  Doug
 


I had given up a long time ago because I really didn't care enough to
figure it out BUT this thread got me thinking about it.

Turned out that I got it to work finally...I had 2 mice configured in
/etc/X11/XF86Config   Mouse0  DevInputMice. I commented out the latter
throughout and restarted X and it now works. Not important but wanted to
let you know that if you look at it, the answer is quite possibly in
front of you.

Craig



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Scroll wheel not working in X

2003-01-08 Thread Oisin C. Feeley


On Wed, 8 Jan 2003, Sylvain Lavoie wrote:
snip
Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
8.0 installed from scratch), the scroll wheel of my Logitech Optical 
mouse dosen't want to work (the rest of the mouse works fine)!  I have 
snip

Add the following line into Section InputDevice:
   Option  ZAxisMapping  4 5

HTH,
Oisin Feeley




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Scroll wheel not working in X

2003-01-08 Thread Brent Fox
On Wed, 2003-01-08 at 12:07, Sylvain Lavoie wrote:
 Hello everyone,
 
 Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
 8.0 installed from scratch), the scroll wheel of my Logitech Optical 
 mouse dosen't want to work (the rest of the mouse works fine)!  I have 
 tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
 configuration tools/parameters for the XF86Config file I could find but 
 it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
 device in X.  I tried the mouse on both the USB and the PS/2 port and 
 got the same result.  I also tried a different Logitech wheel mouse... 
 The problem seems to be linked directly to that PC (the wheel works in 
 windose on that PC)! I'm not sure what to try next...  I'm hopping some 
 some of you could illuminate me!

Try running redhat-config-mouse and selecting the correct mouse.  It
should add the correct line in the XF86Config file.  Does that fix the
problem?

Cheers,
  Brent



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread Wolfgang Gill
Try adding this line to your XF86Config file..

Section InputDevice
Identifier  Mouse1
Driver  mouse
Option  Device /dev/mouse
Option  Protocol IMPS/2
Option  Emulate3Buttons no
Option  ZAxisMapping 4 5  Add this line for scroll wheel
EndSection

Wolf


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 8 January 2003 7:07 AM
To: psyche-list
Subject: Scroll wheel not working in X


Hello everyone,

Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
8.0 installed from scratch), the scroll wheel of my Logitech Optical 
mouse dosen't want to work (the rest of the mouse works fine)!  I have 
tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
configuration tools/parameters for the XF86Config file I could find but 
it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
device in X.  I tried the mouse on both the USB and the PS/2 port and 
got the same result.  I also tried a different Logitech wheel mouse... 
The problem seems to be linked directly to that PC (the wheel works in 
windose on that PC)! I'm not sure what to try next...  I'm hopping some 
some of you could illuminate me!

Thanks!
Sylvain

##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread Craig White
The concept is good but of course, this doesn't make it work on
Evolution or Mozilla which are the primary applications, at least not on
my system running KDE.

Craig

On Wed, 2003-01-08 at 17:52, Wolfgang Gill wrote:
 Try adding this line to your XF86Config file..
 
 Section InputDevice
 Identifier  Mouse1
 Driver  mouse
 Option  Device /dev/mouse
 Option  Protocol IMPS/2
 Option  Emulate3Buttons no
 Option  ZAxisMapping 4 5  Add this line for scroll wheel
 EndSection
 
 Wolf
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 8 January 2003 7:07 AM
 To: psyche-list
 Subject: Scroll wheel not working in X
 
 
 Hello everyone,
 
 Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
 8.0 installed from scratch), the scroll wheel of my Logitech Optical 
 mouse dosen't want to work (the rest of the mouse works fine)!  I have 
 tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
 configuration tools/parameters for the XF86Config file I could find but 
 it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
 device in X.  I tried the mouse on both the USB and the PS/2 port and 
 got the same result.  I also tried a different Logitech wheel mouse... 
 The problem seems to be linked directly to that PC (the wheel works in 
 windose on that PC)! I'm not sure what to try next...  I'm hopping some 
 some of you could illuminate me!
 
 Thanks!
 Sylvain
 
 ##
 Attention: 
 This e-mail message is privileged and confidential. If you are not the 
 intended recipient please delete the message and notify the sender. 
 Any views or opinions presented are solely those of the author.
 
 This e-mail has been scanned and cleared by MailMarshal 
 www.marshalsoftware.com
 ##
 
 
 
 -- 
 Psyche-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/psyche-list



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread Wolfgang Gill
It does on my system. And I run Evolution and Mozilla..

Wolf


-Original Message-
From: Craig White [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 8 January 2003 5:42 PM
To: [EMAIL PROTECTED]
Subject: RE: Scroll wheel not working in X


The concept is good but of course, this doesn't make it work on
Evolution or Mozilla which are the primary applications, at least not on
my system running KDE.

Craig

On Wed, 2003-01-08 at 17:52, Wolfgang Gill wrote:
 Try adding this line to your XF86Config file..
 
 Section InputDevice
 Identifier  Mouse1
 Driver  mouse
 Option  Device /dev/mouse
 Option  Protocol IMPS/2
 Option  Emulate3Buttons no
 Option  ZAxisMapping 4 5  Add this line for scroll
wheel
 EndSection
 
 Wolf
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 8 January 2003 7:07 AM
 To: psyche-list
 Subject: Scroll wheel not working in X
 
 
 Hello everyone,
 
 Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
 8.0 installed from scratch), the scroll wheel of my Logitech Optical 
 mouse dosen't want to work (the rest of the mouse works fine)!  I have 
 tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
 configuration tools/parameters for the XF86Config file I could find but 
 it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
 device in X.  I tried the mouse on both the USB and the PS/2 port and 
 got the same result.  I also tried a different Logitech wheel mouse... 
 The problem seems to be linked directly to that PC (the wheel works in 
 windose on that PC)! I'm not sure what to try next...  I'm hopping some 
 some of you could illuminate me!
 
 Thanks!
 Sylvain
 
 ##
 Attention: 
 This e-mail message is privileged and confidential. If you are not the 
 intended recipient please delete the message and notify the sender. 
 Any views or opinions presented are solely those of the author.
 
 This e-mail has been scanned and cleared by MailMarshal 
 www.marshalsoftware.com
 ##
 
 
 
 -- 
 Psyche-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/psyche-list



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread Craig White
Interesting...perhaps it's the KVM switch that I use then...

Craig

On Wed, 2003-01-08 at 20:45, Wolfgang Gill wrote:
 It does on my system. And I run Evolution and Mozilla..
 
 Wolf
 
 
 -Original Message-
 From: Craig White [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 8 January 2003 5:42 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Scroll wheel not working in X
 
 
 The concept is good but of course, this doesn't make it work on
 Evolution or Mozilla which are the primary applications, at least not on
 my system running KDE.
 
 Craig
 
 On Wed, 2003-01-08 at 17:52, Wolfgang Gill wrote:
  Try adding this line to your XF86Config file..
  
  Section InputDevice
  Identifier  Mouse1
  Driver  mouse
  Option  Device /dev/mouse
  Option  Protocol IMPS/2
  Option  Emulate3Buttons no
  Option  ZAxisMapping 4 5  Add this line for scroll
 wheel
  EndSection
  
  Wolf
  
  
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, 8 January 2003 7:07 AM
  To: psyche-list
  Subject: Scroll wheel not working in X
  
  
  Hello everyone,
  
  Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
  8.0 installed from scratch), the scroll wheel of my Logitech Optical 
  mouse dosen't want to work (the rest of the mouse works fine)!  I have 
  tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
  configuration tools/parameters for the XF86Config file I could find but 
  it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
  device in X.  I tried the mouse on both the USB and the PS/2 port and 
  got the same result.  I also tried a different Logitech wheel mouse... 
  The problem seems to be linked directly to that PC (the wheel works in 
  windose on that PC)! I'm not sure what to try next...  I'm hopping some 
  some of you could illuminate me!
  
  Thanks!
  Sylvain
  
  ##
  Attention: 
  This e-mail message is privileged and confidential. If you are not the 
  intended recipient please delete the message and notify the sender. 
  Any views or opinions presented are solely those of the author.
  
  This e-mail has been scanned and cleared by MailMarshal 
  www.marshalsoftware.com
  ##
  
  
  
  -- 
  Psyche-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/psyche-list
 
 
 
 -- 
 Psyche-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/psyche-list
 
 ##
 Attention: 
 This e-mail message is privileged and confidential. If you are not the 
 intended recipient please delete the message and notify the sender. 
 Any views or opinions presented are solely those of the author.
 
 This e-mail has been scanned and cleared by MailMarshal 
 www.marshalsoftware.com
 ##
 
 
 
 -- 
 Psyche-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/psyche-list



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread Wolfgang Gill
I use a KVM switch at home too, and it works... (I doesn't with windows!!??
Go figure)

Wolf


-Original Message-
From: Craig White [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 8 January 2003 5:48 PM
To: [EMAIL PROTECTED]
Subject: RE: Scroll wheel not working in X


Interesting...perhaps it's the KVM switch that I use then...

Craig

On Wed, 2003-01-08 at 20:45, Wolfgang Gill wrote:
 It does on my system. And I run Evolution and Mozilla..
 
 Wolf
 
 
 -Original Message-
 From: Craig White [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 8 January 2003 5:42 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Scroll wheel not working in X
 
 
 The concept is good but of course, this doesn't make it work on
 Evolution or Mozilla which are the primary applications, at least not on
 my system running KDE.
 
 Craig
 
 On Wed, 2003-01-08 at 17:52, Wolfgang Gill wrote:
  Try adding this line to your XF86Config file..
  
  Section InputDevice
  Identifier  Mouse1
  Driver  mouse
  Option  Device /dev/mouse
  Option  Protocol IMPS/2
  Option  Emulate3Buttons no
  Option  ZAxisMapping 4 5  Add this line for scroll
 wheel
  EndSection
  
  Wolf
  
  
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, 8 January 2003 7:07 AM
  To: psyche-list
  Subject: Scroll wheel not working in X
  
  
  Hello everyone,
  
  Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
  8.0 installed from scratch), the scroll wheel of my Logitech Optical 
  mouse dosen't want to work (the rest of the mouse works fine)!  I have 
  tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
  configuration tools/parameters for the XF86Config file I could find but 
  it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
  device in X.  I tried the mouse on both the USB and the PS/2 port and 
  got the same result.  I also tried a different Logitech wheel mouse... 
  The problem seems to be linked directly to that PC (the wheel works in 
  windose on that PC)! I'm not sure what to try next...  I'm hopping some 
  some of you could illuminate me!
  
  Thanks!
  Sylvain
  
  ##
  Attention: 
  This e-mail message is privileged and confidential. If you are not the 
  intended recipient please delete the message and notify the sender. 
  Any views or opinions presented are solely those of the author.
  
  This e-mail has been scanned and cleared by MailMarshal 

##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread James McArthur
Hi,

I can confirm that those settings work here with Mozilla and Evolution.

Maybe there is a KDE setting somewhere that overrides this?

James
On Thu, 2003-01-09 at 13:12, Craig White wrote:
 The concept is good but of course, this doesn't make it work on
 Evolution or Mozilla which are the primary applications, at least not on
 my system running KDE.
 
 Craig
 
 On Wed, 2003-01-08 at 17:52, Wolfgang Gill wrote:
  Try adding this line to your XF86Config file..
  
  Section InputDevice
  Identifier  Mouse1
  Driver  mouse
  Option  Device /dev/mouse
  Option  Protocol IMPS/2
  Option  Emulate3Buttons no
  Option  ZAxisMapping 4 5  Add this line for scroll wheel
  EndSection
  
  Wolf
  
  
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, 8 January 2003 7:07 AM
  To: psyche-list
  Subject: Scroll wheel not working in X
  
  
  Hello everyone,
  
  Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
  8.0 installed from scratch), the scroll wheel of my Logitech Optical 
  mouse dosen't want to work (the rest of the mouse works fine)!  I have 
  tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
  configuration tools/parameters for the XF86Config file I could find but 
  it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
  device in X.  I tried the mouse on both the USB and the PS/2 port and 
  got the same result.  I also tried a different Logitech wheel mouse... 
  The problem seems to be linked directly to that PC (the wheel works in 
  windose on that PC)! I'm not sure what to try next...  I'm hopping some 
  some of you could illuminate me!
  
  Thanks!
  Sylvain
  
  ##
  Attention: 
  This e-mail message is privileged and confidential. If you are not the 
  intended recipient please delete the message and notify the sender. 
  Any views or opinions presented are solely those of the author.
  
  This e-mail has been scanned and cleared by MailMarshal 
  www.marshalsoftware.com
  ##
  
  
  
  -- 
  Psyche-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/psyche-list
-- 
James McArthur [EMAIL PROTECTED]
I have never understood the female capacity to avoid a direct answer to
any question.
-- Spock, This Side of Paradise, stardate 3417.3



signature.asc
Description: This is a digitally signed message part


RE: Scroll wheel not working in X

2003-01-08 Thread Craig White
Now that I think about it - My scroll mouse works fine on
Windows...thought I never use Windows.

I had forgotten all about this until this thread but I swear scroll
mouse doesn't work in linux.

Craig

On Wed, 2003-01-08 at 20:50, Wolfgang Gill wrote:
 I use a KVM switch at home too, and it works... (I doesn't with windows!!??
 Go figure)
 
 Wolf
 
 
 -Original Message-
 From: Craig White [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 8 January 2003 5:48 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Scroll wheel not working in X
 
 
 Interesting...perhaps it's the KVM switch that I use then...
 
 Craig
 
 On Wed, 2003-01-08 at 20:45, Wolfgang Gill wrote:
  It does on my system. And I run Evolution and Mozilla..
  
  Wolf
  
  
  -Original Message-
  From: Craig White [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, 8 January 2003 5:42 PM
  To: [EMAIL PROTECTED]
  Subject: RE: Scroll wheel not working in X
  
  
  The concept is good but of course, this doesn't make it work on
  Evolution or Mozilla which are the primary applications, at least not on
  my system running KDE.
  
  Craig
  
  On Wed, 2003-01-08 at 17:52, Wolfgang Gill wrote:
   Try adding this line to your XF86Config file..
   
   Section InputDevice
   Identifier  Mouse1
   Driver  mouse
   Option  Device /dev/mouse
   Option  Protocol IMPS/2
   Option  Emulate3Buttons no
   Option  ZAxisMapping 4 5  Add this line for scroll
  wheel
   EndSection
   
   Wolf
   
   
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
   Sent: Wednesday, 8 January 2003 7:07 AM
   To: psyche-list
   Subject: Scroll wheel not working in X
   
   
   Hello everyone,
   
   Im having this odd problem on on my Dell Dimension 4300 (running RedHat 
   8.0 installed from scratch), the scroll wheel of my Logitech Optical 
   mouse dosen't want to work (the rest of the mouse works fine)!  I have 
   tried the same mouse on other RedHat 8.0 and it works.  I tried all the 
   configuration tools/parameters for the XF86Config file I could find but 
   it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse 
   device in X.  I tried the mouse on both the USB and the PS/2 port and 
   got the same result.  I also tried a different Logitech wheel mouse... 
   The problem seems to be linked directly to that PC (the wheel works in 
   windose on that PC)! I'm not sure what to try next...  I'm hopping some 
   some of you could illuminate me!
   
   Thanks!
   Sylvain
   
   ##
   Attention: 
   This e-mail message is privileged and confidential. If you are not the 
   intended recipient please delete the message and notify the sender. 
   Any views or opinions presented are solely those of the author.
   
   This e-mail has been scanned and cleared by MailMarshal 
 
 ##
 Attention: 
 This e-mail message is privileged and confidential. If you are not the 
 intended recipient please delete the message and notify the sender. 
 Any views or opinions presented are solely those of the author.
 
 This e-mail has been scanned and cleared by MailMarshal 
 www.marshalsoftware.com
 ##
 
 
 
 -- 
 Psyche-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/psyche-list



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread Wolfgang Gill
I found that it only seems to work in Linux with the IMPS/2 protocol. Using
the PS/2 protocol it doesn't. Checkout the config in one of the messages
below..

Wolf


-Original Message-
From: Craig White [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 8 January 2003 6:42 PM
To: [EMAIL PROTECTED]
Subject: RE: Scroll wheel not working in X


Now that I think about it - My scroll mouse works fine on
Windows...thought I never use Windows.

I had forgotten all about this until this thread but I swear scroll
mouse doesn't work in linux.

Craig

On Wed, 2003-01-08 at 20:50, Wolfgang Gill wrote:
 I use a KVM switch at home too, and it works... (I doesn't with
windows!!??
 Go figure)
 
 Wolf
 
 
 -Original Message-
 From: Craig White [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 8 January 2003 5:48 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Scroll wheel not working in X
 
 
 Interesting...perhaps it's the KVM switch that I use then...
 
 Craig
 
 On Wed, 2003-01-08 at 20:45, Wolfgang Gill wrote:
  It does on my system. And I run Evolution and Mozilla..
  
  Wolf
  
  
  -Original Message-
  From: Craig White [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, 8 January 2003 5:42 PM
  To: [EMAIL PROTECTED]
  Subject: RE: Scroll wheel not working in X
  
  
  The concept is good but of course, this doesn't make it work on
  Evolution or Mozilla which are the primary applications, at least not on
  my system running KDE.
  
  Craig
  
  On Wed, 2003-01-08 at 17:52, Wolfgang Gill wrote:
   Try adding this line to your XF86Config file..
   
   Section InputDevice
   Identifier  Mouse1
   Driver  mouse
   Option  Device /dev/mouse
   Option  Protocol IMPS/2
   Option  Emulate3Buttons no
   Option  ZAxisMapping 4 5  Add this line for scroll
  wheel
   EndSection
   
   Wolf
   
   
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
   Sent: Wednesday, 8 January 2003 7:07 AM
   To: psyche-list
   Subject: Scroll wheel not working in X
   
   
   Hello everyone,
   
   Im having this odd problem on on my Dell Dimension 4300 (running
RedHat 
   8.0 installed from scratch), the scroll wheel of my Logitech Optical 
   mouse dosen't want to work (the rest of the mouse works fine)!  I have

   tried the same mouse on other RedHat 8.0 and it works.  I tried all
the 
   configuration tools/parameters for the XF86Config file I could find
but 
   it still won't work.  I'm using the IMPS/2 protocol and the /dev/mouse

   device in X.  I tried the mouse on both the USB and the PS/2 port and 
   got the same result.  I also tried a different Logitech wheel mouse...

   The problem seems to be linked directly to that PC (the wheel works in

   windose on that PC)! I'm not sure what to try next...  I'm hopping
some 
   some of you could illuminate me!
   
   Thanks!
   Sylvain

##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: Scroll wheel not working in X

2003-01-08 Thread Rigoberto de la Cruz
I had a similar problem... I remember that the problem
occured because I had installed the mouse incorrectly
during installation. to solve this i used the program
that comes with redhat. I changed it to generic wheel
mouse. In another machine it was the opposite, i had
it in generic mouse and had to change it to something
else (microsoft/intellimouse). If after changing your
mouse it stops responding do a CTRL-ALT-BACKSPACE to
restart X. hope it works

Rigo


--- Wolfgang Gill [EMAIL PROTECTED]
wrote:
 I found that it only seems to work in Linux with the
 IMPS/2 protocol. Using
 the PS/2 protocol it doesn't. Checkout the config in
 one of the messages
 below..
 
 Wolf
 
 
 -Original Message-
 From: Craig White [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 8 January 2003 6:42 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Scroll wheel not working in X
 
 
 Now that I think about it - My scroll mouse works
 fine on
 Windows...thought I never use Windows.
 
 I had forgotten all about this until this thread but
 I swear scroll
 mouse doesn't work in linux.
 
 Craig
 
 On Wed, 2003-01-08 at 20:50, Wolfgang Gill wrote:
  I use a KVM switch at home too, and it works... (I
 doesn't with
 windows!!??
  Go figure)
  
  Wolf
  
  
  -Original Message-
  From: Craig White [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, 8 January 2003 5:48 PM
  To: [EMAIL PROTECTED]
  Subject: RE: Scroll wheel not working in X
  
  
  Interesting...perhaps it's the KVM switch that I
 use then...
  
  Craig
  
  On Wed, 2003-01-08 at 20:45, Wolfgang Gill wrote:
   It does on my system. And I run Evolution and
 Mozilla..
   
   Wolf
   
   
   -Original Message-
   From: Craig White
 [mailto:[EMAIL PROTECTED]] 
   Sent: Wednesday, 8 January 2003 5:42 PM
   To: [EMAIL PROTECTED]
   Subject: RE: Scroll wheel not working in X
   
   
   The concept is good but of course, this doesn't
 make it work on
   Evolution or Mozilla which are the primary
 applications, at least not on
   my system running KDE.
   
   Craig
   
   On Wed, 2003-01-08 at 17:52, Wolfgang Gill
 wrote:
Try adding this line to your XF86Config file..

Section InputDevice
Identifier  Mouse1
Driver  mouse
Option  Device /dev/mouse
Option  Protocol IMPS/2
Option  Emulate3Buttons no
Option  ZAxisMapping 4 5 
 Add this line for scroll
   wheel
EndSection

Wolf


-Original Message-
From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, 8 January 2003 7:07 AM
To: psyche-list
Subject: Scroll wheel not working in X


Hello everyone,

Im having this odd problem on on my Dell
 Dimension 4300 (running
 RedHat 
8.0 installed from scratch), the scroll wheel
 of my Logitech Optical 
mouse dosen't want to work (the rest of the
 mouse works fine)!  I have
 
tried the same mouse on other RedHat 8.0 and
 it works.  I tried all
 the 
configuration tools/parameters for the
 XF86Config file I could find
 but 
it still won't work.  I'm using the IMPS/2
 protocol and the /dev/mouse
 
device in X.  I tried the mouse on both the
 USB and the PS/2 port and 
got the same result.  I also tried a different
 Logitech wheel mouse...
 
The problem seems to be linked directly to
 that PC (the wheel works in
 
windose on that PC)! I'm not sure what to try
 next...  I'm hopping
 some 
some of you could illuminate me!

Thanks!
Sylvain
 

##
 Attention: 
 This e-mail message is privileged and confidential.
 If you are not the 
 intended recipient please delete the message and
 notify the sender. 
 Any views or opinions presented are solely those of
 the author.
 
 This e-mail has been scanned and cleared by
 MailMarshal 
 www.marshalsoftware.com

##
 
 
 
 -- 
 Psyche-list mailing list
 [EMAIL PROTECTED]

https://listman.redhat.com/mailman/listinfo/psyche-list


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list