1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 19:44:21 +00:00

Set the starting fanspeed to a safe and fairly neutral 50% when autofan is enabled.

This commit is contained in:
Con Kolivas 2012-03-28 22:36:48 +11:00
parent b3edae4f66
commit 2f71520368

2
adl.c
View File

@ -463,7 +463,7 @@ void init_adl(int nDevs)
if (opt_autofan) { if (opt_autofan) {
ga->autofan = true; ga->autofan = true;
/* Set a safe starting default if we're automanaging fan speeds */ /* Set a safe starting default if we're automanaging fan speeds */
set_fanspeed(gpu, gpus[gpu].gpu_fan); set_fanspeed(gpu, 50);
} }
if (opt_autoengine) { if (opt_autoengine) {
ga->autoengine = true; ga->autoengine = true;