我安装了powertop并试图运行--正如我所看到的,这似乎是建议的选项,但是我很确定它并没有实际运行。
我在一个新的Ubuntu安装,我也是相当新的这一点。其他人似乎也没有这个问题。
这是我终端的截图。

发布于 2018-09-23 18:08:53
现在我知道我在做什么了,我更好地理解了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您可能需要从文件的属性中检查“允许以程序形式执行文件”。

要确定它是否启动,重新启动并打开电源顶部。切换到“Tunable”选项卡,如果所有选项都被设置为"Good",那么它就有效了。
编辑:顺便说一下,这实际上提高了我的电池寿命约100%。TLP比以往任何时候都好,我不再使用TLP,因为它在没有真正改善电池的情况下节流了我的笔记本电脑。
发布于 2018-07-26 19:11:49
如果您想使用Powertop优化Ubuntu的电源管理,
sudo powertop在终端中打开Powertop。或者你可以试着:
https://askubuntu.com/questions/1049068
复制相似问题