chespace said:
How do I manually edit the XMLs?
I have this annoying bug in CCC where the fan speed will keep readjusting themselves back to 27% (i.e., Auto) when I want them spinning at 35% or higher all the time.
Save a profile in CCC with overdrive enabled. When saving the profile you need to select save all catalyst settings. Then go to
Start>username>appdata>local>ati>ace>profiles folder
You'll will need to enable show hidden files and folders in folder settings in control panel.
Once there you should see your saved profile. Open it in notepad and look for these entries.
<Feature name="CoreClockTarget_0">
<Property name="Want_0" value="50700" />
<Property name="Want_1" value="75000" />
</Feature>
<Feature name="MemoryClockTarget_0">
<Property name="Want_0" value="50000" />
<Property name="Want_1" value="90000" />
</Feature>
<Feature name="CoreVoltageTarget_0">
<Property name="Want_0" value="1050" />
<Property name="Want_1" value="1250" />
<Feature name="CoreClockTarget_1">
<Property name="Want_0" value="50700" />
<Property name="Want_1" value="75000" />
</Feature>
<Feature name="MemoryClockTarget_1">
<Property name="Want_0" value="50000" />
<Property name="Want_1" value="90000" />
</Feature>
<Feature name="CoreVoltageTarget_1">
<Property name="Want_0" value="1050" />
<Property name="Want_1" value="1250" />
The want 0 values are your 2d clocks and want 1 values are your 3d clocks. Edit the 2d clocks to whatever clocks you wish,but don't go any lower than 300mhz GPU and 300mhz memory as the clocks don't seem to take. Don't mess with the voltages as they won't do anything.
Save it and then select the profile in CCC and the new 2d clocks should take, and will take automatically after boot. My idle temps for the hottest GPU is 58C with this fix, so no need for the manual fan adjustment just leave it on auto.
I have about 6 saved profiles for various settings and they all work flawlessly with this fix.