RadarURL

조회 수 4721 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

82945G를 사용하는 컴퓨터에 1440X900 또는 1680x1050해상도를 표준으로 하는 모니터를 교체했더니 지원하는 해상도가 나오지 않았다. 드라이버 소프트웨어 설치를 하면 된다고 하는데 그래도 해결이 되지 않는 경우가 있다. 이 경우 어쩔수 없지만 inf 드라이버 파일을 수정해야 한다. 수정하는 방법은 다음과 같은데 82945G을 기준으로 설명하겠다.


Step1 

For the 2nd Generation Intel® Core™ Processors with Intel® HD Graphics 3000/2000:
If you have a computer that has a 2nd Generation Intel® Core™ Processor with Intel® HD Graphics 3000/2000, click here for drivers that resolve this issue.

For the
 Intel® HD Graphics Chipset Families:
If you have a computer that has Intel® HD Graphics, click here for drivers that resolve this issue.

For the Intel® 4 Series Express Chipset Families:
If you have a computer that has the Intel® G41, G43, or G45 Express Chipset or the Mobile Intel® GL40, GM45, or GS45 Express Chipset, click here for drivers that resolve this issue.

For the Intel® 3 Series Express Chipset Families and the Mobile Intel® 965 Express Chipset Family:
If you have a computer that has the Intel® G31, G33, G35, Q33, Q35 Express Chipset or the Mobile Intel® 965 Express Chipset, click here for drivers that resolve this issue.

For the desktop Intel® 946 and 965 Express Chipset Families:
If you have a computer that has the Intel® 946GZ, G965, Q963, or Q965 Express Chipset, click here for drivers that resolve this issue.

For the desktop and Mobile Intel® 945 Express Chipset Families:
If you have a computer that has the Intel® 945G or 945GV Express Chipset or the Mobile Intel® 940GML, 943MGL, 945GM, or 945GMS Express Chipset, click here for drivers that resolve this issue.

자신에 맞는 드라이버를 찾는다.


그리고 나서 설치파일을 압축프로그램으로 분해한다. 이후 아래의 파일을 연다.

winxp_14324\Graphics
igxp32

Step2

[NonEDIDMode_AddSwSettings] 부분을 찾는다. 찾으면 다음과 같은 부분이 나온다.


[NonEDIDMode_AddSwSettings]
HKR,, TotalDTDCount, %REG_DWORD%, 0   ; This shows number of DTDs to be used. ;  0-->Disable the feature.
;Following keys have 20 bytes (18 byte DTD + 2 Byte flags).
HKR,, DTD_1,%REG_BINARY%, 01,1D,80,18,71,1C,16,20,58,2C,1A,00,00,00,00,00,00,86,37,01 ;1920x1080@60...Interlaced
HKR,, DTD_2, %REG_BINARY%, 01,1D,80,D0,72,1C,16,20,10,2C,1A,80,00,00,00,00,00,86,37, 01 ;1920x1080@50...Interlaced
HKR,, DTD_3,%REG_BINARY%, 01,1D,00,BC,52,D0,1E,20,B8,28,25,40,00,00,00,00,00,04,37, 01 ;1280x720@50....Non-interlaced
HKR,, DTD_4, %REG_BINARY%, 01,1D,00,72,51,D0,1E,20,6E,28,25,00,00,00,00,00,00,06,37,01 ;1280x720@60....Non-interlaced
HKR,, DTD_5,%REG_BINARY%, 00, 00, 00 ,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00 ;Fifth DTD

굵은 부분이 수정할 부분이다.

Step3

맨 첫 부분

HKR,, TotalDTDCount, %REG_DWORD%, 0 ; This shows number of DTDs to be used. ; 0-->Disable the feature.

이것을

HKR,, TotalDTDCount, %REG_DWORD%, 5 ; This shows number of DTDs to be used. ; 0-->Disable the feature.

이렇게 수정한다.

Step4

HKR,, DTD_5,%REG_BINARY%, 00, 00, 00 ,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00 ;Fifth DTD

