Add support for AMD Ryzen iGPU (fixes #311)

This package will add support for the iGPU of AMD Ryzen and presumably a few more AMD cards.
See details of the package here: https://packages.ubuntu.com/focal/mesa-va-drivers
It also adds support for the open source Nvidia Nouveau driver according to https://wiki.debian.org/HardwareVideoAcceleration
This commit is contained in:
Marc Seeger
2020-11-25 18:50:08 -08:00
committed by Blake Blackshear
parent 3e9b3711dc
commit 3ef68a297a
2 changed files with 2 additions and 2 deletions

View File

@@ -522,5 +522,5 @@ COPY --from=build /usr/local /usr/local/
RUN \
apt-get update -y && \
apt-get install -y --no-install-recommends libva-drm2 libva2 i965-va-driver && \
apt-get install -y --no-install-recommends libva-drm2 libva2 i965-va-driver mesa-va-drivers && \
rm -rf /var/lib/apt/lists/*