addig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8, vbe_1024x768x16

svn path=/trunk/; revision=20327
This commit is contained in:
Magnus Olsen 2005-12-25 10:35:23 +00:00
parent 344a183c14
commit 46d8d540af

View file

@ -68,8 +68,13 @@ halmp.dll = 2,hal.dll
[Display]
;<id> = <user friendly name>,<spare>,<service key name>,<hight>,<width>,<bpp>
vga = "VGA Display (640x680x8)",,Vga,640,480,8
vbe_lowres = "VESA Display (640x680x8)",,VBE,640,480,8
vbe_640x480x8 = "VESA Display (640x680x8)",,VBE,640,480,8
vbe_640x480x16 = "VESA Display (640x680x16)",,VBE,640,480,16
vbe_800x600x8 = "VESA Display (800x600x8)",,VBE,800,600,8
vbe = "VESA Display (800x600x16)",,VBE,800,600,16
vbe_1024x768x8 = "VESA Display (1024x768x8)",,VBE,1024,768,8
vbe_1024x768x16 = "VESA Display (1024x768x16)",,VBE,1024,768,16
[Map.Display]
;<id> = <pnp id string>