Compare commits

..

No commits in common. "2fab871cc53f00566db625683e0616c6879af216" and "7f015e93ceb7f3014d8a528d97b7b1bd8fb2c595" have entirely different histories.

View File

@ -57,17 +57,12 @@ fi
# arch specific packages
if [[ "${TARGETARCH}" == "amd64" ]]; then
# Install non-free version of i965 driver
CODENAME=$(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2) \
&& sed -i -E "s/^(deb http:\/\/deb\.debian\.org\/debian ${CODENAME} main)(.*)$/\1 contrib non-free non-free-firmware\2/" /etc/apt/sources.list \
&& apt-get -qq update \
&& apt-get install --no-install-recommends --no-install-suggests -y i965-va-driver-shaders \
&& sed -i -E "s/(deb http:\/\/deb\.debian\.org\/debian ${CODENAME} main) contrib non-free non-free-firmware/\1/" /etc/apt/sources.list \
&& apt-get update
# 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 \
intel-gpu-tools onevpl-tools \
i965-va-driver-shaders intel-gpu-tools onevpl-tools \
libva-drm2 \
mesa-va-drivers radeontop