Improve power management

1. Swap out power-profiles-daemon for tuned-ppd, which is a drop-in
   replacement and seems to work better.
2. Install and enable thermald, which improves power management and
   performance on Intel CPUs

Citations:
- https://fedoraproject.org/wiki/Changes/TunedAsTheDefaultPowerProfileManagementDaemon
- https://www.phoronix.com/review/intel-thermald-tgl
This commit is contained in:
Nate Graham
2025-08-13 08:46:19 -06:00
parent 33a47832d9
commit 39ad9aa57f
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ Packages=dnsmasq # Needed for hotspot creation and networking in VMs
libva # Supports hardware accelerated video
libva-intel-driver # Supports hardware accelerated video
libva-mesa-driver # Supports hardware accelerated video
power-profiles-daemon # Enables switching dedicated power profiles
tuned-ppd # Enables switching dedicated power profiles
thermald # Better thermal management and performance for Intel CPUs
sof-firmware # Supports various audio chipsets
splix # Supports certain Samsung printers
tpm2-tss

View File

@@ -15,7 +15,9 @@ enable systemd-zram-setup@zram0.service
enable systemd-oomd.service
enable bluetooth.service
enable cups.service
enable power-profiles-daemon.service
enable tuned.service
enable tuned-ppd.service
enable thermald.service
# nvidia specific services (shouldn't affect non-nvidia hardware)
enable nvidia-suspend.service