2025-03-16, 05:17 PM
(2025-03-16, 04:13 PM)TheDreadPirate Wrote: In the LXC, do you see anything in /dev/dri?
And what Intel CPU do you have?
I have an i7-8700.
I have passed the render device to the lxc, so I have renderD128 under /dev/dri. I also changed the owning group to 100104, where 104 is the ID of the render group and added the jellyfin user to the render group.
Honestly, I an not 100% sure why I need to add 100000 to the GID of render, I did it since the guide said so and a quick google did not get me an answer as to what that does, so I assumed it was required.
Here is the output of some commands, in case that helps:
Code:
root@Jellyfin:~# ls -lah /dev/dri
total 0
drwxr-xr-x 2 root root 60 Mar 16 11:15 .
drwxr-xr-x 7 root root 500 Mar 16 11:15 ..
crw-rw---- 1 100000 100104 226, 128 Mar 16 10:43 renderD128
root@Jellyfin:~# groups jellyfin
jellyfin : jellyfin video render
root@Jellyfin:~# cat /etc/group | grep render
render:x:104:jellyfin