Add: The package 'libvpl' has been added to Intel's GFX packages installation array.

This commit is contained in:
Jane Doe
2025-08-14 14:07:26 +03:00
parent 664bc6f6e8
commit cae5c4dc0c
+2 -2
View File
@@ -2,7 +2,7 @@
# Amelia Installer # Amelia Installer
# Source: https://gitlab.com/prism7/archery # Source: https://gitlab.com/prism7/archery
# Version: 9.2.2 # Version: 9.2.3
set -euo pipefail set -euo pipefail
################################################################################################### ###################################################################################################
@@ -1959,7 +1959,7 @@ gfxpkgs_set() {
if [[ "${vendor}" == "Intel" || "${vendors}" =~ "Intel" ]]; then if [[ "${vendor}" == "Intel" || "${vendors}" =~ "Intel" ]]; then
# /etc/sysctl.d/99-sysctld.conf # /etc/sysctl.d/99-sysctld.conf
perf_stream="dev.i915.perf_stream_paranoid = 0" 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 fi
# AMD Graphics # AMD Graphics
if [[ "${vendor}" == "AMD" || "${vendors}" =~ "AMD" ]]; then if [[ "${vendor}" == "AMD" || "${vendors}" =~ "AMD" ]]; then