[PATCH] wine.inf: Create CurrentControlSet\Control\Video in registry.

Vijay Kiran Kamuju infyquest at gmail.com
Thu Apr 18 08:08:13 CDT 2019


Based on a suggestion from Zhiyi Zhang and a patch from Michael Müller

Registry key System\CurrentControlSet\Control\Video should be non-volatile

From: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
---
 loader/wine.inf.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 4d28a93c359..14814daf93f 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -694,6 +694,7 @@ HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2
 HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI"
 HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"StandardName",2,""
 HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"TimeZoneKeyName",2,""
+HKLM,System\CurrentControlSet\Control\Video,,16
 HKLM,System\CurrentControlSet\Control\VirtualDeviceDrivers,,16
 HKLM,System\CurrentControlSet\Control\VMM32Files,,16
 HKLM,System\Select,"Current",0x10003,1
-- 
2.17.0




More information about the wine-devel mailing list