fix old i965 driver issue

Fix old i965 driver issue
Second attempt as i seem to have messed up the previous one
This commit is contained in:
harry 2025-08-17 21:01:19 +02:00 committed by GitHub
parent 6840415b6c
commit 7f015e93ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,9 +57,12 @@ fi
# arch specific packages # arch specific packages
if [[ "${TARGETARCH}" == "amd64" ]]; then 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 # install amd / intel-i965 driver packages
apt-get -qq install --no-install-recommends --no-install-suggests -y \ 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 \ libva-drm2 \
mesa-va-drivers radeontop mesa-va-drivers radeontop