Opened 16 years ago
Closed 8 years ago
#1691 closed defect (obsolete)
missing screen resolution mode
Reported by: | Paolo | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 1.6.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description (last modified by )
I had the same problem as ticket #1689 blocked screen resolution.
i used the command "VBoxManage setextradata global GUI/MaxGuestResolution any"
it works but i didn't found the right mode for my Sony Vaio FZ18M that is 1280x800.
In former version 1.6.0 i had no problems with it.
Host OS: Vista home premium guest OS: XP SP2
Change History (6)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
Replying to frank:
What do you mean by the right mode? You were not able to select 1280x800 in your guest?
yes
there is only a 1152x864 then 1280x960 and then 1280x1024 option but i need 1280x800
follow-up: 4 comment:3 by , 16 years ago
This version was not neither available in 1.6.0. Such a mode can only be added if you do
VBoxManage controlvm "VM_NAME" setvideomodehint 1280 800 32
while the VM is running. The dimensions of that video mode are stored as long as you don't select another video mode in your Windows guest. Please refer to section 8.7 in the user manual.
Please note further that you can resize your guest window with the mouse and that this video mode is kept in the same way as the video mode hint. Same with the fullscreen mode (HostKey + F).
comment:4 by , 16 years ago
Replying to frank:
This version was not neither available in 1.6.0. Such a mode can only be added if you do
VBoxManage controlvm "VM_NAME" setvideomodehint 1280 800 32while the VM is running. The dimensions of that video mode are stored as long as you don't select another video mode in your Windows guest. Please refer to section 8.7 in the user manual.
Please note further that you can resize your guest window with the mouse and that this video mode is kept in the same way as the video mode hint. Same with the fullscreen mode (HostKey + F).
Thank you very much now it's ok
but believe me until 1.6.0 version i had to do nothing and resolution fitted automatically to my notebook. I had never to deal with dos command until this time.
comment:5 by , 16 years ago
Component: | other → GUI |
---|
comment:6 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
What do you mean by the right mode? You were not able to select 1280x800 in your guest?