Background:
By default, virtual machines with macOS 10.9 or later are limited to a single resolution choice (such as 1024x768). Currently there is no GUI option to change the resolution settings.
Workaround:
By following this guide, you will be able to set the screen resolution to a higher value:
1. Open Terminal.app
Copy/paste the following command.
(You might be prompted for your password after entering sudo bash.)
sudo '/Library/Application Support/VMware Tools/vmware-resolutionSet' <width> <height>
To set an example resolution of 1920x1080 copy/paste this command:
sudo '/Library/Application Support/VMware Tools/vmware-resolutionSet' 1920 1080
2. Please reboot your XCLOUD instance for changes to apply permanently.
Comments
0 comments
Please sign in to leave a comment.