Author: tkreuzer
Date: Sat Oct 15 21:29:11 2011
New Revision: 54152

URL: http://svn.reactos.org/svn/reactos?rev=54152&view=rev
Log:
[registry]
Mark the VBE driver as VgaCompatible. This is an outrageous lie, but it lets us 
use 3rd party drivers, like VBoxVideo, while VBE is installed. Consider this a 
hack, which is to be fixed bei either making vbemp really vga compatible or by 
fixing whatever keeps the VBoxVideo from replacing vbemp.

Modified:
    trunk/reactos/boot/bootdata/hivesys_i386.inf

Modified: trunk/reactos/boot/bootdata/hivesys_i386.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesys_i386.inf?rev=54152&r1=54151&r2=54152&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivesys_i386.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivesys_i386.inf [iso-8859-1] Sat Oct 15 
21:29:11 2011
@@ -1104,7 +1104,7 @@
 
HKLM,"SYSTEM\CurrentControlSet\Control\GraphicsDrivers\DCI","Timeout",0x00010001,0x00000007
 HKLM,"SYSTEM\CurrentControlSet\Control\GraphicsDrivers\UseNewKey",,0x00000012
 
-; Group order, the first DWORD is the count of entries, 
+; Group order, the first DWORD is the count of entries,
 ; the following dwords are the tag entries for the load order.
 HKLM,"SYSTEM\CurrentControlSet\Control\GroupOrderList","Video Save", 
0x00000001, \
   0x02, 0x00, 0x00, 0x00, \
@@ -1715,6 +1715,9 @@
 HKLM,"SYSTEM\CurrentControlSet\Hardware 
Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.XResolution",0x00010001,640
 HKLM,"SYSTEM\CurrentControlSet\Hardware 
Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","DefaultSettings.YResolution",0x00010001,480
 
+; This is not true but it allows to use 3rd party drivers while having the VBE 
driver installed
+HKLM,"SYSTEM\CurrentControlSet\Hardware 
Profiles\Current\System\CurrentControlSet\Services\VBE\Device0","VgaCompatible",0x00010001,1
+
 ; VGA miniport driver
 
HKLM,"SYSTEM\CurrentControlSet\Services\Vga","ErrorControl",0x00010001,0x00000000
 HKLM,"SYSTEM\CurrentControlSet\Services\Vga","Group",0x00000000,"Video Save"


Reply via email to