이 부분을 해상도에 따라서 다음과 같이 바꾼다.


 - 1440X900

HKR,, DTD_5,%REG_BINARY%, 97,29,A0,D0,51,84,20,30,50,98,13,00,00,00,00,00,00,1C,37,01 ;1440x900@60

 - 1680x1050

HKR,, DTD_5, %REG_BINARY%, 79,39,90,40,62,1A,25,40,68,B8,3,00,00,00,00,00,00,1C,27,00 ;1680x1050@60

이렇게 한다.

예시는 다음과 같다.

  - 1440X900

[NonEDIDMode_AddSwSettings]
HKR,, TotalDTDCount, %REG_DWORD%, 5 ; This shows number of DTDs to be used. ; 0-->Disable the feature.
;Following keys have 20 bytes (18 byte DTD + 2 Byte flags).
HKR,, DTD_1,%REG_BINARY%, 01,1D,80,18,71,1C,16,20,58,2C,1A,00,00,00,00,00,00,86,37,01 ;1920x1080@60...Interlaced
HKR,, DTD_2, %REG_BINARY%, 01,1D,80,D0,72,1C,16,20,10,2C,1A,80,00,00,00,00,00,86,37, 01 ;1920x1080@50...Interlaced
HKR,, DTD_3,%REG_BINARY%, 01,1D,00,BC,52,D0,1E,20,B8,28,25,40,00,00,00,00,00,04,37, 01 ;1280x720@50....Non-interlaced
HKR,, DTD_4, %REG_BINARY%, 01,1D,00,72,51,D0,1E,20,6E,28,25,00,00,00,00,00,00,06,37,01 ;1280x720@60....Non-interlaced
HKR,, DTD_5,%REG_BINARY%, 97,29,A0,D0,51,84,20,30,50,98,13,00,00,00,00,00,00,1C,37,01 ;1440x900@60

 - 1680x1050

[NonEDIDMode_AddSwSettings]
HKR,, TotalDTDCount, %REG_DWORD%, 5 ; This shows number of DTDs to be used. ; 0-->Disable the feature.
;Following keys have 20 bytes (18 byte DTD + 2 Byte flags).
HKR,, DTD_1,%REG_BINARY%, 01,1D,80,18,71,1C,16,20,58,2C,1A,00,00,00,00,00,00,86,37,01 ;1920x1080@60...Interlaced
HKR,, DTD_2, %REG_BINARY%, 01,1D,80,D0,72,1C,16,20,10,2C,1A,80,00,00,00,00,00,86,37, 01 ;1920x1080@50...Interlaced
HKR,, DTD_3,%REG_BINARY%, 01,1D,00,BC,52,D0,1E,20,B8,28,25,40,00,00,00,00,00,04,37, 01 ;1280x720@50....Non-interlaced
HKR,, DTD_4, %REG_BINARY%, 01,1D,00,72,51,D0,1E,20,6E,28,25,00,00,00,00,00,00,06,37,01 ;1280x720@60....Non-interlaced
HKR,, DTD_5, %REG_BINARY%, 79,39,90,40,62,1A,25,40,68,B8,3,00,00,00,00,00,00,1C,27,00 ;1680x1050@60


본 문서가 적용되는 그래픽카드와 칩셋은 아래와 같다고 한다.

Intel® 82945G Express Chipset 
Intel® 82946GZ Graphics Controller 
Intel® 82G965 Graphics and Memory Controller Hub (GMCH) 
Intel® 82Q963 Graphics and Memory Controller Hub (GMCH) 
Intel® 82Q965 Graphics and Memory Controller Hub (GMCH) 
Intel® G31 Express Chipset 
Intel® G33 Express Chipset 
Intel® G35 Express Chipset 
Intel® Q33 Express Chipset 
Intel® Q35 Express Chipset 
Mobile Intel® 945GM Express Chipset Family 
Mobile Intel® 965 Express Chipset Family  


