小弟在Mac mini 加上風扇控制,Q352的溫度就降下來了!
之前沒做風扇控制,都是用最低速在轉,難怪溫度飆高。
ArchQ 5.15.9-1-Q352_Mac
代碼:
[root@ArchQ ~]$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +64.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +64.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +64.0°C (high = +87.0°C, crit = +105.0°C)
applesmc-isa-0300
Adapter: ISA adapter
Exhaust : 4332 RPM (min = 1800 RPM, max = 5500 RPM)
安裝mbpfan就可
/etc/mbpfan.conf 修改成你想要的溫度
代碼:
min_fan1_speed = 3000 # put the *lowest* value of "cat /sys/devices/platform/applesmc.768/fan*_min"
#max_fan1_speed = 5500 # put the *highest* value of "cat /sys/devices/platform/applesmc.768/fan*_max"
# temperature units in celcius
low_temp = 55 # if temperature is below this, fans will run at minimum speed
high_temp = 63 # if temperature is above this, fan speed will gradually increase
max_temp = 70 # if temperature is above this, fans will run at maximum speed
polling_interval = 10 # default is 1 seconds