顯示結果從 1 到 10 共計 881 條

查看主題

  1. #11
    註冊日期
    2015-03-17
    文章
    658
    Thanks
    425
    Thanked 1,539 Times in 532 Posts

    預設

    小弟在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
    此篇文章於 2022-01-18 11:01 PM 被 sam0402 編輯。

  2. The Following User Says Thank You to sam0402 For This Useful Post:


發文規則

  • 不可以發表新主題
  • 不可以發表回覆
  • 不可以上傳附件
  • 不可以編輯自己的文章
  •