Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Mouse Does Not Function Properly in Linux Guests That Use X.Org 7.1 or Higher (5739104)
Details
In Linux guests that use X.Org X Window system versions 7.1 or higher (such as Red Hat Enterprise Linux 5 and Ubuntu Linux 6.10), the Workstation 5.5.x and 6.0.x, and ESX Server 3.0.x VMware Tools installer does not install drivers for X Window. Consequently, the mouse does not perform correctly. The VMware Tools installer does not yet recognize X.Org versions 7.1 and higher. Supported Linux distributions that use X.Org versions 7.1 and higher typically include working VMware video and mouse drivers. VMware Tools should automatically choose the included video driver, but you need to set the mouse driver manually, as described below.
Solution
To set the mouse driver manually i n Linux guests that use X.Org X Window system versions 7.1 or higher:
-
Install the vmmouse driver. Depending on the Linux distribution, the method for installing it varies. If the vmmouse driver package is not included in your distribution of Linux, check your distribution's Web site for a version of the vmmouse driver package you can download (the vmmouse driver package has vmmouse in its name).
-
Edit the ServerLayout section of the file /etc/X11/xorg.conf so that it includes the following entry:
InputDevice "Mouse[0]" "CorePointer" -
In the same file, also edit the InputDevice section for the primary mouse as follows:
Section "InputDevice"
Identifier "Mouse[0]"
Driver "vmmouse"
Option "Device" "/dev/input/mice"
Option "Name" "VMware Pointing Device"
EndSection
The mouse should now function properly.
Keywords
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

