1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Revert "Fan control should be fast enough to adjust now without needing to set a high starting speed."

This reverts commit e69080e987d83c39b50c8dd97829966a48908051.

On 2nd thought, this is still a safe default.
This commit is contained in:
Con Kolivas 2012-02-22 10:44:21 +11:00
parent e69080e987
commit 083c676378

5
adl.c
View File

@ -457,8 +457,11 @@ void init_adl(int nDevs)
ga->overtemp = opt_overheattemp;
if (!gpus[gpu].cutofftemp)
gpus[gpu].cutofftemp = opt_cutofftemp;
if (opt_autofan)
if (opt_autofan) {
ga->autofan = true;
/* Set a safe starting default if we're automanaging fan speeds */
set_fanspeed(gpu, gpus[gpu].gpu_fan);
}
if (opt_autoengine) {
ga->autoengine = true;
ga->managed = true;