Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20665 Discussions

1600x900 Resolution on Intel G965?

idata
Employee
1,776 Views

Hi Guys,

Trying to figure out how to make the Intel G965 compatible with a monitor resolution of 1600x900. It seems not to be supported by the card ( Using a Dell XPS 210 PC). I looked at http://www.jjclements.co.uk/index.php/2007/07/19/intel-gfx-driver-resolution-fix http://www.jjclements.co.uk/index.php/2007/07/19/intel-gfx-driver-resolution-fix and I cant find a DTD / code to input into the igxp32.inf file for this resolution. Any ideas on how to fix this incompatibility issue or does anyone know the code? Strangely when I use the Intel Graphics Media Accelerator Driver Application for setting the 1600x900 resolution it works but this resolution is lost on PC restart so I have to set it each time the PC starts. I'm using a Dell IN2010N Monitor that auto adjusts to a 1400 resolution due to the incompatibility on each start up.

Below is the igxp32.inf file content:

Thanks

 

;=============================================================================

 

;

 

; Copyright (c) Intel Corporation (2008).

 

;

 

; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE. THIS CODE IS

 

; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,

 

; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES. INTEL DOES NOT

 

; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY

 

; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY

 

; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY. Intel disclaims all liability,

 

; including liability for infringement of any proprietary rights, relating to

 

; use of the code. No license, express or implied, by estoppel or otherwise,

 

; to any intellectual property rights is granted herein.

 

;

 

;=============================================================================

; Installation inf for the Intel Corporation graphics adapter.

[Version]

 

Signature="$WINDOWS NT$"

 

Provider=%Intel%

 

ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}

 

Class=Display

 

CatalogFile=igfxnt5.cat

DriverVer=12/12/2008,6.14.10.5016

[DestinationDirs]

 

DefaultDestDir = 11 ; system32

 

ialm.Miniport = 12 ; drivers

 

ialm.Display = 11 ; system32

 

Copp.Copy = 11 ; system32

 

MedKrnG400.Copy = 11 ; system32

 

MedKrnG500.Copy = 11 ; system32

 

CUI.Copy = 11 ; system32

OpenGL.Copy.Legacy = 11 ; OpenGL Drivers in System32

 

OpenGL.Copy.Gen4 = 11 ; OpenGL Drivers in System32

;

 

; Driver information

 

;

[Manufacturer]

 

%Intel% = Intel.Mfg

[Intel.Mfg]

%iBWGX0% = i965G0, PCI\VEN_8086&DEV_2982

 

%iBWGX1% = i965G1, PCI\VEN_8086&DEV_2983

 

%iBWGQ0% = i965G0, PCI\VEN_8086&DEV_2992

 

%iBWGQ1% = i965G1, PCI\VEN_8086&DEV_2993

 

%iBWGC0% = i965G0, PCI\VEN_8086&DEV_29A2

 

%iBWGC1% = i965G1, PCI\VEN_8086&DEV_29A3

 

%iBWGZ0% = i965G0, PCI\VEN_8086&DEV_2972

 

%iBWGZ1% = i965G1, PCI\VEN_8086&DEV_2973

 

%iCRGD0% = i965GM0, PCI\VEN_8086&DEV_2A02

 

%iCRGD1% = i965GM1, PCI\VEN_8086&DEV_2A03

 

%iCRGE0% = i965GM0, PCI\VEN_8086&DEV_2A12

 

%iCRGE1% = i965GM0, PCI\VEN_8086&DEV_2A13

 

%iBLBG0% = iBLB0, PCI\VEN_8086&DEV_29C2

 

%iBLBG1% = iBLB1, PCI\VEN_8086&DEV_29C3

 

%iBLBQ0% = iBLB0, PCI\VEN_8086&DEV_29B2

 

%iBLBQ1% = iBLB1, PCI\VEN_8086&DEV_29B3

 

%iBLBQC0% = iBLB0, PCI\VEN_8086&DEV_29D2

 

%iBLBQC1% = iBLB1, PCI\VEN_8086&DEV_29D3

 

