Logitech LX7 with openSUSE 10.2
One of last years christmas presents is a Logitech LX7 mouse. Optical and wireless. It was easy to get it running with openSUSE 10.2. I have plugged it in and it works.
But, no. Not everything…
This mouse has a tilt wheel and two additional buttons on top. Would be nice to make them work, too. After some searching I found that I must configure it to use the event interface. So I edited the mouse section in /etc/xorg.conf like this:
Section "InputDevice"
Driver "evdev"
Identifier "Mouse[1]”
Option “Buttons” “9″
Option “Device” “/dev/input/event2″
Option “Name” “Logitech USB RECEIVER”
Option “Vendor” “Logitech”
Option “ZAxisMapping” “4 5 6 7″
Option “Buttons” “9″
Option “ButtonMapping” “1 2 3 8 9″
Option “Resolution” “1200″
EndSection
Now I can scroll horizontally using the tilt wheel. Nice. Don’t know what to do with the two additional buttons…