Changing the guest resolution

Discussions related to using VirtualBox on Windows hosts.
Post Reply
jak888
Posts: 2
Joined: 15. Nov 2013, 22:42

Changing the guest resolution

Post by jak888 »

Hi,

yesterday I set up a windows 7 guest system on my windows 7 host system. So far it works really nicely except for the screen resolution. I would like to set the resolution to the 1600x900 that's native to my laptop. Naturally I did some research and found many threads and topics. All of which told me to open a command line window, navigate to C:\Programs\Oracle\VirtualBox\ and execute the command:

Code: Select all

VBoxManage.exe setextradata "Win 7 64 Eng" CustomVideoMode1 1600x900x24
When I enter this command, sometimes it doesn't react at all, then I get the Error Message:

Code: Select all

VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execution failed (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or failed to start.
Needless to say, the resolution is not available in the Virtual Box after this.

Can you suggest anything else I should try?

Thanks in advance for your help.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Changing the guest resolution

Post by Perryg »

Use the host+F toggle to go in to full screen. If you have not setup a manual size with your commands it will be the same resolution that the host uses.

Note: that is of course only going to work if yo have installed the guest additions in the guest.
jak888
Posts: 2
Joined: 15. Nov 2013, 22:42

Re: Changing the guest resolution

Post by jak888 »

Hi Perryg,

this worked fine.

I have read about the guest extensions before and i have already installed them into the virtual box manager, but not in the guest system. A look into the manual solved it, then.

Thanks a lot.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Changing the guest resolution

Post by mpack »

jak888 wrote:I have read about the guest extensions before and i have already installed them into the virtual box manager, but not in the guest system
"guest xxxx" is for the guest, so you didn't install "guest anything" in the host.

You install the extension pack (a.k.a VBox software plugins) in the host. You install Guest Additions (a.k.a. guest OS specific drivers and tools for VM hardware, including display drivers allowing you to resize the display) in the guest.
Post Reply