Logitech LX3 Tilt Wheel

Quelle1)

on Ubuntu 8.04 (Hardy Heron)

get it working

/etc/X11/xorg.conf

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "evdev"
    Option         "Device" "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse"
    Option         "SendCoreEvents" "true"
#    Option         "HWHEELRelativeAxisButtons" "7 6"
    Option         "RelHWHEELMapTo" "Buttons 7 6 1" 
EndSection

ooks like the „HWHEELRelativeAxisButtons“ option has been removed. I found a bug report here that talks about it. blaser is offline Reply With Quote