Boost Changer is made to control the frequencies of the CPUs. It can also manage the processor's energy consumption through Energy-Performance Preference.
In generall this app does not need root rights but when you hit the Turn Off or On button a popup window will ask you about your root password.
If you have Intel then in your Kernel there is a file called /sys/devices/system/cpu/intel_pstate/no_turbo
.
To turn off or on your turbo boost you have to change this file and that is what this app does.
If you have Intel then In your Kernel there is a file called /sys/devices/system/cpu/intel_pstate/max_perf_pct
.
when you change the energy performance in Boost Changer you have to change this file and that is what this app does.
This is just a GUI application and it is not meant to replace
TLP, powertop or
any other power management / energy consumption service. It is meant just to
provide quick access to sysfs
settings related to Intel Processors and
in fact it can run on top of TLP.
OS | Release Link |
---|---|
Debian | AppImage :cd: |
Ubuntu | AppImage :cd: |
Fedora | AppImage :cd: |
Redhat | AppImage :cd: |
Solus | AppImage :cd: |
OpenSUSE | AppImage :cd: |
Arch | AUR :cd: |
# Download the app
wget https://github.com/nbebaw/boostchanger/releases/download/v5.0.3/boostchanger-5.0.3.AppImage
# Make the app executable
chmod +x boostchanger-5.0.3.AppImage
# Run the app
./boostchanger-5.0.3.AppImage
You can help me to improve this app
# Clone this repo
git clone https://github.com/nbebaw/boostchanger.git
# Install dependencies
npm install
# Run the App
npm run
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing ...
:white_check_mark: The solution
1 = High Prio | 2 = Middle Prio | 3 = Low Prio Feature | Prio |
---|---|---|---|
GPU Frequencies | 1 | ||
Nvidia PowerMizer Settings | 2 | ||
Represent all Infos about the Machine | 2 | ||
Make this App cross Platform | 3 |