I have a section of xorg.conf set up for my Logitech Marble Mouse like so:
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "Buttons" "9"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
EndSection
This is based on this tutorial. It’s supposed to cause the ball to act as a scroll wheel when button 8 (the small button on the top left) is held. This works perfectly in Kubuntu w/ KDE 3.5, but it doesn’t work on openSUSE 11.1 w/ KDE 4. I followed the manual for Xorg but is it a different version or something? I dunno, but the scrolling just doesn’t work now.