1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

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

This commit is contained in:
Con Kolivas 2012-02-22 10:39:52 +11:00
parent 8c387ef615
commit e69080e987

5
adl.c
View File

@ -457,11 +457,8 @@ 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;