-
To always enable Turbo Boost:
bash
sudo auto-cpufreq --live --turbo always -
To disable Turbo Boost:
bash
sudo auto-cpufreq --live --turbo never
permanent
/etc/auto-cpufreq.conf
[charger]
governor = performance
turbo = always
[battery]
governor = powersave
turbo = never
Qual sistema que você usa?
-
Ensure
snapdis installed on your system.-
Ubuntu/Debian/Mint:
snapdis usually pre-installed, or you can install it usingsudo apt install snapd. -
Fedora:
sudo dnf install snapd. -
Arch Linux: Install
snapdfrom the AUR and enable the systemd socket.
-
-
Install
auto-cpufrequsing the snap command:bash
sudo snap install auto-cpufreq -
Install the daemon: Once the snap is installed, you still need to install the daemon for permanent optimization.
bash
sudo auto-cpufreq --install
Pós instalação, caso use o serviço ppd
sudo systemctl mask power-profiles-daemon.service