VirtualBox

Changeset 14918 in vbox


Ignore:
Timestamp:
Dec 2, 2008 3:46:46 PM (16 years ago)
Author:
vboxsync
Message:

Use GMODE_BLANK also when Screen Off bit in SR01 is set. Fixes garbage on X11 startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r14886 r14918  
    24622462
    24632463        full_update = 0;
    2464         if (!(s->ar_index & 0x20)) {
     2464        if (!(s->ar_index & 0x20) || (s->sr[0x01] & 0x20)) {
    24652465            graphic_mode = GMODE_BLANK;
    24662466        } else {
Note: See TracChangeset for help on using the changeset viewer.

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