Well, it's true that "Protocol" should be set to "IMPS/2" to make sure. Also the "ZAxis Mapping" should be all one word, "ZAxisMapping", and you should not need to specify the number of buttons, although neither should setting it to "5" create a problem. To start with though, I would set the section like this, and see what happened:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
# Option "Buttons" "5"
Option "Device" "/dev/mouse"
EndSection
It could be that you've had every option right at one time or another, but never had them all right at the same time. :-)
Last edited by Rodrin; 01-24-2006 at 10:39 AM.
|