Results 1 to 5 of 5
I have a mouse wheel... It worked fine last time I installed SuSE 8.1 - I reinstalled last night and so far the machine is running better than it did ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-02-2003 #1Linux Newbie
- Join Date
- Jun 2003
- Posts
- 160
mouse wheel
I have a mouse wheel... It worked fine last time I installed SuSE 8.1 - I reinstalled last night and so far the machine is running better than it did before EXCEPT the mouse wheel.... how can I get thsi working???
Cole
- 09-02-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Look up the InputDevice section for the mouse in /etc/X11/XF86Config. What does it look like?
- 09-02-2003 #3Linux Newbie
- Join Date
- Jun 2003
- Posts
- 160
Here's the mouse section
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/input/mice"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
EndSection
- 09-02-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Try adding the following line before the EndSection line. Then restart the X server.
Code:Option "ZAxisMapping" "4 5"
- 09-03-2003 #5Linux Newbie
- Join Date
- Jun 2003
- Posts
- 160
thanks
MOST EXCELLENT


Reply With Quote
