How can I have a Windows 7 VMware guest without mouse support?

9

3

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.

Flimbus Akimbo

Posted 2012-09-20T19:10:48.847

Reputation: 706

Answers

2

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.

Michael Hampton

Posted 2012-09-20T19:10:48.847

Reputation: 11 744

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. – Michael Hampton – 2012-09-21T22:40:48.167

1

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.

allquixotic

Posted 2012-09-20T19:10:48.847

Reputation: 32 256

-1

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.

Daniel B

Posted 2012-09-20T19:10:48.847

Reputation: 40 502

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 – 2015-06-22T17:59:41.943