i spent some time trying to figure this out since the tilt wheel on this particular model was not automatically detected.
the addition to xorg.conf is as follows:
Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse"
Option "RelHWHEELMapTo" "Buttons 7 6 1"
EndSection
add this extry to the "ServerLayout" section
Code:
InputDevice "Mouse0" "CorePointer"
save the file and restart Xserver (Ctrl+Alt+Backspace) |