i have tried to set up my mousewheel with XF86Config. Here is the relevant section:
Code:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
Option "Buttons" "7"
EndSection
My mouse has the two standard buttons, two side buttons, and you can press the mousewheel down. With that configuration, this is what hte buttons do:
Left Mouse Button: Left
Right Mouse Button: Right
Pushing the mousewheel down: Middle
Left Side Button: Middle
Right Side Button: Right
Scrolling the mousewheel in either direction: selects text in mozilla (nothing for a few moves, then onw word, then the line, then nothing again) in kwrite it does nothing.
what have i done wrong? why doesnt it scroll?