VirtualBox

Changeset 6061 in vbox for trunk


Ignore:
Timestamp:
Dec 13, 2007 5:38:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26732
Message:

Commented out 1600x1200 modes. Ubuntu fails too boot with them.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vbetables-gen.c

    r5475 r6061  
    3737{ 1280, 1024, 16                      , 0x11A},
    3838{ 1280, 1024, 24                      , 0x11B},
     39#if 0 /* Ubuntu fails with this */
    3940{ 1600, 1200, 8                        , 0x11C},
    4041{ 1600, 1200, 15                     , 0x11D},
    4142{ 1600, 1200, 16                      , 0x11E},
    4243{ 1600, 1200, 24                      , 0x11F},
     44#endif
    4345
    4446      /* BOCHS/PLE, 86 'own' mode numbers */
  • trunk/src/VBox/Devices/Graphics/DevVGAModes.h

    r5999 r6061  
    5050#define VBE_VESA_MODE_1280X1024X565                      0x11A
    5151#define VBE_VESA_MODE_1280X1024X888                      0x11B
     52
     53#if 0 /* Ubuntu fails with this */
    5254#define VBE_VESA_MODE_1600X1200X8                        0x11C
    5355#define VBE_VESA_MODE_1600X1200X1555                     0x11D
    5456#define VBE_VESA_MODE_1600X1200X565                      0x11E
    5557#define VBE_VESA_MODE_1600X1200X888                      0x11F
     58#endif
    5659
    5760/* BOCHS/PLEX86 'own' mode numbers */
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