Browse Source

Set the fanspeed to the nominal chosen for GPUs.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
2b78182445
  1. 1
      adl.c

1
adl.c

@ -502,6 +502,7 @@ void init_adl(int nDevs) @@ -502,6 +502,7 @@ void init_adl(int nDevs)
nominal = gpus[gpu].gpu_fan;
if (nominal < gpus[gpu].min_fan)
nominal = gpus[gpu].min_fan;
set_fanspeed(gpu, nominal);
}
if (opt_autoengine) {
ga->autoengine = true;

Loading…
Cancel
Save