9

Despite having

vmmouse.present = "FALSE"
mouse.vusb.absDisabled = "TRUE"
pref.motionUngrab = "FALSE"

in my .vmx file and a customized VMware Tools installation on the guest that does not include the mouse driver, I somehow have fully integrated mouse support for my Windows 7 VM. I can smoothly mouse from the host into the guest without needing to click or Ctrl+G in and Ctrl+Alt out. I don't want this because of the issues it causes with games.

How can I get the VM to have no special mouse support while still having VMware Tools installed for its other functions (network, graphics, etc.)? The mouse works as I want without VMware Tools but not otherwise — again, despite not installing the mouse driver and having all those settings trying to disable it. Device Manager shows that the generic Windows PS/2 mouse driver is being used and not the virtual mouse driver.

Guest and host are both Windows 7 Ultimate SP1, x86 and x64 respectively. I'm using VMware Player 3.1.4 and the VMware Tools installed is the latest, 8.4.6.16648.

3 Answers 3

3

This workaround that you've come up with is almost certainly unnecessary.

To fix (what I think is) your problem, go into VMware Preferences and change Optimize Mouse for Games to Always.

enter image description here

Note that you need to use VMware Workstation (Windows/Linux) or VMware Fusion (Mac OS X) to have this option available to you. I don't believe it's available in VMware Player.

1
  • Player is pretty basic; if it doesn't support a feature...well, for everything else there's MasterCard. This is also a global preference, not a per-VM preference. Commented Sep 21, 2012 at 22:40
2

In the guest, you probably need to go into device manager, for your mouse, and do a manual "Update Driver...", and tell it to let you pick from a list of devices, and select the standard mouse driver rather than the VMware mouse. You can also try "uninstalling" the mouse, and check the box prompting whether you want to also delete the driver files.

0
0

It seems all you want is to disable is the automatic ungrabbing, right? I’ll just use Michael Hampton’s screenshot to illustrate:

bla

Disable the following option:

  • Ungrab when cursor leaves window

Optionally, you may also be interested in the other options:

  • Hide cursor on ungrab
  • Grab when cursor enters window

These options have been available since a very long time and should also be available in VMware Player.

The directive you tried to use, pref.motionUngrab = "FALSE", is not applicable in vmx files but the VMware product’s preferences.ini. It is tied to the “Ungrab when cursor leaves window” checkbox.

1
  • Even though the GUI doesn’t have these options, VMware Player 7 (Pro, at least) respects this setting when included in preferences.ini.
    – Daniel B
    Commented Jun 22, 2015 at 17:59

You must log in to answer this question.