Computers & Linux 23 Aug 2006 03:58 pm

Getting a Logitech MX1000 to work on SUSE 10.0

Tired of my MX900 scroll wheel not working (and it was getting long in the tooth) I got a new MX1000 today. To get the scroll wheel to work I used the following entry in my /etc/X11/xorg.conf file

Section “InputDevice”
Identifier “Mouse[1]”
Driver “mouse”
Option “Device” “/dev/input/mice”
Option “Protocol” “ExplorerPS/2″
Option “Dev Name” “Logitech USB Receiver”
Option “Buttons” “12″
Option “ZAxisMapping” “11 12 10 9″
Option “Resolution” “800″
Option “Emulate3Buttons” “false”
EndSection

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply

You must be logged in to post a comment.


Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 License.