Opened 17 years ago
Closed 17 years ago
#1411 closed defect (fixed)
When using VBoxSDL, going fullscreen does not change resolultion of guest => Fixed in SVN
Reported by: | ugemkow | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.5.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
We are using VBoxSDL to start a Windows XP guest VM on a linux host.
When going fullscreen (either by using the host key + f or by using the -fullscreen option) the guest does not change its resolution to the fullscreen's resolution. Instead the last used resolution is used and black borders are displayed around this. When using the qt GUI this works with the same VM and guest.
This is the 1.5.6 OSE edition with guest additions r28266 installed.
Change History (4)
follow-up: 2 comment:1 by , 17 years ago
comment:2 by , 17 years ago
Replying to frank:
Which distribution is that? Did the configure script found the
sdl_ttf
support?
The host is FC7. The configure script did not check this dependency because of the following line in the script (if I do not misunderstand this)
[ $WITH_SDL_TTF -eq 1 -a $OSE -eq 0 ] && check_sdl_ttf
We have compiled this outselves.
comment:3 by , 17 years ago
Summary: | When using VBoxSDL, going fullscreen does not change resolultion of guest → When using VBoxSDL, going fullscreen does not change resolultion of guest => Fixed in SVN |
---|
Right. So this bug was already fixed in SVN. Have a look at r7714.
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Which distribution is that? Did the configure script found the
sdl_ttf
support?