Cain Manor

Your Guide To All Things Cain™

Mouse Scroll Wheel not working for Ubuntu 9 under VMware Fusion

In my /etc/X11/xorg.conf file, I had these (oddly, cor­rect) set­ting for the mouse. They were orig­i­nally com­mented out, but not below.

# commented out by update-manager, HAL is now used
Section "InputDevice"
  Driver "vmmouse"
  Identifier "VMware Mouse"
  Option "Buttons" "5"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "IMPS/2"
  Option "ZAxisMapping" "4 5"
  Option "Emulate3Buttons" "true"
EndSection

How­ever, the hal set­tings are a mess, and not able to han­dle my mouse (Log­itech Mx900.) Rather than try to wres­tle hal into order, I added these set­ting to over­ride hal.

Section "ServerFlags"
  Option         "AutoAddDevices" "false"
EndSection

Now it works!!

Comments are closed.