I'm on a Compaq 615 and it's fan is loud. Not much you can do about that but I'm trying to keep the CPU/GPU as cool as possible. This is what Powertop has to say:
If I change all of them to "good", the changes don't survive a reboot.
I added the line to the "grub"-file as suggested here
How do I make the Powertop suggested "Tunables" permanent?
Best Answer
If you change all of them to good anyway, you could simply use the command
Call powertop auto-tune automatically at boot time
1.
On systems using
systemd
as startup manager (like Ubuntu) install it as a service:2.
On systems not using
systemd
, or if you want to use the old style with/etc/rc.local
file, add this line at the end to/etc/rc.local
:Note: if the script already contains
exit 0
be sure you place all commands before that line, cause that exits the scriptIf you want to set all to good but one line you could first auto-tune and then disable one setting with an extra line, for example, if you want to re-enable the touchscreen-device (at usb 2-7), add this before the
exit 0
:Note: on Linux with
systemd
, make sure /etc/rc.local is executed at startup by the compatibility service