Opened 13 years ago
Closed 10 years ago
#10389 closed defect (fixed)
Custom VESA mode does not work for 8bit resolution
Reported by: | rcs-34 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.1.10 |
Keywords: | VESA, Custom mode, 8bit, 1920x1200 | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
I'm trying to add custom VESA mode 1920x1200x8. I'm using command
VBoxManage setextradata "Modest" "CustomVideoMode1" "1920x1200x8"
and the line
<ExtraDataItem name="CustomVideoMode1" value="1920x1200x8"/>
is created in Modest.vbox correctly. However, when I try to start the virtual machine VB gives me the
VERR_VGA_INVALID_CUSTOM_MODE
error. Note, that 1920x1200x16 and 1920x1200x24 work very fine, but I'm interested in 8bit colors.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 10 years ago
priority: | major → minor |
---|---|
Resolution: | → fixed |
Status: | new → closed |
VirtualBox 5.0 will allow 8bpp custom video modes.
Note:
See TracTickets
for help on using tickets.
Well, I have fixed it myself. in src/VBox/Devices/Graphics/DevVGA.cpp (KKK) :