Hello, I just installed Aurora, my question is can tlp be installed? and if yes how would it be done pls .
thanks
- Install TLP
rpm-ostree install tlp
- Disable & mask power-profiles-daemon
sudo systemctl disable power-profiles-daemon.service
sudo systemctl mask power-profiles-daemon.service
- Reboot
- Enable TLP service
sudo systemctl enable --now tlp.service
- 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!