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:
parent
8c387ef615
commit
e69080e987
5
adl.c
5
adl.c
@ -457,11 +457,8 @@ void init_adl(int nDevs)
|
|||||||
ga->overtemp = opt_overheattemp;
|
ga->overtemp = opt_overheattemp;
|
||||||
if (!gpus[gpu].cutofftemp)
|
if (!gpus[gpu].cutofftemp)
|
||||||
gpus[gpu].cutofftemp = opt_cutofftemp;
|
gpus[gpu].cutofftemp = opt_cutofftemp;
|
||||||
if (opt_autofan) {
|
if (opt_autofan)
|
||||||
ga->autofan = true;
|
ga->autofan = true;
|
||||||
/* Set a safe starting default if we're automanaging fan speeds */
|
|
||||||
set_fanspeed(gpu, gpus[gpu].gpu_fan);
|
|
||||||
}
|
|
||||||
if (opt_autoengine) {
|
if (opt_autoengine) {
|
||||||
ga->autoengine = true;
|
ga->autoengine = true;
|
||||||
ga->managed = true;
|
ga->managed = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user