Host Jaunty 64-bit, guest Windows7
I upgraded to Virtualbox 3.0 and everything seemed fine.
I updated the Guest Additions, after rebooting windows, I am stuck with an 800x600 display.
Virtualbox 3.0 800x600 max resolution in windows guest
-
wilbur.harvey
- Posts: 33
- Joined: 23. Jan 2009, 09:57
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: Ubuntu, Windows10
- Location: Reno NV
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Virtualbox 3.0 800x600 max resolution in windows guest
Try rebooting the host.
Did you actually see the guest additions install on Win 7RC?
Try installing the guest additions again after you reboot the host.
Also check to see that the auto-resize button is activated (turns blue) in the guest.
Did you actually see the guest additions install on Win 7RC?
Try installing the guest additions again after you reboot the host.
Also check to see that the auto-resize button is activated (turns blue) in the guest.
-
wilbur.harvey
- Posts: 33
- Joined: 23. Jan 2009, 09:57
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: Ubuntu, Windows10
- Location: Reno NV
Re: Virtualbox 3.0 800x600 max resolution in windows guest
Yes, I saw the additions install in Win7
Yes, I tried rebooting the guest, then rebooting the host.
Yes, I tried the auto-resize button several times.
Nothing helped.
After un-installing the guest additions, rebooting the guest, and re-installing the guest additions and rebooting the guest, it seems to work.
Yes, I tried rebooting the guest, then rebooting the host.
Yes, I tried the auto-resize button several times.
Nothing helped.
After un-installing the guest additions, rebooting the guest, and re-installing the guest additions and rebooting the guest, it seems to work.
-
Nickel
- Posts: 2
- Joined: 9. Jul 2009, 07:59
- Primary OS: Debian other
- VBox Version: OSE Debian
- Guest OSses: windows XP
Re: Virtualbox 3.0 800x600 max resolution in windows guest
Hmmm... Maybe section 9.3 of the user's manual?
--manual copy & paste --
9.13 Configuring the maximum resolution of guests when using the graphical frontend
When guest systems with the Guest Additions installed are started using the graphical frontend (the normal VirtualBox application), they will not be allowed to use screen resolutions greater than the host’s screen size unless the user manually resizes them by dragging the window, switching to fullscreen or seamless mode or sending a video mode hint using VBoxManage. This behavior is what most users will want, but if you have different needs, it is possible to change it by issuing one of the following commands from the command line:
will remove all limits on guest resolutions.
manually specifies a maximum resolution.
restores the default settings. Note that these settings apply globally to all guest systems, not just to a single machine.
--end of manual copy & paste --
After this, use setvideohint like this:
Hope it works!
--manual copy & paste --
9.13 Configuring the maximum resolution of guests when using the graphical frontend
When guest systems with the Guest Additions installed are started using the graphical frontend (the normal VirtualBox application), they will not be allowed to use screen resolutions greater than the host’s screen size unless the user manually resizes them by dragging the window, switching to fullscreen or seamless mode or sending a video mode hint using VBoxManage. This behavior is what most users will want, but if you have different needs, it is possible to change it by issuing one of the following commands from the command line:
Code: Select all
VBoxManage setextradata global GUI/MaxGuestResolution anyCode: Select all
VBoxManage setextradata global GUI/MaxGuestResolution >width,height<Code: Select all
VBoxManage setextradata global GUI/MaxGuestResolution auto--end of manual copy & paste --
After this, use setvideohint like this:
Code: Select all
VBoxManage controlvm <VirtualMachineName> setvideomodehint <xres> <yres> <bpp> [display]-
pagefarmer
- Posts: 1
- Joined: 18. Aug 2009, 17:35
- Primary OS: Ubuntu other
- VBox Version: OSE Debian
- Guest OSses: Ubuntu 64 Server, Win XP
Re: Virtualbox 3.0 800x600 max resolution in windows guest
This technique worked great for me. I have VirtualBox running on Ubuntu 9.04 Server 64-bit in headless mode. My client is an HP t5145 thin client with a Compaq display. The display's max resolution is 1366x768. Odd, but a good, cheap monitor for the kids.
My question: Sometimes, if I have to connect to the VM with a different client (e.g., MS Windows Remote Desktop), the VM's video mode reverts to something like 1021x768. I then have to go back and run the controlvm setvideomodehint command again. Is there a way to make the setvideomodehint permanent? The modifyvm command doesn't offer the setvideomodehint as an option.
I've created a shell script to run quickly in case I have to do so (especially if I don't remember the command), and I can even run it via a command/shortcut from my Windows desktop by installing PuTTY/PLink.
My question: Sometimes, if I have to connect to the VM with a different client (e.g., MS Windows Remote Desktop), the VM's video mode reverts to something like 1021x768. I then have to go back and run the controlvm setvideomodehint command again. Is there a way to make the setvideomodehint permanent? The modifyvm command doesn't offer the setvideomodehint as an option.
I've created a shell script to run quickly in case I have to do so (especially if I don't remember the command), and I can even run it via a command/shortcut from my Windows desktop by installing PuTTY/PLink.
-
toskoide
- Posts: 1
- Joined: 8. Sep 2011, 09:38
- Primary OS: Debian other
- VBox Version: OSE Debian
- Guest OSses: win xp sp3, win 7
Re: Virtualbox 3.0 800x600 max resolution in windows guest
The same problem and that fixed it to me too.
Just one more tip: your Video Card Memory should be at least at 32MB; if not, is possible that you dont get a resolution higher thatn 1280 x 1024.
One
One