From 987f2b2f26233af80c670b11c03420f3dfa3d7fd Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sat, 13 Apr 2024 21:28:26 +1000 Subject: [PATCH] [Plex] Remove intel specific HW-accel packages --- install/plex-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/plex-install.sh b/install/plex-install.sh index da637d19b..4f75f0e18 100644 --- a/install/plex-install.sh +++ b/install/plex-install.sh @@ -22,7 +22,7 @@ msg_ok "Installed Dependencies" if [[ "$CTTYPE" == "0" ]]; then msg_info "Setting Up Hardware Acceleration" - $STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools} + $STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,vainfo} chgrp video /dev/dri chmod 755 /dev/dri chmod 660 /dev/dri/*