Custom Resolution Mac

Автор:
Custom Resolution Mac Average ratng: 7,9/10 6798 votes

VirtualBox is my virtualization software of choice. It is free and feature-rich, so all my virtual machines are created in VirtualBox.

Custom resolutions are array entries under scale-resolutions that have type Data and have two 32-bit values. The values are in natural byte-order (big-endian/Motorola byte-order, not little-endian or Intel byte order).

Sometimes you need to set the exact display resolution which is not listed in the guest OS settings. While you can achieve this by resizing the VM's window, it is a waste of time. Here is how you can do it quickly.

RECOMMENDED: Click here to fix Windows errors and optimize system performance


Let's say I want to set the display resolution in my Windows 10 VM to 1366x768. As you can see, it is not listed in available display modes in my setup:

To bypass this limitation, you need to use the VBoxManage tool, which is a console application to tweak virtual machines on the fly and offline. Our readers might be familiar with this tool from the article How to resize a VirtualBox HDD image (VDI).

You need to execute the following commands:

The first command unlocks all possible display resolutions for virtual machines.
The second command defines a custom video mode for the specific virtual machine with name 'Machine Name'.
Finally, the third command sets this custom video mode for your virtual machine.

Java for windows 7 64 bit download. You must run these commands after the virtual machine has been started, when the guest operating system is ready to use and its Guest Additions are installed properly and loaded.

In my case, I need to execute the following commands:

Under Linux, VBoxManage is accessible from any opened terminal/console.
Under Windows, you need to open a new command prompt window in the folder C:Program FilesOracleVirtualBox. See the following article: All ways to open the command prompt in Windows 10, and the part 'Run the command prompt directly from Explorer'.

Once you execute these commands, the result will be as follows:

That's it.

RECOMMENDED: Click here to fix Windows errors and optimize system performance