TLP over the actual power profile

Hello, I just installed Aurora, my question is can tlp be installed? and if yes how would it be done pls .
thanks

  1. Install TLP
    rpm-ostree install tlp
  2. Disable & mask power-profiles-daemon
    sudo systemctl disable power-profiles-daemon.service
    sudo systemctl mask power-profiles-daemon.service
  3. Reboot
  4. Enable TLP service
    sudo systemctl enable --now tlp.service
  5. Install TLP UI as Flatpak for GUI configuration (optional)
    flatpak install flathub com.github.d4nj1.tlpui

Those were all it took for me to install TLP on my Thinkpad running Bluefin.

1 Like

Thank You sir, much appreciate!