K
K
kaktak2552021-03-21 10:48:10
linux
kaktak255, 2021-03-21 10:48:10

How to set up power plans in linux?

How to set up power plans in Linux as in Windows
savings
balanced
high performance

In general, how to regulate all this?
______________________________________________
Solution: #for
power saving (first core and second)
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
---- -------------------------------------------------- ----------------- #for

performance; do this for each core (I have two)
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
-------------------------------------------------- ----------------------

details here https://habr.com/ru/post/115451/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Dmitriev, 2021-03-21
@SignFinder

The graphical interfaces have power management utilities.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question