This commit is contained in:
CanbiZ
2025-12-09 15:34:29 +01:00
parent 5fc334811c
commit dc7f5074a2
4 changed files with 119 additions and 6 deletions

View File

@@ -2629,7 +2629,7 @@ function setup_hwaccel() {
;;
esac
if [[ "$in_ct" == "0" ]]; then
if [[ -d /dev/dri ]]; then
chgrp video /dev/dri 2>/dev/null || true
chmod 755 /dev/dri 2>/dev/null || true
chmod 660 /dev/dri/* 2>/dev/null || true