PCLinuxOS on VMware Mouse Scroll Problem
November 28th, 2007
No comments
Edit /etc/X11/xorg.conf
CODE:
-
Section "InputDevice"
-
Identifier "Configured Mouse"
-
Driver "vmmouse"
-
Option "CorePointer"
-
Option "Device" "/dev/input/mice"
-
Option "Protocol" "ImPS/2"
-
Option "Emulate3Buttons" "false"
-
Option "Buttons" "5"
-
Option "ZAxisMapping" "4 5"
-
EndSection