From da58bba9bbcb087b9f198e4dc17eeb4a90572040 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 2 Dec 2023 20:27:53 -0800 Subject: [PATCH] feat(deck): Add Steam Deck patched Wireplumber --- Containerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Containerfile b/Containerfile index 413dc1d6..7faf2ecb 100644 --- a/Containerfile +++ b/Containerfile @@ -472,6 +472,13 @@ RUN rpm-ostree install \ rm -rf /tmp/linux-firmware-galileo && \ rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf +# Install Steam Deck patched Wireplumber +RUN rpm-ostree override replace \ + --experimental \ + --from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \ + wireplumber \ + wireplumber-libs + # Install Gamescope Session & Supporting changes # Add bootstraplinux_ubuntu12_32.tar.xz used by gamescope-session (Thanks ChimeraOS! - https://chimeraos.org/) # Remove Feral gamemode, System76-Scheduler supersedes this