From 2d832fb19408dafa2992101c4321a45b293d4d33 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 29 Oct 2023 21:26:22 -0400 Subject: [PATCH] Update hw-acceleration.sh tweak --- misc/hw-acceleration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/hw-acceleration.sh b/misc/hw-acceleration.sh index 2bc78f13..72e807c7 100644 --- a/misc/hw-acceleration.sh +++ b/misc/hw-acceleration.sh @@ -43,7 +43,7 @@ lxc.mount.entry: /dev/fb0 dev/fb0 none bind,optional,create=file lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file EOF -pct exec $privileged_container -- bash -c "apt-get -y install va-driver-all && apt-get -y install ocl-icd-libopencl1 && apt-get install -y intel-opencl-icd && chgrp video /dev/dri && chmod 755 /dev/dri && chmod 660 /dev/dri/*" +pct exec $privileged_container -- bash -c "apt-get -y install va-driver-all && apt-get -y install ocl-icd-libopencl1 && apt-get install -y intel-opencl-icd" header_info echo -e "Completed Successfully!\n" echo -e "Reboot container $privileged_container to apply the new settings\n"