윈도우~1.JPG


이렇게 하면 해상도가 생성되고 사용할 수 있다.


 

출처 : http://yurion.net/1971

?

공부 게시판

공부에 도움되는 글을 올려주세요.

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 [공지] 공부 게시판 입니다. 처누 2003.08.18 928137
2474 웹서버,WAS [apache] HTTP/HTTPS 리다이렉트(Redirect/Rewrite) 하는 방법 new JaeSoo 2025.09.11 7
2473 웹서버,WAS http를 https로 리다이렉트하는 여러가지 방법 JaeSoo 2025.09.10 6
2472 웹서버,WAS SSL인증서 없이 HTTPS에서 HTTP로 되돌리기 JaeSoo 2025.09.10 8
2471 웹서버,WAS [SSL] win-acme, Let's encrypt로 무료 SSL 인증서 발급 JaeSoo 2025.09.10 6
2470 웹서버,WAS [SSL] Windows 10에서 Let's Encrypt로 SSL 인증서 무료 발급받기 JaeSoo 2025.09.10 6
2469 웹서버,WAS 무료로 https SSL/TLS 인증서를 발급받을 수 있는 인증 기관 JaeSoo 2025.09.10 6
2468 웹서버,WAS 아파치 서버에 https SSL 인증서 적용하는 방법 (apache httpd) JaeSoo 2025.09.10 6
2467 웹서버,WAS 아파치2(Apache2) SSL HTTPS 적용하기 JaeSoo 2025.09.10 6
2466 웹서버,WAS 아파치 웹서버에 멀티 도메인에 대한 80, 443 포트 설정하는 방법 file JaeSoo 2025.09.10 12
2465 소프트웨어 Google Photo 대신 Immich를 써보자 file JaeSoo 2025.08.07 141
2464 연애 남자 혹은 여자 진국 팁 JaeSoo 2025.07.24 122
2463 기타 MBTI검사 16가지 유형 “간단 명료”하게 정리! file JaeSoo 2025.07.01 145
2462 소프트웨어 [사진관리] PhotoPrism vs LibrePhoto 비교 소감 JaeSoo 2025.05.19 20
2461 네트워크 MDF실, TPS실, EPS실 이게 뭘까? file JaeSoo 2025.04.15 47
2460 업무 알아두면 좋은 직장인 용어 정리 file JaeSoo 2025.04.15 49
2459 건강 감기·독감·코로나19의 차이점, 신촌연세병원과 함께 알아봅시다. file JaeSoo 2025.01.08 35
2458 생활 집주인이 전세 보증금을 돌려주지 않을 때 JaeSoo 2024.11.29 26
2457 자동차 자전거 타이어 종류 및 추천 2편 (승차감 타이어, 국토종주!) JaeSoo 2024.10.15 53
2456 자동차 오도바이 센타 사장들은 어떤 브랜드를 싫어하고 좋아할까? [출처] 오도바이 센타 사장들은 어떤 브랜드를 싫어하고 좋아할까?|작성자 바이크신 file JaeSoo 2024.10.15 85
2455 윈도우즈 윈도우 자동 로그온 설정이 보이지 않을 때 조치사항 JaeSoo 2024.08.16 203
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 124 Next
/ 124


즐겨찾기 (가족)

JAESOO's HOMEPAGE


YOUNGAE's HOMEPAGE


장여은 홈페이지


장여희 홈페이지


장여원 홈페이지


즐겨찾기 (업무)

알리카페 홀릭

숭실대 컴퓨터 통신연구실 (서창진)

말레이시아 KL Sentral 한국인 GuestHouse


즐겨찾기 (취미)

어드민아이디

유에코 사랑회

아스가르드 좋은사람/나쁜사람

JServer.kr

제이서버 메타블로그

재수 티스토리


즐겨찾기 (강의, 커뮤니티)

재수 강의 홈페이지


한소리


VTMODE.COM


숭실대 인공지능학과


숭실대 통신연구실


베너