How to Change Screen Resolution

Discussions about using Windows guests in VirtualBox.
Post Reply
golf22r
Posts: 3
Joined: 15. Jun 2007, 21:19

How to Change Screen Resolution

Post by golf22r »

I am running the latest release of Virtualbox on a Linux host, Ubuntu 7.04, and I have Windows XP Home as the guest operating system. I installed the Virtualbox additions which give me more screen resolution options, but it still does not have my resolution of 1440x900. Does anybody know how I can add this resolution Thank you.
bodhi.zazen
Volunteer
Posts: 180
Joined: 17. May 2007, 16:02

Post by bodhi.zazen »

Edit ~ double post

Edit ~ double post
Last edited by bodhi.zazen on 16. Jun 2007, 00:50, edited 1 time in total.
If is a virtual machine, is it still broken ?
bodhi.zazen
Volunteer
Posts: 180
Joined: 17. May 2007, 16:02

Post by bodhi.zazen »

Code: Select all

VBoxManage controlvm "Guest" setvideomodehint "1440" "900" "24"

Where :

* "Guest" is the name of the Guest OS.
* "1440" and "900" are the desired resolution.
* "24" is the desired color depth (8,16,24)
If is a virtual machine, is it still broken ?
don_jorgito
Posts: 1
Joined: 19. Jun 2007, 11:21
Contact:

640x480 16 color depth

Post by don_jorgito »

Hi,

I'm running 1.4 release of Virtualbox on a Linux host, Gentoo up to date, and I have Windows XP Pro as the guest operating system.

I also installed the Virtualbox additions which give me more screen resolution options.

-How can I downgrade the resolution to 640x480 at 16 colors?

I try

Code: Select all

VBoxManage controlvm "Guest" setvideomodehint "640" "480" "16"

but nothing happens...
bodhi.zazen
Volunteer
Posts: 180
Joined: 17. May 2007, 16:02

Post by bodhi.zazen »

1. replace "guest" with the name of the virtual machine.

2. I think you need to run that with windows powered down.

3. But, ever better, just change the resolution on the windows guest directly ...
If is a virtual machine, is it still broken ?
Post Reply