Enable Mouse Wheel Scrolling in Ubuntu Hardy 8.04 Under VMWare

Date April 29, 2008 by Isaac

I recently installed Ubuntu Hardy (8.04) into a VMWare image on my WIndows machine.  I know, that's backwards, Linux should be the host not the guest.  It's actually my wife's computer, so I dare not remove Windows.

Anyway, the mouse wheel was not scrolling properly.  After some searching I found the answer here.  Basically, you need to edit your /etc/X11/xorg.conf file.  Find the following section:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
...
EndSection

Replace that 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

You will need to reboot or restart your X server and mouse scrolling should now work.

One Response to “Enable Mouse Wheel Scrolling in Ubuntu Hardy 8.04 Under VMWare”

  1. Avatardante
    1

    Thanks for the tip!

    Reply to this comment.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>