2025-04-08, 01:35 PM
(This post was last modified: 2025-04-08, 01:57 PM by TheDreadPirate. Edited 2 times in total.)
Since are running the container as non-root user, you need to use the "group_add" field to pass in the render group ID.
Replace with the ID for render on your system.
https://jellyfin.org/docs/general/admini...ion/intel/
Code:
group_add:
- 993 # Intel render group
devices:
- /dev/dri:/dev/dri
Replace with the ID for render on your system.
Code:
getent group render | cut -d: -f3
https://jellyfin.org/docs/general/admini...ion/intel/