|
|
|
|
|
by alex3305
1025 days ago
|
|
I'm unsure what a 'TrueCharts' is, but if it's anything Docker based you probably need to mount the Intel GPU device. You can do this pretty easily with a device mount: `--device=/dev/dri`. Another issues that may occur is that `/dev/dri` has insufficient permissions for Docker or that the device driver hasn't initialized. |
|
The official JellyFin docs suggest using β-device for docker/Intel cases: https://jellyfin.org/docs/general/administration/hardware-ac...