mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-25 00:39:30 -04:00
Don't pre-intall vpl-gpu-rt
vpl-gpu-rt is only needef tro specialized workloads using Intel's OneVPL library, which almost nothing is. This package requires intel-media-driver, which is what we actually want, so specifically ask for that instead.
This commit is contained in:
@@ -30,13 +30,13 @@ Packages=
|
||||
zram-generator # use compressed zram for swap
|
||||
|
||||
# HW enablement: graphics
|
||||
intel-media-driver # Hardware accelerated video on newer Intel GPUs
|
||||
libva # Hardware accelerated video in general
|
||||
libva-intel-driver # Hardware accelerated video on old Intel GPUs
|
||||
libva-mesa-driver # Hardware accelerated video on AMD GPUs
|
||||
libva-nvidia-driver # Hardware accelerated video on NVIDIA GPUs
|
||||
mesa
|
||||
nvidia-open-dkms # For all Linux Kernels; appears to contain vulkan support already
|
||||
vpl-gpu-rt # Hardware accelerated video on newer Intel GPUs
|
||||
vulkan-icd-loader
|
||||
vulkan-intel
|
||||
vulkan-radeon
|
||||
|
||||
Reference in New Issue
Block a user