#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
sudo powertop --auto-tune
exit 0
现在我实际上知道我在做什么,我更好地理解了 powertop 是如何工作的。
如果您在使用 Powertop 时遇到问题,请注意以下事项:
/etc/rc.local
将在启动时启动的脚本。这是我的参考:
您可能需要从文件的属性中选中“允许将文件作为程序执行”。
要确定它是否启动,请重新启动并打开 powertop。切换到“Tunables”选项卡,如果所有选项都设置为“Good”,那么它可以工作。
编辑:顺便说一句,这实际上将我的电池寿命提高了大约 100%。比我使用 TLP 得到的更好,我不再使用它,因为它限制了我的笔记本电脑,但实际上并没有提高电池电量。
如果您想使用Powertop优化 Ubuntu 的电源管理,
sudo powertop
:。或者您可以尝试:
而不是 Powertop(基于命令行的电源管理工具)。