Just in case anyone needs help getting Intel Coffeelake Plex hardware transcoding in a unprivileged Debian 12 LXC, here are my steps. I struggled a bit following various tutorials because my gid mapping was different, and most also map uid when only gid is needed.
On the Proxmox VE host, I have a /dev/dri that looks like:
Read more
On the Proxmox VE host, I have a /dev/dri that looks like:
Bash:
root@pve:~# ls -l /dev/dri
total 0
drwxr-xr-x 2 root root 80 Aug 21 14:07 by-path
crw-rw---- 1 root video 226, 0 Aug 21 14:07 card0
crw-rw---- 1 root...
Read more