- Timestamp:
- Dec 13, 2007 5:38:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26732
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vbetables-gen.c
r5475 r6061 37 37 { 1280, 1024, 16 , 0x11A}, 38 38 { 1280, 1024, 24 , 0x11B}, 39 #if 0 /* Ubuntu fails with this */ 39 40 { 1600, 1200, 8 , 0x11C}, 40 41 { 1600, 1200, 15 , 0x11D}, 41 42 { 1600, 1200, 16 , 0x11E}, 42 43 { 1600, 1200, 24 , 0x11F}, 44 #endif 43 45 44 46 /* BOCHS/PLE, 86 'own' mode numbers */ -
trunk/src/VBox/Devices/Graphics/DevVGAModes.h
r5999 r6061 50 50 #define VBE_VESA_MODE_1280X1024X565 0x11A 51 51 #define VBE_VESA_MODE_1280X1024X888 0x11B 52 53 #if 0 /* Ubuntu fails with this */ 52 54 #define VBE_VESA_MODE_1600X1200X8 0x11C 53 55 #define VBE_VESA_MODE_1600X1200X1555 0x11D 54 56 #define VBE_VESA_MODE_1600X1200X565 0x11E 55 57 #define VBE_VESA_MODE_1600X1200X888 0x11F 58 #endif 56 59 57 60 /* BOCHS/PLEX86 'own' mode numbers */
Note:
See TracChangeset
for help on using the changeset viewer.