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

?

  1. No Image 18Mar
    by JAESOO
    2016/03/18 by JAESOO
    Views 381 

    J1900 vs 1037u vs D2700 vs D525 vs D2550 vs D2500

  2. No Image 18Mar
    by JAESOO
    2016/03/18 by JAESOO
    Views 484 

    CPU 온도에 관한 진실

  3. CPU와 관련하여 뿔딱, 뚜따 등의 의미

  4. No Image 13Jan
    by JAESOO
    2015/01/13 by JAESOO
    Views 420 

    베이트레일 셀러론 J1900을 탑재한 기가바이트 GA-J1900N-D3V 보드

  5. No Image 20Oct
    by JAESOO
    2014/10/20 by JAESOO
    Views 2490 

    하드디스크 용량 계산하는 방법 및 하드용량별 실제 표기용량

  6. No Image 31May
    by JAESOO
    2014/05/31 by JAESOO
    Views 1803 

    향상된 성능 낮아진 전력소모 - 인텔 4세대 CPU 하스웰(Haswell)

  7. No Image 31May
    by JAESOO
    2014/05/31 by JAESOO
    Views 1822 

    인텔 하스웰 후속 CPU 하스웰 리프레시 어떻게 달라졌나?

  8. No Image 10Mar
    by JaeSoo
    2014/03/10 by JaeSoo
    Views 1102 

    HDD 회사별 수명/내구성

  9. No Image 10Mar
    by JaeSoo
    2014/03/10 by JaeSoo
    Views 1275 

    HDD 수명/내구성/신뢰성 - AFR

  10. No Image 10Mar
    by JaeSoo
    2014/03/10 by JaeSoo
    Views 1403 

    HDD 수명/내구성/신뢰성 - MTBF의 의미

  11. No Image 07Mar
    by JaeSoo
    2014/03/07 by JaeSoo
    Views 6787 

    하드디스크 용량 계산하는 방범 및 하드용량별 실제 표기용량

  12. No Image 07Dec
    by JaeSoo
    2013/12/07 by JaeSoo
    Views 2061 

    저렴한 서버 코로케이션 지원! 호스트웨이 IDC

  13. No Image 06Dec
    by JaeSoo
    2013/12/06 by JaeSoo
    Views 1778 

    비용 부담은 내리고, 관리는 체계적으로. 가비아 코로케이션(Colocation)

  14. 하드디스크(HDD)의 수평, 수직, 사선 설치에 대한 의견

  15. No Image 19Oct
    by JaeSoo
    2013/10/19 by JaeSoo
    Views 3138 

    크로스오버 2730MD LED 왕의귀환 사용기 후기

  16. No Image 23Sep
    by JaeSoo
    2013/09/23 by JaeSoo
    Views 6917 

    CPU와 하드디스크의 적정온도를 확인하자

  17. No Image 23Sep
    by JaeSoo
    2013/09/23 by JaeSoo
    Views 2817 

    하드디스크와 배드섹터의 상관관계

  18. No Image 12Sep
    by JaeSoo
    2013/09/12 by JaeSoo
    Views 5386 

    mSATA SSD의 이해와 다른 제품, microSATA 등과의 차이

  19. No Image 09Sep
    by JaeSoo
    2013/09/09 by JaeSoo
    Views 11853 

    저장매체의 읽기 쓰기 속도 (SSD, USB메모리, 내장HDD, 외장HDD, RAMDisk)

  20. HDD Support for 2.5TB, 3TB Drives and Beyond (OS별 2.5Tb, 3TB 하드 지원 정리)

Board Pagination Prev 1 2 3 4 5 6 Next
/ 6

PageViews   Today : 5875 Yesterday : 5037 Total : 21961927  /  Counter Status   Today : 5684 Yesterday : 4602 Total : 1188407

Edited by JAESOO

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소