i had to add in a few lines to my XF86Config to get my usb/wireless scroll mouse to work, so you prolly will also
i added:
Code:
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
and under Section "ServerLayout":
Code:
InputDevice "Mouse2" "AlwaysCore"
believe thats all of it
i use Slack9.1 and Fluxbox if you wanted to know