VirtualBox

Changeset 33263 in vbox


Ignore:
Timestamp:
Oct 20, 2010 2:27:32 PM (14 years ago)
Author:
vboxsync
Message:

VGA: Advertise unrestricted horizontal resolutions.

Location:
trunk/src/VBox/Devices/Graphics
Files:
2 edited

Legend:

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

    r33178 r33263  
    894894#ifdef VBOX
    895895            if (val == VBE_DISPI_ID_VBOX_VIDEO) {
     896                s->vbe_regs[s->vbe_index] = val;
     897            } else if (val == VBE_DISPI_ID_ANYX) {
    896898                s->vbe_regs[s->vbe_index] = val;
    897899            }
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r33177 r33263  
    9999#define VBE_DISPI_ID_HGSMI              0xBE01
    100100#endif /* VBOX_WITH_HGSMI */
     101/* Indicates support for unrestricted horizontal resolutions (not multiple of 8). */
     102#define VBE_DISPI_ID_ANYX               0xBE02
    101103#endif /* VBOX */
    102104
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