我是 Linux/Ubuntu 的全新用户。我查看了有关电池问题和 PowerTOP 的提示,但除了 Toggle Tunable 之外,没有找到有关如何调整 PowerTOP 的明确提示。
有人可以查看日志并建议我应该采取哪些措施来降低功耗?我的笔记本电脑用了 1 年了!我还发现 PowerTOP 会定期切换我的鼠标,尽管我从未在 Toggle Tunable 中允许它。
功耗总结
363,4 wakeups/second, 2,4 GPU ops/second, 0,0 VFS ops/sec, 10,0 GFX wakes/sec and 11,8% CPU use
Power est. Usage Events/s Category Description
4.00 W 100,0% Device Audio codec hwC0D3: Intel
1.75 W 4,1% 110,3 Process powertop
1.00 W 51,8 pkts/s Device Network interface: eth0 (tg3) 871 mW 2,4% 54,5 Process /opt/google/chrome/chrome --type=ppapi
--channel=2277.31.1727086613 --lang=en-US 752 mW 2,7% 46,4 Process /opt/google/chrome/chrome --type=renderer --lang=en-US …Run Code Online (Sandbox Code Playgroud) 我正在遵循 LessWatts 的建议,使用以下命令降低电池消耗:
mount -o remount,noatime /
hdparm -B 1 -S 12 /dev/sda
echo 3000 > /proc/sys/vm/dirty_writeback_centisecs
iwconfig wlan0 power on
echo 10 > /sys/module/snd_hda_intel/parameters/power_save
Run Code Online (Sandbox Code Playgroud)
问题是,如何将它们设置为在系统启动时自动启动?