I liked it very much so later on I decided to use VMWare at my home laptop as well. But with the great benefit one issue arised. I used to work in my virtual machines using full screen mode. The thing is that at my work I had a PC with regular 4:3 display (at least it was regular size four years ago), but my laptop has a widescreen. For some reason resolutions for widescreens are not available in virtual machine (in my case it should be 1280x800).
After some surfing in the Web and several trials I finally found a solution that works. Today I set up new VM from scratch and ancountered same issue. So I decided to post this solution on the Web. I hope this will help you to save some time solving the same issue.
Here is the solution:
- Start your virtual machine.
- Run "Registry Editor" (Start > Run > regedit.exe) in it.
- Select the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vmx_svga\Device0.
- Add a new string-value key for the desired resolution (RightClick > New > String Value) using the form of Resolution.x for the value name. For example: Name = Resolution.0; Value = 1280x800.
- Exit "Registry Editor".
- Shut down your VM.
- Add max width and height to "vmx" file of your VM as follows: svga.maxWidth = "1280" and svga.maxHeight = "800". Just open this file using Notepad and add strings at the end like this:
- Uncheck autofit for the guest in VMWare (View > Autofit Guest).
- Start your VM and set new resolution in "Display Properties".
No comments:
Post a Comment