Proxmox: Intel iGPU pass-through to unprivileged LXC containers for hardware transcoding
On proxmox host:
chmod 666 /dev/dri/renderD128
# For a persistent way to give the permissions (this worked for me the first time but later on stopped working)
cat > /etc/udev/rules.d/99-intel-chmod666.rules << 'EOF'
KERNEL=="renderD128", MODE="0666"...
blog.davidassigbi.com1 min read