From f73c521e7e793d8e564ca11edb0d98779cb631ed Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 26 Aug 2006 19:40:24 +0000 Subject: [PATCH] adding 640x480x32, 800x600x32, 1024x768x32 select for vbe. accoding to VBE 2.0 spec this mode shall always be while for graphic card with vbe 2.0 or higher. svn path=/trunk/; revision=23725 --- reactos/boot/bootdata/txtsetup.sif | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/boot/bootdata/txtsetup.sif b/reactos/boot/bootdata/txtsetup.sif index 91f11d8a000..6a9b0ed8338 100644 --- a/reactos/boot/bootdata/txtsetup.sif +++ b/reactos/boot/bootdata/txtsetup.sif @@ -70,10 +70,16 @@ halmp.dll = 2,hal.dll vga = "VGA Display (640x480x8)",,Vga,640,480,8 vbe_640x480x8 = "VESA Display (640x480x8)",,VBE,640,480,8 vbe_640x480x16 = "VESA Display (640x480x16)",,VBE,640,480,16 +vbe_640x480x32 = "VESA Display (640x480x16)",,VBE,640,480,32 vbe_800x600x8 = "VESA Display (800x600x8)",,VBE,800,600,8 vbe = "VESA Display (800x600x16)",,VBE,800,600,16 +vbe_800x600x32 = "VESA Display (800x600x8)",,VBE,800,600,32 vbe_1024x768x8 = "VESA Display (1024x768x8)",,VBE,1024,768,8 vbe_1024x768x16 = "VESA Display (1024x768x16)",,VBE,1024,768,16 +vbe_1024x768x32 = "VESA Display (1024x768x16)",,VBE,1024,768,32 + + + [Map.Display]