Comment 2 for bug 85202

Revision history for this message
Steven Harms (sharms) wrote :

I can confirm. Work around:
Place this in xorg:
Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
 Option "CorePointer"
 Option "Device" "/dev/input/mice"
 Option "Protocol" "ExplorerPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Emulate3Buttons" "true"
 Option "ButtonMapping" "1 2 3 6 7"
EndSection