how exactly do you OC the second card with AMDOverdriveCtrl?
In the GUI you can not switch cards, so can you please tell us how you could set the 2nd card any maybe post your template (the content of the .ovdr file you are saving to/loading from)?
Thank you!
if you have 2 or 3 cards then first type this:
AMDOverdriveCtrl -h
then see which number is active and inactive. then use this command to load a profile to a active core:
AMDOverdriveCtrl -b -a -i x 6990.ovdr
x is your core and 6990 is my profilename so use your profile name. after each restart i type this commands:
AMDOverdriveCtrl -b -a -i 0 6990.ovdr
AMDOverdriveCtrl -b -a -i 5 6990.ovdr
AMDOverdriveCtrl -b -a -i 6 6990.ovdr
AMDOverdriveCtrl -b -a -i 11 6990.ovdr
0,5,6 and 11 are my cores.
and here is my profile:
<?xml version="1.0" encoding="utf-8"?>
<OVERDRIVE_PROFILE>
<PERFORMANCE_LEVEL level="2" gpu="97000" mem="87000" voltage="1175"/>
<PERFORMANCE_LEVEL level="1" gpu="80000" mem="70000" voltage="1000"/>
<PERFORMANCE_LEVEL level="0" gpu="70000" mem="60000" voltage="900"/>
<FAN_SETTING percentage="100"/>
<FAN_CTRL enabled="no"/>
<FAN_CTRL_CURVE type="0"/>
<FAN_CTRL_POINT nr="0" temperature="2000" percentage="0"/>
<FAN_CTRL_POINT nr="1" temperature="4000" percentage="2500"/>
<FAN_CTRL_POINT nr="2" temperature="6000" percentage="5000"/>
<FAN_CTRL_POINT nr="3" temperature="8000" percentage="7500"/>
<FAN_CTRL_POINT nr="4" temperature="10000" percentage="10000"/>
<MONITOR_SAMPLE_TIME interval="10"/>
<COLOR_PROFILE enabled="no" longitude="-13.000000" latitude="52.000000" color_
temp_day="6500" color_temp_night="4000" transition="30"/>
<POWERTUNE percentage="0"/>
</OVERDRIVE_PROFILE>