How to disable energy saving plan permanently?

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
Michael_
Posts: 26
Joined: Tue Dec 10, 2024 8:20 pm

How to disable energy saving plan permanently?

#1 Post by Michael_ »

I was experiencing Audio Dropouts.

I installed "cpupower" and by executing the following command i found out that my system was using the "powersave" CPU Governor:

Code: Select all

sudo cpupower frequency-info
With the following command i was able to change that to the "performance" governor/plan:

Code: Select all

sudo cpupower frequency-set -g performance
This solved my issues but the problem is that this will not survive a reboot.
It seems like there is no built in feature in MX Linux to change the power plan?

How can i permanently disable the energy saving stuff since this is a workstation and not an office machine?

I'm ideally looking for an easy way without complicated scripts and setup. If possible.

Maybe it would also be possible to do this in the UEFI instead of on the OS Level?
I have this Board: https://www.supermicro.com/en/products/ ... /X13SWA-TF
which has plenty of settings but i'm not an expert with this power saving stuff so i do not want to mess something up. Disabling Speedstep did NOT help but also disabled Turbo Boost.

User avatar
dolphin_oracle
Developer
Posts: 22281
Joined: Sun Dec 16, 2007 12:17 pm

Re: How to disable energy saving plan permanently?

#2 Post by dolphin_oracle »

If that command is doing what you want, then lets just run it.

put this command in /etc/rc.local, just above the "exit 0" that is in the file by default.

Code: Select all

cpupower frequency-set -g performance


note no sudo. you don't need it when running from rc.local.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

Michael_
Posts: 26
Joined: Tue Dec 10, 2024 8:20 pm

Re: How to disable energy saving plan permanently?

#3 Post by Michael_ »

dolphin_oracle wrote: Wed May 14, 2025 7:57 am If that command is doing what you want, then lets just run it.

put this command in /etc/rc.local, just above the "exit 0" that is in the file by default.

Code: Select all

cpupower frequency-set -g performance


note no sudo. you don't need it when running from rc.local.
Thanks this did it!

Anything else i should be doing in order to tweak the system for maximum performance?

User avatar
Stevo
Developer
Posts: 14596
Joined: Fri Dec 15, 2006 7:07 pm

Re: How to disable energy saving plan permanently?

#4 Post by Stevo »

A Liquorix kernel uses the performance governor by default...
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

Post Reply

Return to “MX Help”