Power saving for laptops: Difference between revisions
Jump to navigation
Jump to search
battery |
No edit summary |
||
Line 14: | Line 14: | ||
2). Enter: rfkill block bluetooth | 2). Enter: rfkill block bluetooth | ||
= Suspend and hibernate= | |||
Suspend saves everthing to RAM, hibernate to disk. Suspend wakes up faster, Hibernate saves your batteries more. | |||
[https://help.ubuntu.com/stable/ubuntu-help/power-hibernate.html Ubuntu guide how to hibernate my computer and test it] | |||
[https://help.ubuntu.com/community/EnableHibernateWithEncryptedSwap Hibertnate will not wake up properly with an encrypted swap partition by default. This is how to go about getting it to work] | |||
[https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate Archlinux page on suspend and hibernate] | |||
[https://bbs.archlinux.org/viewtopic.php?id=107046 good Archlinux thread on troubleshooting] | |||
[https://www.linux.com/news/how-suspend-and-hibernate-laptop-under-linux A great article on various types of suspend and hibernate, how to check if your machine works with the kernel or requires different types of suspend / hibernates] |
Revision as of 08:47, 11 April 2018
sudo apt-get install powertop indicator-power upower laptop-mode-tools
then run the following
gksu lmt-config-gui ;for laptop mode tools sudo powertop --calibrate ;note will run for some time
turn off bluetooth, check power settings for suspends
1). Enter the following in terminal: sudo gedit /etc/rc.local
2). Enter: rfkill block bluetooth
Suspend and hibernate
Suspend saves everthing to RAM, hibernate to disk. Suspend wakes up faster, Hibernate saves your batteries more.
Ubuntu guide how to hibernate my computer and test it
Archlinux page on suspend and hibernate