woodelf
deepin
2017-11-13 07:58 core2以上的CPU建议使用linux-cpupower来替代cpufrequtils,后者在2012年就已经不维护了,无法保证跟目前内核的适配性,前者是kernel.org的子项目,作为后者的替代,目前一直在维护,紧跟最新内核版本发布。
另外需要注意,Intel在3.11版本内核(我记得是)引入了新的电源管理驱动intel_pstate。启用以后,就只剩下powersave和performance两种策略了,用来替代传统的ondemand等策略,一般performance策略就可以了。
另外需要注意,Intel在3.11版本内核(我记得是)引入了新的电源管理驱动intel_pstate。启用以后,就只剩下powersave和performance两种策略了,用来替代传统的ondemand等策略,一般performance策略就可以了。
Reply Like 0 View the author


中文 



一、安装 sudo apt-get install tlp cpufrequtils 或者 linux-cpupower 套件。
二、TLP官方使用说明:http://linrunner.de/en/tlp/docs/tlp-configuration.html
三、cpufrequtils用法:sudo cpufreq-set -g {powersave | ondemand | performance | userspace | conservative}。
四、酷睿CPU的用户建议启用Intel_pstate以取代系统默认的cpufreq。修改etc/default/grub文件,修改为GRUB_CMDLINE_LINUX_DEFAULT="quiet splas intel_pstate=enable",重启电脑。安装thermald工具防止cpu过热损坏。这两个工具皆为intel官方项目,请放心使用。
五、cpupower套件用法:cpupower frequency-set -g {powersave | performance} 配合 inter_pstate 使用。
六、运行tlp:sudo tlp start , sudo tlp-stat -s 检查tlp是否成功开启。
七、TLP默认配置效果并不是很好,好多参数需要我们手动开启,具体看附件,直接用文本软件打开查看
八、附件下载完成后,去掉后缀,直接用文本软件打开。