These files enable power saving on Linux. Note that these settings are applied regardless of whether the system is on battery or AC. Power saving is applied to:
modprobe.d/99-powersave.conf
)rules.d/50-powersave-brightness.rules
)modprobe.d/blacklist.conf
)sysctl.d/99-powersave.conf
)sysctl.d/99-powersave.conf
)sysctl.d/99-powersave.conf
)modprobe.d/50-powersave-net.rules
)tmpfiles.d/powersave.conf
and modprobe.d/50-powersave-[pci|usb|sata].rules
)Power saving is not applied to:
intel_pstate
driver).You might also want to edit /etc/fstab
to add commits=<seconds>
to the options
column of your
partitions. See the mount man page.
It is fit for my own laptop (Lenovo Thinkpad Edge E130), which means that this script will not work on every setup. Please check this before running it on your computer! Things might break otherwise and I am not responsible for any damage that has been done.
git grep TODO
rules.d/50-powersave-suspend.rules
)The script will need the following dependencies to run:
Just run make install
as root to install the whole set.
To enable the ASPM setting to work, append pcie_aspm=force
to your kernel parameter list. However,
before doing so, verify that all PCIe hardware on your system support ASPM!