Parsix GNU/Linux
HOW-TOs - English - [HOW TO] Enable Logitech LX3 Horizontal Scrolling
st0.0pidn0.0bie - Oct 04, 2008 - 08:11 AM
Post subject: [HOW TO] Enable Logitech LX3 Horizontal Scrolling
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)