mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
feat(nvidia): Add vdpau packages for Mesa from negativo17
This commit is contained in:
parent
b072d6672f
commit
f5553ab7f2
@ -948,6 +948,9 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
--mount=type=bind,from=nvidia-akmods,src=/rpms,dst=/tmp/akmods-rpms \
|
||||
sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/negativo17-fedora-multimedia.repo && \
|
||||
rpm-ostree install \
|
||||
mesa-vdpau-drivers.x86_64 \
|
||||
mesa-vdpau-drivers.i686 && \
|
||||
curl -Lo /tmp/nvidia-install.sh https://raw.githubusercontent.com/ublue-os/hwe/main/nvidia-install.sh && \
|
||||
chmod +x /tmp/nvidia-install.sh && \
|
||||
IMAGE_NAME="${BASE_IMAGE_NAME}" /tmp/nvidia-install.sh && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user