Skip to content

Commit

Permalink
chore: Explicitly remove gamemoderun
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Feb 5, 2025
1 parent 560f238 commit 365b975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
dnf5 -y config-manager setopt "*terra*".priority=3 "*terra*".exclude="nerd-fonts topgrade" && \
eval "$(/ctx/dnf5-setopt setopt '*negativo17*' priority=4 exclude='mesa-* *xone*')" && \
dnf5 -y config-manager setopt "*rpmfusion*".priority=5 "*rpmfusion*".exclude="mesa-*" && \
dnf5 -y config-manager setopt "*fedora*".exclude="mesa-* kernel-core-* kernel-modules-* kernel-uki-virt-* gamemode" && \
dnf5 -y config-manager setopt "*fedora*".exclude="mesa-* kernel-core-* kernel-modules-* kernel-uki-virt-*" && \
dnf5 -y config-manager setopt "*staging*".exclude="scx-scheds kf6-* mesa* mutter* rpm-ostree* systemd* gnome-shell gnome-settings-daemon gnome-control-center gnome-software" && \
/ctx/cleanup

Expand Down Expand Up @@ -329,6 +329,8 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
dnf5 -y --setopt=install_weak_deps=False install \
steam \
lutris && \
dnf5 -y remove \
gamemode && \
curl -Lo /tmp/latencyflex.tar.xz $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') && \
mkdir -p /tmp/latencyflex && \
tar --no-same-owner --no-same-permissions --no-overwrite-dir --strip-components 1 -xvf /tmp/latencyflex.tar.xz -C /tmp/latencyflex && \
Expand Down

1 comment on commit 365b975

@PVermeer
Copy link
Contributor

@PVermeer PVermeer commented on 365b975 Feb 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why???? I'm still using this for some underperforming applications. At least have it on the desktop images or change the default gamemode.ini to your liking.

Please sign in to comment.