Nvidia 드라이버 에러 Windows 7 64bit   GTX460, (AMD, ATI)
    "디스플레이 드라이버가 응답을 중지하고 복구됨"

"Display driver stopped responding and has recovered" nvidia
NVIDIA Windows Kernel Mode Driver stopped responding and has successfully recovered
nvlddmkm Error


    - 최신 드라이버를 설치해도 마찬가지로 에러 발생

< 해결 방법 >


* 체크1: 전원공급장치(Power Supply) 용량을 확인하고, 믿을 만한 업체의 넉넉한 파워로 교체해 본다.



* 방법 1 : 이전 버전 드라이버 설치

Windows Update에서 제공하는 드라이버를 설치 <- 제대로 작동됨!!

    드라이버 완전 삭제후 Windows Update 실행
        Nvidia driver update for NVIDIA GeForce GTX 460 (2013-04-10)
        직접 다운로드 주소 win7 64bit 용
http://au.download.windowsupdate.com/msdownload/update/driver/drvs/2013/04/200000270_4dfb78126f6a0a9aa941ca74ce0c0075b6536a01.cab

        - 설치후 버전 확인 :  311.06 ( 9.18.13.1106 ) (2013-01-18)

- 이버전을 구해서 바로 설치해 보는 것도 방법일듯


//=========

* 방법 2 : http://support.microsoft.com/kb/2665946/en-us     <---확인 더 필요
         GPU 프로세싱 지연 시간 을 증가시킨다. 레지스트리 수정
         Fix it 50848 : http://go.microsoft.com/?linkid=9805447
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers
TdrDelay = 8 (기본=2)


//=========
* 방법 3 :
TDR(Timeout Detection and Recovery) Level 을 0 으로 만들기
    - 레지스트리 편집
"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers
TdrLevel = 0 (없으면 생성, DWORD)
재부팅

http://blog.naver.com/topazus?Redirect=Log&logNo=150181976964
Timeout Detection and Recovery of GPUs through WDDM
http://msdn.microsoft.com/en-us/windows/hardware/gg487368.aspx
TDR Registry Keys http://msdn.microsoft.com/en-us/library/ff569918.aspx
부작용 : 복구도 안되고 화면이 멈추며 시스템이 다운될수 있음

//=========
* 방법 4 : watchdog timer 죽이기
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Watchdog\Display
DisableBugCheck = 1 (없으면 생성, DWORD)
http://stackoverflow.com/questions/497685/cuda-apps-time-out-fail-after-several-seconds-how-to-work-around-this



//

NVIDIA System Tools
    - GPU 오버클러킹     
    - 클럭, 전압, 속도 조절, 팬 속도, 온도 모니터링
    - ESA(Enthusiast System Architecture) 지원
        - nVidia가 만든 냉각시스템 관리등에 대한 관리 표준

Version: 6.05 , (2009.11.19)
    - GeForce 9 Series 까지 지원
http://www.nvidia.com/object/nvidia_system_tools_6.05.html

Version: 6.08 (2011.12.19)
    -  GeForce 500 series 까지만 지원, 그 이상은 보드 업체들에서 지원
http://www.nvidia.com/object/nvidia-system-tools-6.08-driver.html



//
Fixing the Nvlddmkm Error (Display driver has stopped responding)
http://www.instructables.com/id/How-to-Fix-the-Nvlddmkm-Error
    - 9가지 해결책을 제시


반응형
Posted by codens