x220在windows下的待机一直是非常好的,但是在debian下经常耗电非常快,而且很烫。因为gnome3下设置cpu频率的那个插件不能使用了。所以就直接修改一下配置文件。因为获取电池电量有点问题,所以就把那部分去掉了。[General]pidfile=/var/run/cpufreqd.pidpoll_interval=2verbosity=4#enable_remote=1#remote_group=root#定义一般模式 0.8G-2.3G ondemand[/General][Profile]name=ac_normalminfreq=1000000maxfreq=2300000policy=ondemand[/Profile]

[/Profile]
#定义高性能模式[Profile]name=performance_highminfreq=1600000maxfreq=2300000policy=performance[/Profile]
这样插上电源的时候使用 ondemand模式,cpu的频率设置为1g-2.3G,拔掉电源后使用 conservative,cpu的频率设置为0.8g-1.6g。不过现在风扇设置好像还有点问题,需要继续配置一下thinkfan才行。
今天只是把thinkfan安装上了,增加了模块加载的参数pm@debian:/etc/modprobe.d$ cat /etc/modprobe.d/thinkfan.confoptions thinkpad_acpi fan_control=1