The overheat function doesn't seem to be working right. I have it set to 85. Twice I've found it in the low 90s and not making any effort to shut down or cool down.
M
This is in my cgminer.conf. This isn't enough?
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "75",
M
That's why I suggested that.
It will show the device status as 'REST' and give a message as below.
It also requires both --auto-gpu and --auto-fan
It also requires ADL working - which you will see via the GPU showing it's temperature.
if (engine && ga->autoengine) {
if (temp > cgpu->cutofftemp) {
applog(LOG_WARNING, "Hit thermal cutoff limit on GPU %d, disabling!", gpu);
*denable = DEV_RECOVER;
newengine = ga->minspeed;
cgpu->device_last_not_well = time(NULL);
cgpu->device_not_well_reason = REASON_DEV_THERMAL_CUTOFF;
cgpu->dev_thermal_cutoff_count++;
Edit: of course if there is a bug and it's not working as expected in the current 2.7.5 - yep we'll need to chase it down and fix it.