%iCNTG0% = iCNT0, PCI\VEN_8086&DEV_2A42

 

%iCNTG1% = iCNT1, PCI\VEN_8086&DEV_2A43

 

%iEGLG0% = iEGL0, PCI\VEN_8086&DEV_2E02

 

%iEGLG1% = iEGL1, PCI\VEN_8086&DEV_2E03

 

%iEGLQ4G0% = iEGL0, PCI\VEN_8086&DEV_2E12

 

%iEGLQ4G1% = iEGL1, PCI\VEN_8086&DEV_2E13

 

%iEGLG4G0% = iEGL0, PCI\VEN_8086&DEV_2E22

 

%iEGLG4G1% = iEGL1, PCI\VEN_8086&DEV_2E23

 

%iEGLGVG0% = iEGL0, PCI\VEN_8086&DEV_2E32

 

%iEGLGVG1% = iEGL1, PCI\VEN_8086&DEV_2E33

;

 

; General installation section

 

;

 

[i965G0]

 

DelFiles=CUI.DelFiles

 

CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy, MedKrnG400.Copy, CUI.Copy,Resource.Copy,CUISDK.Copy , OpenGL.Copy.Gen4

 

AddReg = CUI.AddReg , OpenGL.AddReg.Gen4, Sprite.AddReg, CUISDK.AddReg

 

DelReg = CUI.DelReg , CUISDK.DelReg

 

;InstallINF = 0

DriverVer=12/12/2008,6.14.10.5016

[i965G1]

 

DelFiles=CUI.DelFiles

 

CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy, MedKrnG400.Copy, CUI.Copy,Resource.Copy,CUISDK.Copy , OpenGL.Copy.Gen4

 

AddReg = CUI.AddReg , OpenGL.AddReg.Gen4, Sprite.AddReg, CUISDK.AddReg

 

DelReg = CUI.DelReg , CUISDK.DelReg

 

;InstallINF = 0

DriverVer=12/12/2008,6.14.10.5016

[i965GM0]

 

DelFiles=CUI.DelFiles

 

CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy, MedKrnG400.Copy, CUI.Copy,Resource.Copy,CUISDK.Copy , OpenGL.Copy.Gen4

 

AddReg = CUI.AddReg , OpenGL.AddReg.Gen4, Sprite.AddReg, CUISDK.AddReg

 

DelReg = CUI.DelReg , CUISDK.DelReg

 

;InstallINF = 0

DriverVer=12/12/2008,6.14.10.5016

[i965GM1]

 

DelFiles=CUI.DelFiles

 

CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy, MedKrnG400.Copy, CUI.Copy,Resource.Copy,CUISDK.Copy , OpenGL.Copy.Gen4

 

AddReg = CUI.AddReg , OpenGL.AddReg.Gen4, Sprite.AddReg, CUISDK.AddReg

 

DelReg = CUI.DelReg , CUISDK.DelReg

 

;InstallINF = 0

DriverVer=12/12/2008,6.14.10.5016

[iBLB0]

 

DelFiles=CUI.DelFiles

 

CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy, CUI.Copy,Resource.Copy,CUISDK.Copy , OpenGL.Copy.Legacy

 

AddReg = CUI.AddReg , OpenGL.AddReg.Legacy, CUISDK.AddReg

 

DelReg = CUI.DelReg , CUISDK.DelReg

 

;InstallINF = 0

DriverVer=12/12/2008,6.14.10.5016

[iBLB1]

 

DelFiles=CUI.DelFiles

 

CopyFiles=ialm.Miniport, ialm.Display, Copp.Copy, CUI.Copy,Resource.Copy,CUISDK.Copy , OpenGL.Copy.Legacy

XXXWHITESPA...

0 Kudos
1 Reply
idata
Employee
903 Views

specific section of file:

[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%, 00, 00, 00 ,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00, 00,00, 00 ;Fifth DTD

I need to change:

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

TO SOMETHING LIKE

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 ;1600x900@60....Non-interlaced

What should the numbers in green be?

Thanks

0 Kudos
Reply