I've used the following command to set my VirtualBox guest system display size to 1680x1050
Code: Select all
VBoxManage setextradata "OS" VBoxInternal2/EfiGraphicsResolution 1680x1050From this doc, I gather the Title, File & Status bar are 25 pixels tall, so I edit my command to be:
Code: Select all
VBoxManage setextradata "OS" VBoxInternal2/EfiGraphicsResolution 1605x1050Is it possible to set a custom display size, or are they predefined?
How do I set the guest system's screen to be as large as possible without the scrollbars?
I'm running Windows 10.
Help appreciated.