答案1
现在我真正了解了自己在做什么,也更好地理解了 powertop 的工作原理。
如果您在使用 Powertop 时遇到问题,请注意以下几点:
- 笔记本电脑使用电池供电时,Powertop 保持运行,Powertop 需要收集有关电池和笔记本电脑的信息。除非 Powertop 记录了足够的信息,否则自动调谐或校准都不会运行
- 运行自动调谐时,Powertop 仍然会给出一些错误,好像它失败了一样。实际上,它按预期工作。
- 没有办法使自动调整设置永久生效,但您可以将它们添加到
/etc/rc.local
启动时启动的脚本中。
以下是我的参考:
#!/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。切换到“可调参数”选项卡,如果那里的所有选项都设置为“良好”,则表示它已成功运行。
编辑:顺便说一句,这实际上将我的电池寿命提高了约 100%。比我使用 TLP 时的效果更好,我不再使用 TLP 了,因为它限制了我的笔记本电脑,而实际上并没有提高多少电池寿命。
答案2
如果你想使用以下方法优化 Ubuntu 的电源管理动力顶篷,
- 使用以下命令在终端中打开 Powertop:
sudo powertop
。 - 导航可调使用 TAB 按钮。
- 使用箭头键选择每个“坏”设置,然后按回车键将其设置为“好”,这可以确保您的计算机以最佳方式使用电池。
或者您可以尝试一下:
- 中央处理器频率
- Jupiter
代替 Powertop(一种基于命令行的电源管理工具)。