Dan*_*Dan 5 windows linux-mint temperature intel intel-graphics
我最近在我的 Sony Vaio svt15115cxs上安装了(双启动)Linux Mint 18
并注意到它的运行声音比在 Windows 上的声音大,所以我检查了温度,发现在负载下时(例如,在两个系统上的 firefox)CPU 的运行温度要高出约 10°C。(使用 Psensorwatch -d -n 1 sensors
在 linux 上测量,在 windows 上使用 hwinfo64 测量)。所以我已经安装了 TLP 和 heatd,但没有太大变化。我还在驱动程序管理器中启用了 intel-microcode 并安装了最新的 intel graphics dirver。
我该怎么做才能在不严重影响性能的情况下优化 linux 上的临时值?到目前为止,我真的很喜欢 linux,但是如果这意味着更高的温度,那么我将不得不坚持使用 Windows。
编辑:内核:4.4.0-45 通用
edit2:所以我刚刚安装了 manjaro (xfce) 并且它保持在 72° 左右,这比 mint 的 77 好,但它仍然比 win 的 52° 差很多。
我会尝试两件事:
powertop --auto-tune
。对于我的笔记本电脑,我将其与 crontab 一起使用:@reboot /usr/sbin/powertop --auto-tune --quiet 1>/dev/null 2>&1