Can't get guest to use 1680x1050 resolution

Discussions about using Windows guests in VirtualBox.
Post Reply
swarsron
Posts: 4
Joined: 30. Oct 2009, 12:36
Primary OS: Ubuntu 8.10
VBox Version: OSE Debian
Guest OSses: Windows XP

Can't get guest to use 1680x1050 resolution

Post by swarsron »

Hi,

i added a new resolution via
VBoxControl.exe addcustommode 1680 1050 32
but it doesn't get listed as a resolution i can chose in the windows dialog nor can
i switch to it via
VBoxControl.exe setvideomode 1680 1050 32

I can add 1680 600 32 and it gets listed in the windows resolution dialog. I configured
the guest to have 64 mb video ram since i figured that 32 won't cut it, but that doesn't
change anything. Since there is no error message i can't figure out what seems to be
the problem. Any suggestions?

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

Re: Can't get guest to use 1680x1050 resolution

Post by Perryg »

Guest additions installed?
What is the resolution of the host?
What is VBoxControl.exe? Do you mean VBoxManage?
swarsron
Posts: 4
Joined: 30. Oct 2009, 12:36
Primary OS: Ubuntu 8.10
VBox Version: OSE Debian
Guest OSses: Windows XP

Re: Can't get guest to use 1680x1050 resolution

Post by swarsron »

yes, they are installed.
Host resolution is 1680x1050
No, i mean VBoxControl.exe (C:\Programme\Sun\VirtualBox Guest Additions\VBoxControl.exe), there
is no VBoxManage* file in there
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Can't get guest to use 1680x1050 resolution

Post by Perryg »

Well I have never heard of doing it that way.
Why not try the way that VBox suggests?
Look at Chapter 8. VBoxManage reference and controlvm.

Note: this is done from the host

Or you can simply use the host+F key inside the guest to toggle full screen.
swarsron
Posts: 4
Joined: 30. Oct 2009, 12:36
Primary OS: Ubuntu 8.10
VBox Version: OSE Debian
Guest OSses: Windows XP

Re: Can't get guest to use 1680x1050 resolution

Post by swarsron »

i managed to get 1680x1050 by switching to seamless mode and back, voila, i could
choose it, don't ask me why.

Thank you for your help, if it didn't work by chance i would know where to look at now
james.wilde
Posts: 11
Joined: 18. Nov 2008, 16:52

Re: Can't get guest to use 1680x1050 resolution

Post by james.wilde »

I have a similar problem - see another thread - with a vm that is locked at 800x600x32 irrespective of how much I play with full screen mode, seamless mode and the other alternatives. I took a look at the online user manual, chapter 8, as suggested in a post in this thread and there is nothing in there about setting the video mode. The only reference to video is references to vrdp, and none of the settings appear to adjust resolution.

When I run VBoxManage showvminfo "My vm" I see amongst other lines:

Video mode: 800x600x32

Unfortunately I cannot find a file containing this info, which I could change and test. Can anyone tell me where this information is stored? I would have expected it to be in one of the xml files in my .Virtualbox directory, but if so, it does not include the words "Video mode" nor the mode "800x600".

TIA

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

Re: Can't get guest to use 1680x1050 resolution

Post by Perryg »

james.wilde
Posts: 11
Joined: 18. Nov 2008, 16:52

Re: Can't get guest to use 1680x1050 resolution

Post by james.wilde »

Fixed my problem with:

VBoxManage setextradata "Z7" "CustomVideoMode1" "1280x650x32"

//James
Post Reply