mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
[SETUP]
* Set 32bpp as default bit depth instead of 16bpp. Suggestion and patch provided by Ismael Ferreras Morezuelas (swyter). CORE-8826 #resolve #comment Committed in r65498. Gracias! svn path=/trunk/; revision=65498
This commit is contained in:
parent
96cdf37afe
commit
2a2210d52b
1 changed files with 20 additions and 20 deletions
|
@ -163,16 +163,16 @@ halacpi.dll=,,,,,,,,,,hal.dll,,2
|
|||
;halacpi.dll=,,,,,,,,,,hal.dll,,2
|
||||
|
||||
[Display]
|
||||
;<id> = <user friendly name>,<spare>,<service key name>,<hight>,<width>,<bpp>
|
||||
;<id> = <user friendly name>,<spare>,<service key name>,<height>,<width>,<bpp>
|
||||
vga = "VGA Display (640x480x4)",,Vga,640,480,4
|
||||
vbe_640x480x8 = "VESA Display (640x480x8)",,VBE,640,480,8
|
||||
vbe_640x480x16 = "VESA Display (640x480x16)",,VBE,640,480,16
|
||||
vbe_640x480x24 = "VESA Display (640x480x24)",,VBE,640,480,24
|
||||
vbe_640x480x32 = "VESA Display (640x480x32)",,VBE,640,480,32
|
||||
vbe_800x600x8 = "VESA Display (800x600x8)",,VBE,800,600,8
|
||||
vbe = "VESA Display (800x600x16)",,VBE,800,600,16
|
||||
vbe_800x600x16 = "VESA Display (800x600x16)",,VBE,800,600,16
|
||||
vbe_800x600x24 = "VESA Display (800x600x24)",,VBE,800,600,24
|
||||
vbe_800x600x32 = "VESA Display (800x600x32)",,VBE,800,600,32
|
||||
vbe = "VESA Display (800x600x32)",,VBE,800,600,32
|
||||
vbe_1024x768x8 = "VESA Display (1024x768x8)",,VBE,1024,768,8
|
||||
vbe_1024x768x16 = "VESA Display (1024x768x16)",,VBE,1024,768,16
|
||||
vbe_1024x768x24 = "VESA Display (1024x768x24)",,VBE,1024,768,24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue