To force Windows into a reasonable resolution the VMWare VMX config file for the instance needs to be modified to set the max width and height. Finding the config file is the first step. Adding three lines is the second.
The long way is to follow the instructions on these two pages in order:
- http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1014782
- http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1003
The short version of those is to shutdown your VM Windows (not suspend) and open the following menu:
- Window -> Virtual Machine Library ->
- Then, while holding alt / option, open the menu over the Windows instance in the left menu
- "Show in Finder" will change to "Open Config in File Editor"
Then, in your text editor, paste these three lines to the bottom of the config file and save it over the original (make a backup):
svga.autodetect = "FALSE"
svga.maxWidth = 1920
svga.maxHeight = 1200
This will set the default resolution to 1920x1200. Choose whichever is best for you.
No comments:
Post a Comment