Topic: Graphics B Intel drivers with colliding hardware ids
Colliding hardware ids exist in the inf files for the Intel drivers.
A new device driver version 14.33.1 (6.14.10.4935) is available for the Intel Graphics Media Accelerator:
http://downloadcenter.intel.com/filter_ … bmit=Go%21
I downloaded the zip file from the web page and extracted to a new folder D\G\I8
The reason for creating a new folder called I8 is because this driver replaces only some of the hardware ids within D\G\I1 and I1 is still needed.
However, the inf files within I1, I2, I3 and I7 have colliding hardware ids. The collisions existed before introducing this newer driver. As a result, the following changes need to be made to the inf files by commenting out the conflicting hardware ids:
D\G\I1\igxp32.inf (6.14.10.4906)
[Intel.Mfg]
%iLPGD0% = i945G0, PCI\VEN_8086&DEV_2772
%iLPGD1% = i945G1, PCI\VEN_8086&DEV_2776
%iCLGD0% = i945GM0, PCI\VEN_8086&DEV_27A2
%iCLGD1% = i945GM1, PCI\VEN_8086&DEV_27A6
%iCLGE0% = i945GM0, PCI\VEN_8086&DEV_27AE
; %iBWGX0% = iBWG0, PCI\VEN_8086&DEV_2982
; %iBWGX1% = iBWG1, PCI\VEN_8086&DEV_2983
; %iBWGQ0% = iBWG0, PCI\VEN_8086&DEV_2992
; %iBWGQ1% = iBWG1, PCI\VEN_8086&DEV_2993
; %iBWGC0% = iBWG0, PCI\VEN_8086&DEV_29A2
; %iBWGC1% = iBWG1, PCI\VEN_8086&DEV_29A3
; %iBWGZ0% = iBWG0, PCI\VEN_8086&DEV_2972
; %iBWGZ1% = iBWG1, PCI\VEN_8086&DEV_2973
; %iCRGD0% = iCRG0, PCI\VEN_8086&DEV_2A02
; %iCRGD1% = iCRG1, PCI\VEN_8086&DEV_2A03
; %iCRGE0% = iCRG0, PCI\VEN_8086&DEV_2A12
; %iCRGE1% = iCRG1, 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
D\G\I2\ialmnt5.inf
[Intel.Mfg] 6.14.10.4497
%iMGM% = i852GM, PCI\VEN_8086&DEV_3582
; %iGDGD0% = i915G0, PCI\VEN_8086&DEV_2582
; %iGDGD1% = i915G1, PCI\VEN_8086&DEV_2782
; %iALVD0% = i915GM0, PCI\VEN_8086&DEV_2592
; %iALVD1% = i915GM1, PCI\VEN_8086&DEV_2792
; %iLPGD0% = i945G0, PCI\VEN_8086&DEV_2772
; %iLPGD1% = i945G1, PCI\VEN_8086&DEV_2776
; %iCLGD0% = i945GM0, PCI\VEN_8086&DEV_27A2
; %iCLGD1% = i945GM1, PCI\VEN_8086&DEV_27A6
D\G\I3\igxp32.inf 6.14.10.4764
[Intel.Mfg]
%iGDGD0% = i915G0, PCI\VEN_8086&DEV_2582
%iGDGD1% = i915G1, PCI\VEN_8086&DEV_2782
%iALVD0% = i915GM0, PCI\VEN_8086&DEV_2592
%iALVD1% = i915GM1, PCI\VEN_8086&DEV_2792
D\G\I4 no changes
D\G\I5 no changes
D\G\I6 no changes
D\G\I7\ialmnt5.inf 6.14.10.4396
[Intel.Mfg]
; %iMGM% = i852GM, PCI\VEN_8086&DEV_3582
%iSDG% = i865G, PCI\VEN_8086&DEV_2572
; %iGDGD0% = i915G0, PCI\VEN_8086&DEV_2582
; %iGDGD1% = i915G1, PCI\VEN_8086&DEV_2782
; %iALVD0% = i915GM0, PCI\VEN_8086&DEV_2592
; %iALVD1% = i915GM1, PCI\VEN_8086&DEV_2792
; %iLPGD0% = i945G0, PCI\VEN_8086&DEV_2772
; %iLPGD1% = i945G1, PCI\VEN_8086&DEV_2776
In addition, the web page that lists the drivers included in Graphics B would need to be updated:
D\G\I1 82945G Express, Mobil Intel 945 Express
D\G\I2 82852/82855 GM/GME
D\G\I3 82915G/GV/910GL Express, Mobil Intel 915GM/GMS, 910GML Express
D\G\I7 82865G
D\G\I8 G35/G33/G31, Q35/Q33. Q965/Q963, 946GZ, Mobil 965
Last edited by zookeeper (2008-05-23 05:33:41)