Add mod: "raise gpu driver timeout" (thanks stabs)

This commit is contained in:
Fierelier 2022-06-22 06:34:10 +02:00
parent 5acdf54a46
commit 8914d6e0f3
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
Raises the TDR timeout from 2 seconds to 16 seconds. Reduces false detection of GPU driver crashes due to strong spikes of usage.

View File

@ -0,0 +1,3 @@
for key in opusnt.regQueryKeys(opusnt.regTmpPath + "system"):
if key.lower().startswith(opusnt.regTmpPath.lower() + "system\\controlset"):
opusnt.runReg(["add",key+ "\\Control\\GraphicsDrivers","/v","TdrDelay","/t","REG_DWORD","/d","0x00000010","/f"])

View File

@ -0,0 +1 @@
stability