RadarURL
Skip to content
?

단축키

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_14324Graphics
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
번호 제목 글쓴이 날짜 조회 수
93 공유기 외부에서 WOL 기능을 통해 PC ON 시키기 JaeSoo 2013.01.11 2573
92 터치로 컴퓨터 켜기 JaeSoo 2013.01.04 3119
91 PC의 WOL 기능 설정하기 JaeSoo 2012.12.26 3008
90 Asrock P55 Pro 바이오스 설정 설명 JaeSoo 2012.12.25 10474
89 Vmware Bios Upgrade (No-Execute Memory Protection) JaeSoo 2012.12.25 3555
88 CPU TDP(열 설계 전력, Thermal Design Power) 보기 JaeSoo 2012.11.16 2120
87 CPU의 제원표 알아보기 JaeSoo 2012.11.16 1611
86 BIOS 용어 정리 JaeSoo 2012.11.11 1833
85 컴퓨터 장치관리자의 알 수 없는 장치 알아 내기 JaeSoo 2012.11.08 2825
84 High Definition Audio 버스의 오디오 장치 문제 발생시 해결 방법 JaeSoo 2012.11.08 3041
83 ATI 그래픽 카드 때문에 생긴 'High Definition Audio 버스의 오디오 장치' 오류 해결방법 JaeSoo 2012.11.07 3213
82 시스템 버스 PCI-E 3.0 기술과 발전 JaeSoo 2012.11.06 2072
81 입문자를 위한 인텔(Intel) CPU 브랜드 설명 JaeSoo 2012.10.31 1722
80 인텔(Intel) CPU 종류 JaeSoo 2012.10.31 2566
79 하드디스크도 합체한다 - 레이드(RAID) 디스크 구성의 이해 JaeSoo 2012.09.25 6238
78 인텔 E3200 울프데일 듀얼코어 CPU를 싱글코어로 설정하여 전력소모 줄이기 JaeSoo 2012.09.11 2523
77 LG 3D TV로 지상파 3D 방송을 시청하고 싶어요. JaeSoo 2012.07.22 1222
76 클러스터 크기 조정으로 HDD 속도 향상 JaeSoo 2012.07.04 2379
» 인텔 내장그래픽에서 1680*1050, 1440*900 해상도를 지원 안할경우 해결법 JaeSoo 2012.05.28 2531
74 안드로이드 원격제어 [모비즌] 사용후기 JaeSoo 2012.05.24 2144
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6

PageViews   Today : 1274 Yesterday : 2356 Total : 21721393  /  Counter Status   Today : 1145 Yesterday : 1688 Total : 1146514

Edited by JAESOO

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소