mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
fix #391
This commit is contained in:
parent
f3285790f9
commit
24b9586494
@ -32,6 +32,6 @@ Hence, if default magic baked into nvfbcwrp doesn't work for you, you have to:
|
|||||||
|
|
||||||
For some software (e.g Steam) it is also needed to add registry value to use NvFBC, which you can do by running:
|
For some software (e.g Steam) it is also needed to add registry value to use NvFBC, which you can do by running:
|
||||||
```batch
|
```batch
|
||||||
reg add "HKEY_LOCAL_MACHINE\SSYSTEM\CurrentControlSet\Services\nvlddmkm" /v NVFBCEnable /d 1 /t REG_DWORD /f
|
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm" /v NVFBCEnable /d 1 /t REG_DWORD /f
|
||||||
```
|
```
|
||||||
(reboot / driver restart required to take effect)
|
(reboot / driver restart required to take effect)
|
||||||
|
Loading…
Reference in New Issue
Block a user