모니터 연결 유무를 자동으로 감지하지 않도록 설정 하기
    windows 7 nvidia disable monitor auto detection disable


증상 : 윈도7에서 KVM을 사용하거나 모니터를 꺼놓았을때 창이 몰리는 현상
원인 : 윈도 OS에서 모니터의 EDID 정보를 읽기 위해 모니터 연결 여부를 자동으로 검사



//==========
해결 방법 여러가지 -> 확인 필요


* NVIDIA Control Panel 설정
https://sites.google.com/site/ebobster/stuff/displayportblanking
    Workstation -> View system topology
        -> 모니터 이름 -> EDID status
        -> Manage EDID -> Export EDID 로 파일로 저장
            -> Load EDID 로 저장한 파일 로드
   
* ATI Catalyst Control Center
http://superuser.com/questions/96683/how-do-i-fix-monitor-detection-in-windows-7
    Graphics Setting -> Display Options -> Display Detection
        -> Use manual detection only 선택

* NVIDIA 관리 서비스 제거
    - 작업 스케줄러에서도 제거


* 표시 설정
    - "Windows button + P" -> Extended(확장)
C:\Windows\System32\DisplaySwitch.exe /extend
    -> 확인필요


* 전원 설정
    고급 전원 관리 옵션 설정 변경
    - 시도해 볼만


* 비디오(D-SUB) 케이블 핀 제거
    - "Hot Plug Detect"용 핀 제거
https://forums.geforce.com/default/topic/463427/dvi-kvm-detection-disable/
https://social.technet.microsoft.com/Forums/windows/en-US/8a9b5aa7-fe33-4e6d-b39b-8ac80a21fdc2/disable-monitor-off-detection-how?forum=w7itprogeneral
    D-SUB : 12번 핀 제거
http://nookkin.com/articles/how-tos-and-guides/allowing-any-screen-resolution-on-vista.ndoc
http://3.bp.blogspot.com/_N66od8KlQks/TD-St9qyYEI/AAAAAAAAAVU/K5fH6O4jx-o/s1600/vga_pinout.jpg

    HDMI : 19번 핀 제거
    DVI : 16번 핀 제거
http://upload.wikimedia.org/wikipedia/commons/0/03/DVI_pinout.png
       

* 하드웨어 교환
다음 기능이 있는 KVM으로 교환
"FULLTIME/Active DDC",
full-time active EDID

EDID emulator

HPD (hot-plug Detect)


* Disable EDID
    EDID(Extended display identification data )
EDID and DDC




//=========================================
// 안되는 것으로 추정되는것

* 레지스트리 수정 -1  --> X
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TMM]
"UseIViewHelper"=dword:00000000
@="0"
    비스타에서만 된다는 설
Transient Multimon Manager (TMM) 은 윈7에는 없음
http://superuser.com/questions/120983/how-to-disable-monitor-auto-detection-in-windows-7


* 레지스트리 수정 -2
DMMEnableDDCPolling
HKLM\SYSTEM\CurrentControlSet\Control\Class{4D36E968-E325-11CE-BFC1-08002BE10318}\
http://superuser.com/questions/120983/how-to-disable-monitor-auto-detection-in-windows-7
    -> 키가 없음
   

* 유틸리티 이용
PowerStrip 3.9
http://entechtaiwan.com/util/ps.shtm
    - Monitor infomation -> Display parameters -> Read data form registry

UltraMon
http://www.realtimesoft.com/ultramon/

Actual Window Manager
http://www.actualtools.com/windowmanager/


//======
//실패
"NVIDIA Update Service Deamon" services. Diaable



//====================

//화면 해상도 변경 유틸

http://www.nirsoft.net/utils/nircmd.html

nircmd.exe setdisplay 1920 1200 32




반응형
Posted by codens