Hey after some editing in install.ini and CX_08946.inf I got the cat3.4 working on a 9600TX but some features from the control panel don't work
I think I did not edit the files correctly to make it work perfect.
Or maybe I need to edit the control panel files also? I only edited the driver files.
After editing the installation worked,
then I installed control panel and some features dont work like 'Schemes' in the Displays tab (greyed out),
or when I enable and disable the 2nd monitor, all the the extra tabs are gone,
or when I save profiles, click OK and then open it again all the profiles are gone.
or trying to use hotkeys, then it asks me to disable 2nd monitor, so I do that, and then it still asks me to disable it (even when it is already disabled).
Does anyone how to build a working install.ini and CX_08946.inf ? (are there more files I need to edit?)
These are the original lines from a working older driver:
Code:
[ATI.Mfg]
"MEDION RADEON 9600 TX" = ati2mtag_R300, PCI\VEN_1002&DEV_4E46&SUBSYS_84841787
"MEDION RADEON 9600 TX " = ati2mtag_R300, PCI\VEN_1002&DEV_4E46&SUBSYS_84861787
"MEDION RADEON 9600 TX Secondary" = ati2mtag_R300, PCI\VEN_1002&DEV_4E66&SUBSYS_84851787
"MEDION RADEON 9600 TX Secondary " = ati2mtag_R300, PCI\VEN_1002&DEV_4E66&SUBSYS_84871787
I added that to CX_08946.inf
And to install.ini I added somewhere in the R6 line these two:
Code:
0x4E46:0x84861787,
0x4E66:0x84871787,
help