This is a discussion on The darn scroll wheel in 10.2 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Okay, this has been a problem I have tried to deal with many a time. The situation is very ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Okay, this has been a problem I have tried to deal with many a time. The situation is very different for PS/2 mice but USB is another story. I have yet to be able to get my scroll wheel working in any version of Slack 9.1 to current if I am using a USB mouse. I have added : Option "ZAxisMapping" "4 5" But still nothing. This is the current settings for my mouse in xorg.conf: Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" Can someone please tell me what I am missing? Thanks in advance. |
| ||||
| Jason Hoss wrote: > Franklin wrote: > > >>On Fri, 06 Jan 2006 18:59:20 -0500, Jason Hoss wrote: >> >> >>>Option "Protocol" "PS/2" >> >>Try IMPS/2 instead > > > That worked like a charm. Thanks bro. > > Gecko I have Option "Protocol" "Auto" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" Option "Buttons" "5" in my xorg.conf. |