https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5afea63e6618c1448a0372c0237703724a97eef9

commit 5afea63e6618c1448a0372c0237703724a97eef9
Author:     Hervé Poussineau <[email protected]>
AuthorDate: Mon Dec 27 20:29:07 2021 +0100
Commit:     Hervé Poussineau <[email protected]>
CommitDate: Thu Jan 6 17:45:03 2022 +0100

    [BOOTDATA] hivesys.inf: remove UseNewKey setting
    
    Neither LiveCD nor BootCD 2nd stage are able to use new registry key for 
videoprt,
    as they depend of some PnP entries which are unavailable.
    
    This line was added in a7ebc6bd5c7a332bacce91594589d6bfaea2bce7 (r43711)
    
    Note that it doesn't change much for ReactOS yet, as neither
    videoprt.sys nor win32k.sys take care of this parameter.
---
 boot/bootdata/hivesys.inf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index 3647ab22fec..43142022444 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -1480,7 +1480,6 @@ 
HKLM,"SYSTEM\CurrentControlSet\Control\ServiceGroupOrder","List",0x00010000, \
 
 ; Set the timeout for directx/ReactX graphic surface lock see 
_EDD_DIRECTDRAW_GLOBAL struct for more info
 
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,
 ; the following dwords are the tag entries for the load order.

Reply via email to