I would try creating /etc/X11/xorg.conf (the old way) with a section like that:

Section "Input Device"
Identifier "Configured Mouse"
driver "mouse"
option "CorePointer"
option "device" "/dev/input/mice"
option "protocol" "ImPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3buttons" "true"
EndSection


If that does not work, try replacing "ImPS/2" with "explorerps/2".

Reply via email to