Author: hbelusca Date: Thu Jan 29 01:35:21 2015 New Revision: 66113
URL: http://svn.reactos.org/svn/reactos?rev=66113&view=rev Log: [BOOTDATA]: Default also to 32bpp (livecd, ...); see r65498 for more details. CORE-8826
Modified: trunk/reactos/boot/bootdata/hiveinst.inf
Modified: trunk/reactos/boot/bootdata/hiveinst.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hiveinst.inf?... ============================================================================== --- trunk/reactos/boot/bootdata/hiveinst.inf [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/hiveinst.inf [iso-8859-1] Thu Jan 29 01:35:21 2015 @@ -11,7 +11,7 @@ ; 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