ok now the full manual :P
1. make a ccc profile
2. edit the profile with the usual fan hack
3. remove the default clockspeed thingy :confused:
4. save it
5. start AMD tool and set the clockspeed you want
6.
CLOSE AMD TOOL AS IT DISABLES CCC!
7. then load up CCC profile with fanspeed and without stock speed
8. Joy!
for those who want it the easy way. Here is the part from my profile section in the XML file. with 30% fanspeed and removed stock speeds. For 4870
Code:
<Profile>
<Caste name="Graphics">
<Groups>
<Group name="Overdrive5">
<Feature name="TimeUnlocked" />
<Feature name="OverclockEnabled">
<Property name="OverclockEnabledProperty" value="True" />
</Feature>
<Feature name="CoreVoltageTarget_0">
<Property name="Want_0" value="1263" />
<Property name="Want_1" value="1263" />
<Property name="Want_2" value="1263" />
</Feature>
<Feature name="MemoryVoltageTarget_0">
<Property name="Want_0" value="0" />
<Property name="Want_1" value="0" />
<Property name="Want_2" value="0" />
</Feature>
<Feature name="FanSpeedProtocol_0">
<Property name="FanSpeedProtocolProperty" value="Percent" />
</Feature>
<Feature name="FanSpeedAlgorithm_0">
<Property name="FanSpeedAlgorithm" value="manual" />
</Feature>
<Feature name="FanSpeedRPMTarget_0">
<Property name="Want" value="0" />
</Feature>
<Feature name="FanSpeedPercentTarget_0">
<Property name="Want" value="30" />
</Feature>
</Group>
</Groups>