Цитата
; will alter the input smc config target temp for CPU when fans are on auto, value is in Centigrade
; example: cputemp=60; sets 60C as the target temp for the auto fan speed algo
cputemp =
; will alter the input smc config target temp for GPU when fans are on auto, value is in Centigrade
; example: gputemp=60; sets 60C as the target temp for the auto fan speed algo
gputemp =
; will alter the input smc config target temp for EDRAM when fans are on auto, value is in Centigrade
; example: edramtemp=60; sets 60C as the target temp for the auto fan speed algo
edramtemp =
; will alter the input smc config overheat/overload temp for CPU when fans are on auto, value is in Centigrade
; example: cputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
overcputemp =
; will alter the input smc config overheat/overload temp for GPU when fans are on auto, value is in Centigrade
; example: gputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
overgputemp =
; will alter the input smc config overheat/overload temp for EDRAM when fans are on auto, value is in Centigrade
; example: edramtemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
overedramtemp =
Для cpu , gpu , dram можно задать по два значения , номинальное и пороговое . Номинальное это та температура , при которой консоль начинает управление вентилятором , для её удержания . Пороговое (с пометкой over) это температура , при достижении которой консоль переключит вентилятор в другой (более агрессивный) режим работы , чтобы сбить температуру до номинальной . Ну а если уж и это не поможет и температура превысит допустимые значения , консоль автоматически отключится . Прописываем желаемые значения . Первоначально я использовал вилку 60/75 градусов , (у вас могут быть свои предпочтения) , но ознакомившись с установленными режимами в оригинальном дашборде (для SLIM консоли) :
Цитата
cputemp =
82 gputemp =
78 edramtemp =
76 overcputemp =
89 overgputemp =
82 overedramtemp =
82 Решил остановиться на следующих настройках (опять же , применительно для SLIM):
Цитата
; will alter the input smc config target temp for CPU when fans are on auto, value is in Centigrade
; example: cputemp=60; sets 60C as the target temp for the auto fan speed algo
cputemp = 62
; will alter the input smc config target temp for GPU when fans are on auto, value is in Centigrade
; example: gputemp=60; sets 60C as the target temp for the auto fan speed algo
gputemp = 58
; will alter the input smc config target temp for EDRAM when fans are on auto, value is in Centigrade
; example: edramtemp=60; sets 60C as the target temp for the auto fan speed algo
edramtemp = 56
; will alter the input smc config overheat/overload temp for CPU when fans are on auto, value is in Centigrade
; example: cputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
overcputemp = 79
; will alter the input smc config overheat/overload temp for GPU when fans are on auto, value is in Centigrade
; example: gputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
overgputemp = 72
; will alter the input smc config overheat/overload temp for EDRAM when fans are on auto, value is in Centigrade
; example: edramtemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
overedramtemp = 72