okay, for both of you, sir.
let's see the device(s) first.
try to open Control Panel => System => Device Manager => Display
Adapters
there might be more than one list here, depend of what kind of
computer you have(and I assume it'll be 2 if you really have this G33/
G31)
double click (or right click => Properties) the device(s) listed there
go to Details tab
below the Properties combo box, there's a bunch of submenu
if you look at these menus:
- Hardware Ids
- Compatible Ids
- Device Instance Path
- Driver Node Strong Name
- Rollback Driver Strong Name
- Matching Device Id
there'll be an over and over but same device listed in alphanumeric,
in this format: DEV_xxxx, with xxxx is the device ID
if what I said about your device ID(s) 29C2 (and 29C3, if any) before
is true, then do this following:
- from the extracted modded driver, go to folder Graphics, and open
"igdlh.inf" with any text editor that you want
- find the section that list some lines like this:
%iBWGX0% = i965GX0, PCI\VEN_8086&DEV_27A2
%iBWGX1% = i965GX1, PCI\VEN_8086&DEV_27A6
%iBWGX0% = i965GX0, PCI\VEN_8086&DEV_2772
%iBWGX1% = i965GX1, PCI\VEN_8086&DEV_2776
%iBWGX0% = i965GX0, PCI\VEN_8086&DEV_27AE
your list might be different or the same as me, but don't worry
about it.
- look at the pattern. the only difference between them are the
numbers after iBWGX, i965GX, and DEV_
- 0 is your first device, 1 is your second (if any), and 2 is your
third (if any), and so on
- if your device present are really 29C2 and 29C3, then add this lines
(either above or below the existing list, choose the one you like):
%iBWGX0% = i965GX0, PCI\VEN_8086&DEV_29C2
%iBWGX1% = i965GX1, PCI\VEN_8086&DEV_29C3
- save the file, then try the Setup.exe. hopefully you don't have to
do the manual installation.
good luck ^_^