Skip to content

Commit

Permalink
feat: Replace power profiles daemon with TuneD
Browse files Browse the repository at this point in the history
Provides more control over power tuning. May be the default in Fedora 40
with one of the only blockers being the lack of GNOME Control Center
integration (tuned-gtk provides a GUI for this in the meantime)
  • Loading branch information
EyeCantCU authored and KyleGospo committed Jan 13, 2024
1 parent 2ef038b commit b6e3805
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ RUN rpm-ostree override remove \
ublue-os-update-services \
firefox \
firefox-langpacks \
htop
htop \
power-profiles-daemon

# Install new packages
RUN rpm-ostree install \
Expand All @@ -193,6 +194,10 @@ RUN rpm-ostree install \
compsize \
input-remapper \
system76-scheduler \
tuned \
tuned-utils \
tuned-utils-systemtap \
tuned-gtk \
hl2linux-selinux \
joycond \
ladspa-caps-plugins \
Expand Down Expand Up @@ -435,6 +440,7 @@ RUN /tmp/image-info.sh && \
mkdir -p /usr/etc/flatpak/remotes.d && \
wget -q https://dl.flathub.org/repo/flathub.flatpakrepo -P /usr/etc/flatpak/remotes.d && \
systemctl enable com.system76.Scheduler.service && \
systemctl enable tuned.service && \
systemctl enable btrfs-dedup@var-home.timer && \
systemctl enable displaylink.service && \
systemctl enable input-remapper.service && \
Expand Down

0 comments on commit b6e3805

Please sign in to comment.