by nelamvr6 on Fri Jul 27, 2007 9:20 pm
I've got all my buttons working, including tilt scrolling, just by updating the mouse section of my xorg.conf to read like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Buttons" "7"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
I didn't need any other application.
The only thing I'm really missing is using my wheel as a middle button programmed for double-click, but I can live without that.