Update install_deps.sh

fixes issue with the wrong driver for the older i965 driver
This commit is contained in:
harry 2025-08-17 19:57:04 +02:00 committed by GitHub
parent 5a49d1f73c
commit 901b83d122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,9 +65,12 @@ fi
# arch specific packages
if [[ "${TARGETARCH}" == "amd64" ]]; then
# use debian bookworm for amd / intel-i965 driver packages, non-free required for video encoding using i965 driver
echo 'deb https://deb.debian.org/debian bookworm main contrib non-free' >/etc/apt/sources.list.d/debian-bookworm.list
apt-get -qq update
# install amd / intel-i965 driver packages
apt-get -qq install --no-install-recommends --no-install-suggests -y \
i965-va-driver intel-gpu-tools onevpl-tools \
i965-va-driver-shaders intel-gpu-tools onevpl-tools \
libva-drm2 \
mesa-va-drivers radeontop