From cae5c4dc0c4202c86bbb1cbee0a12dfe7feec9c5 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Thu, 14 Aug 2025 14:07:26 +0300 Subject: [PATCH] Add: The package 'libvpl' has been added to Intel's GFX packages installation array. --- Amelia.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index dd62c06..5b0e65c 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 9.2.2 +# Version: 9.2.3 set -euo pipefail ################################################################################################### @@ -1959,7 +1959,7 @@ gfxpkgs_set() { if [[ "${vendor}" == "Intel" || "${vendors}" =~ "Intel" ]]; then # /etc/sysctl.d/99-sysctld.conf perf_stream="dev.i915.perf_stream_paranoid = 0" - gfxpkgs+=(intel-compute-runtime intel-media-driver intel-media-sdk libva-intel-driver libva-utils opencl-headers vpl-gpu-rt vkd3d vulkan-intel vulkan-mesa-layers) + gfxpkgs+=(intel-compute-runtime intel-media-driver intel-media-sdk libva-intel-driver libva-utils libvpl opencl-headers vpl-gpu-rt vkd3d vulkan-intel vulkan-mesa-layers) fi # AMD Graphics if [[ "${vendor}" == "AMD" || "${vendors}" =~ "AMD" ]]; then