Quote:
Originally Posted by toyz72

ok, i got it downloaded and running. i am very impressed with it. wish i would have dl'ed it sooner. i can see the full performance of my card now. but is there away to make the card not down clock at all?
|
There is. Open CCC and go into Options > Profile > Profile Manager. Create a new profile select the "all Catalyst Control Center settings, then Activate & Close.
Now go into C:\\Users\\AkatsukiKira\\AppData\\Local\\ATI\\ACE\ \Profiles and open your new profile.xml with notepad
Find the following lines
Code:
Code:
<Feature name="CoreClockTarget_0">
<Property name="Want_0" value="x" />
<Property name="Want_1" value="x" />
<Property name="Want_2" value="72500" />
</Feature>
<Feature name="MemoryClockTarget_0">
<Property name="Want_0" value="x" />
<Property name="Want_1" value="x" />
<Property name="Want_2" value="100000" />
</Feature>
<Feature name="CoreVoltageTarget_0">
<Property name="Want_0" value="x" />
<Property name="Want_1" value="x" />
<Property name="Want_2" value="1088" />
And change them all to your desired clocks. Want_0 is 2d clock. Want_1 is low power 3d and Want_2 is high power 3d.
Now save and activate the profile once again in CCC. And you're done.