Comment 1 for bug 219925

Revision history for this message
Sebastian Schulze (bascht) wrote : Re: [8.04rc] logitech lx3 tilt wheel not working

hi tomd.

I'm not sure if this is really a bug. But if it is, it can be fixed by switching the Mouse driver to evdev.
This should be as simple as replacing your current mouse section in /etc/X11/xorg.conf with:

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "evdev"
        Option "Name" "Logitech USB-PS/2 Optical Mouse"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse"
EndSection

Hint: I got a Logitech LX3 Mouse - so you probably don't need to change the "Device" section. :)
good luck