Opened 12 years ago
Closed 12 years ago
#10983 closed defect (fixed)
EFI Video modes not work after reset VM -> fixed in SVN
Reported by: | Edward | Owned by: | |
---|---|---|---|
Component: | EFI | Version: | VirtualBox 4.2.0 |
Keywords: | Cc: | ||
Guest type: | OSX Server | Host type: | Mac OS X |
Description
I set "VBoxInternal2/EfiGopMode" to 4.
- Boot VM, it is 1440*900.
- Reset VM, it becomes 640*480.
- Power off and boot again, it goes back to 1440*900.
Attachments (2)
Change History (7)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
I'm sorry that it actually becomes 800*600
$ cat VBox.log | grep handleDisplayResize 00:00:02.071572 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117206000 w=1024 h=768 bpp=32 cbLine=0x1000, flags=0x1 00:00:02.103884 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117206000 w=800 h=600 bpp=32 cbLine=0xC80, flags=0x1 00:00:02.651552 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117206000 w=1440 h=900 bpp=32 cbLine=0x1680, flags=0x1 00:01:41.445802 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117206000 w=800 h=600 bpp=32 cbLine=0xC80, flags=0x1
The last one is immediately after I reset VM
comment:3 by , 12 years ago
Updated to 4.2.2, problem still happens.
$ cat VBox.log | grep handleDisplayResize 00:00:02.418468 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117a43000 w=1024 h=768 bpp=32 cbLine=0x1000, flags=0x1 00:00:02.440562 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117a43000 w=1024 h=768 bpp=0 cbLine=0x200, flags=0x1 00:00:02.462395 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117a43000 w=800 h=600 bpp=32 cbLine=0xC80, flags=0x1 00:00:03.005604 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117a43000 w=1440 h=900 bpp=32 cbLine=0x1680, flags=0x1 00:01:29.249430 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117a43000 w=1024 h=768 bpp=32 cbLine=0x1000, flags=0x1 00:01:29.279997 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000117a43000 w=800 h=600 bpp=32 cbLine=0xC80, flags=0x1
comment:4 by , 12 years ago
Summary: | EFI Video modes not work after reset VM → EFI Video modes not work after reset VM -> fixed in SVN |
---|
Please expect the fix in the next maintenance release.
Note:
See TracTickets
for help on using tickets.
Could you please attach the log?