Well I finally fixed my problem after a few hours of tinkering. I ended up getting my intended results with
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
EndSection
Taking out the buttons 9 allowd the buttons on the side to be referenced at 6 and 7 correctlly!
I am stil curious about where ExplorerPS/2 is defined. Becuse I'd like to see support for my 2 scroll wheels. I know that's a lot to ask for but I would like to option to map these to different functions.


Reply With Quote

Bookmarks