Fan fix for 2nd crossfire card

Narynan

Member
Jul 9, 2008
188
0
0
So, I just picked up a second 4850, and I am wondering how I get the fan on the 2nd 4850 to run higher. I cant find a line for it in the .xml Right now I have my main card running 55%, and the 2nd card is going the stock 12%. Is there a line in an .xml that I need to get going to get that 2nd card on the cooler side?

Is it even possible, and if so, where is it?
 

Narynan

Member
Jul 9, 2008
188
0
0
Alright never mind I got that fixed, it looked a little something like this.

<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="57" />
</Feature>
<Feature name="FanSpeedProtocol_1">
<Property name="FanSpeedProtocolProperty" value="Percent" />
</Feature>
<Feature name="FanSpeedAlgorithm_1">
<Property name="FanSpeedAlgorithm" value="Manual" />
</Feature>
<Feature name="FanSpeedRPMTarget_1">
<Property name="Want" value="0" />
</Feature>
<Feature name="FanSpeedPercentTarget_1">
<Property name="Want" value="57" />
</Feature>
</Group>


Also, the second card does not appear to go into lower power mode. It just chugs along at 625x933, where as the 1st card lowers itself to 500x750. Anyone want to help me look for a cure for this?
 

hddvd

Junior Member
Dec 1, 2007
22
0
0
<Feature name="FanSpeedAlgorithm_1">
<Property name="FanSpeedAlgorithm" value="Manual" />

</Feature>
<Feature name="FanSpeedRPMTarget_1">
<Property name="Want" value="0" />
</Feature>
<Feature name="FanSpeedPercentTarget_1">
<Property name="Want" value="50" />


Edit: looks like i was too late.
 

Narynan

Member
Jul 9, 2008
188
0
0
Fixed the above speed issues as well, had so assign the same profile to both cards as weird as that sounds. Little tinkering and its Fixed.