feat(deck): Use Valve-patched UPower

This commit is contained in:
Kyle Gospodnetich 2023-12-15 09:29:23 -08:00
parent f82083ccd1
commit ae345f3c22

View File

@ -495,12 +495,14 @@ RUN rpm-ostree install \
rm -rf /tmp/linux-firmware-galileo && \ rm -rf /tmp/linux-firmware-galileo && \
rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf
# Install Steam Deck patched Wireplumber # Install Steam Deck patched Wireplumber & UPower
RUN rpm-ostree override replace \ RUN rpm-ostree override replace \
--experimental \ --experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \ --from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
wireplumber \ wireplumber \
wireplumber-libs wireplumber-libs \
upower \
upower-libs
# Install Gamescope Session & Supporting changes # Install Gamescope Session & Supporting changes
# Add bootstraplinux_ubuntu12_32.tar.xz used by gamescope-session (Thanks ChimeraOS! - https://chimeraos.org/) # Add bootstraplinux_ubuntu12_32.tar.xz used by gamescope-session (Thanks ChimeraOS! - https://chimeraos.org/)