edit
: /etc/X11/xorg.conf
Scroll down (it’s not far, perhaps 20 - 30 lines) till you see a block that looks like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
[.. blah blah blah ..]
EndSection
Replace that whole section with this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
from http://peterc.org/2008/64-how-to-enable-vertical-mouse-wheel-scrolling-in-ubuntu-hardy-on-vmware-fusion.html
1 comment:
Hello,,
i was looking for this for a long time.. it helped me alot.. thanks for sharing this article..
Post a Comment