How do I stop VMware player from resizing?

10

1

I just downloaded VMware player (I used to use Virtual Box, but I needed Windows Aero, and vbox doesn't support that yet) But it will automatically resize the guest when I resize the window, and I do not want that. I did not see an option to turn it off. Does anyone know?

Sean

Posted 2010-02-17T00:41:07.110

Reputation:

1I don't see it either but most options that we are used to with workstation are not present in player. – None – 2010-02-17T01:09:25.570

I know this option exists in Workstation... – Josh – 2010-02-17T03:18:04.600

Where is the option in Workstation? – EMP – 2012-01-24T23:56:52.437

Player has options for monitor count. But it does not allows to use them due to weird autosize guest. – Maximus – 2013-02-12T22:04:06.783

Answers

3

If you do not want this feature, you will need to uninstall VMware tools from the Guest OS. Try this if you are not very specific about having VMware tools.

TheMaskOfZero

Posted 2010-02-17T00:41:07.110

Reputation: 243

2

I can confirm that @BinaryMisfit is correct on how to disable this.

My setup:

  • VMware Workstation 12 Player (Non-commercial use only)
  • Windows 7 Professional (Guest OS)
  • Already set the 'Smaller - 100% (default)' radio button in the guest OS

enter image description here

I unchecked the 'Automatically adjust user interface size in the virtual machine' while the guest OS was running and after clicking 'Ok' the guest OS immediately said it needed to log out and log back in for changes to take effect.

Fixed.

Erutan409

Posted 2010-02-17T00:41:07.110

Reputation: 121

In VMware Player downloaded a few days ago, "Display Scaling" option is missing even though the documentation says such an option exists. Since images cannot be added to comments, ended up adding image to answer below: – user1823664 – 2016-05-29T14:22:50.923

Please note that this was in regard to Windows. Not Linux - which is what I see (preaumed) in the image you provided. – Erutan409 – 2016-05-29T14:28:31.140

2

To disable the auto resize the orginal file must have the setting disabled in the Workstation edition that created the VM. By default the VM Player honors all the setting specified when creating the VM.

BinaryMisfit

Posted 2010-02-17T00:41:07.110

Reputation: 19 955

I've not seen this work. I have trialled VMware Workstation several times. Each time I do this, I set the "don't resize" option, but whenever I switch back to VMware Player (after the trial ends) it always reverts to re-sizing. This is the case whether the VM was created by VMware Converter, Workstation or by creating the VMX file manually. – Mark Booth – 2010-03-30T11:25:06.067

2

Disabling the "Vmware SVGA II" display adapter is better than removing the vmware tools, as you keep all the other functions, the only thing you loose is Direct X/3D graphics. I'd like to know a proper solution to the problem, just out of interest you don't get this problem with windows 98 once you have set the svga.maxWidth = 800 and svga.maxHeight = 600. Why This does not work for Windows 2000/Xp etc escapes me....

Edgicat

Posted 2010-02-17T00:41:07.110

Reputation: 21

2Disabling the display adapter didn't help for me. Changing the VM from full screen to window still resized the windows in the guest OS (Windows 7). – EMP – 2012-01-24T23:48:04.713