Windows 10 screen resolution

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Gutchi
Posts: 34
Joined: 4. Apr 2016, 14:50

Windows 10 screen resolution

Post by Gutchi »

Hello all,

i'm on linux mint host, and i have install a windows 10 VM on virtualBox 5.0.24, i have install the guest additions, but i can change the resolution to 1920x1080 on the VM the max is 1280x960.
I fin on internet a guy who say use these command:

Code: Select all

$ VBoxManage controlvm "Win10" setvideomodehint 1920 1080 32

$ VBoxManage getextradata "Win10" enumerate
Key: CustomVideoMode1, Value: 1920x1080x32
Key: GUI/AutoresizeGuest, Value: false
Key: GUI/LastCloseAction, Value: PowerOffRestoringSnapshot
Key: GUI/LastGuestSizeHint, Value: 1280,960
Key: GUI/LastNormalWindowPosition, Value: 334,45,1280,1009
Key: GUI/RestrictedRuntimeDevicesMenuActions, Value: HardDrives
Key: GUI/RestrictedRuntimeMachineMenuActions, Value: SaveState,PowerOff
Key: GUI/StatusBar/IndicatorOrder, Value: HardDisks,OpticalDisks,FloppyDisks,Network,USB,SharedFolders,Display,VideoCapture,Features,Mouse,Keyboard

I have restart the VM and the host machine but there is no change..

another think, when i go to print parameter and i click on detect screen, i don't detect it, it say no screen are detected.

Any idea?
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Windows 10 screen resolution

Post by socratis »

mpack recently wrote:Usually the display size you're stuck in is the highest possible 4:3 ratio, because VirtualBox and the Window guest have gotten tied into a knot telling/asking each other only about 4:3 ratio options, because that's the size of your default virtual monitor (your actual monitor of course isn't relevant to the VM). If you shut down all VMs, then in the UI go to File|Preferences|Display and set MaxGuestDisplaySize to "None" then you should be able to select any display size you like in any VM.
Oh, and don't forget to delete the CustomVideoMode1 and LastGuestSizeHint keys:
   VBoxManage setextradata "Win10" CustomVideoMode1
   VBoxManage setextradata "Win10" GUI/LastGuestSizeHint
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Gutchi
Posts: 34
Joined: 4. Apr 2016, 14:50

Re: Windows 10 screen resolution

Post by Gutchi »

It's ok, thank you :)
Dorothy
Posts: 8
Joined: 23. Apr 2017, 13:43

Re: Windows 10 screen resolution

Post by Dorothy »

Thank you for sharing this!
I have even managed to get rid of the scroll bars on my VB. Choosing

VBoxManage setextradata "Win10" CustomVideoMode1
VBoxManage setextradata "Win10" GUI/LastGuestSizeHint
was well worth doing!
Post Reply