Wallex
07-14-2002, 08:02 PM
I have a USB optical Logitech mouse... no big deal, Suse detected it right on the installation, and it works great except for a small detail, the mousescrolling does not works. I thought it would be as easy as adding a bunch of lines to the x86config:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
*Option "Buttons" "5"
*Option "ZAxisMapping" "4 5"
*Option "Device" "/dev/mouse"
Option "Device" "/dev/mouse"
EndSection
* Marks the lines I added.
Easy, eh? Except for the fact that doing that disabled my mouse completely. I guess that was not the right way to do it, so anyone knows what I did wrong or what's the right way to enable the scroller?
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
*Option "Buttons" "5"
*Option "ZAxisMapping" "4 5"
*Option "Device" "/dev/mouse"
Option "Device" "/dev/mouse"
EndSection
* Marks the lines I added.
Easy, eh? Except for the fact that doing that disabled my mouse completely. I guess that was not the right way to do it, so anyone knows what I did wrong or what's the right way to enable the scroller?