VirtualBox

Changeset 51154 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Apr 28, 2014 2:26:46 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93483
Message:

VGABIOS: Requests to set mode 7 must set mode 0 instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c

    r50920 r51154  
    634634 mode=mode&0x7f;
    635635
     636 // Display switching is not supported, and mono monitors aren't either.
     637 // Requests to set mode 7 (mono) must set mode 0 instead (color).
     638 if (mode == 7)
     639     mode = 0;
     640
    636641 // find the entry in the video modes
    637642 line=find_vga_entry(mode);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette