This repository was archived by the owner on Oct 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 11# Laptop-powersave-scripts
2- This is a collection of scripts made to improve battery life on laptops.
2+ This is a script made to improve battery life on linux laptops.
3+ It allows to switch between cpu power usage modes in the bash terminal.
34
4- Required packages:
5+ # Usage:
6+ Execute the script with superuser privileges (it's required to unlock more power governors and for switching between cpu usage modes)
7+ Type the name of the mode you wish to choose and hit enter.
8+ In the options menu you can switch to an extended mode that shows even more cpu power usage modes.
9+ Basic modes include:
10+ Performance mode - Sets the CPU clock speeds to max, regardless of the load
11+ Power saving mode - Sets the CPU clock speeds to minimum, regardless of the load
12+ Gradual scaling (ondemand) - Sets the CPU clock speeds depending on the load.
13+
14+ You can also input your desired mode as a parameter when executing the script to bypass the GUI entirely.
15+
16+ # Required packages:
517 Cpufreq-utils
6- ![ Screenshot ] ( https://github.com/Hellerlight/Laptop-powersave-scripts/head/scr1.png )
7- ![ Screenshot] ( https://github.com/Hellerlight/Laptop-powersave-scripts/ head/scr2 .png)
8- ![ Screenshot] ( https://github.com/Hellerlight/Laptop-powersave-scripts/ head/scr3 .png)
18+
19+ ![ Screenshot] ( head/scr1 .png )
20+ ![ Screenshot] ( head/scr2 .png )
921![ Screenshot] ( head/scr3.png )
You can’t perform that action at this time.
0 commit comments