I installed powertop and tried to run --auto-tune as I've seen that seems to be the suggested options, however I'm pretty sure it's not actually running.
I'm on a fresh Ubuntu installation and I'm also fairly new to this. No one else seems to be having this problem either.
Here's a screenshot of my terminal
Now that I actually know what I'm doing I understand better how powertop works.
Here's what you should look out for if you're having trouble with Powertop:
/etc/rc.local
, a script that will be launched on boot.Here's mine for reference:
You may need to check "Allow executing file as a program" from the file's properties.
To be sure if it launched, reboot and open powertop. Switch to the "Tunables" tab, if all the options there are set as "Good", then it worked.
EDIT: By the way this actually improved my battery life by about 100%. Better than I ever got with TLP, which I am no longer using as it throttled my laptop without actually improving battery that much.
If you want to optimize power-management of your Ubuntu using Powertop,
sudo powertop
.Or you can give a try to :
instead of Powertop(a command line based power-management tool).