From c389b991cdb1ad96c31ccd8be7e714ea51ff89ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 29 Jan 2015 01:35:21 +0000 Subject: [PATCH] [BOOTDATA]: Default also to 32bpp (livecd, ...); see r65498 for more details. CORE-8826 svn path=/trunk/; revision=66113 --- reactos/boot/bootdata/hiveinst.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/bootdata/hiveinst.inf b/reactos/boot/bootdata/hiveinst.inf index dd7fcdf4268..d815185b3af 100644 --- a/reactos/boot/bootdata/hiveinst.inf +++ b/reactos/boot/bootdata/hiveinst.inf @@ -11,7 +11,7 @@ Signature = "$ReactOS$" ; VBE SVGA driver HKLM,"SYSTEM\CurrentControlSet\Services\VBE","Start",0x00010001,0x00000001 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.VRefresh",0x00010001,1 -HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.BitsPerPel",0x00010001,16 +HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.BitsPerPel",0x00010001,32 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.XResolution",0x00010001,800 HKLM,"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.YResolution",0x00010001,600