Quote:
Thanks Todenis...although before I try it I would prefer that someone write it whos native tongue is english as I am not 100% sure how to do it with your instructions...
|
The instruction he gave it to add a new Registry entry (presumably and optional entry that the drivers check ).
Try such version with the registry...
1. win+r -> cmd -> regedit
translates to ==> run the program called regedit.exe
you can also run it for filesystem explorer..
on 32 bit system it should be in c:\windows\system
on 64 bit system it should be in c:\windows\sysWOW64
2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\GraphicsDrivers
This is the Registry key location where you must add a new entry/value
When you open regedit.exe it displays you'r regestry as a tree, like folders in exlorer.
1st thing to locate is "HKEY_LOCAL_MACHINE" (it should be one of the top 'folders' )
when you open it you need to find "SYSTEM"
in "SYSTEM" you need to look for CurrentControlSet etc...
untill you get GraphicsDrivers
3. Create DWORD 32bit
This creates a new registry value entry. think you can do it by right click on "GraphicsDriver" , else select (left click) on "GraphicsDriver" and add a new value from the menu.
4. We name - TdrDelay and appropriate parameter 12
When you create a new value (MAKE SURE THE TYPE IS REG_DWORD ie. a 32bit integer value) you need to name it "TdrDelay" and set its value to 0x00012 (this is hexadecimal ==> decimal value 18 )
5. Reboot
Note what I don't know what the actual RegEntry does, presumably add a longer delay in the graphics driver while it initialize something. I'm sure you should be able to find the details of the entry via google though..