2025-03-04, 01:55 PM
(This post was last modified: 2025-03-04, 01:57 PM by TheDreadPirate. Edited 1 time in total.)
I see you have low power encoding enabled. Did you make the additional configuration changes needed to enable that?
https://jellyfin.org/docs/general/admini...e-on-linux
It is optional for your CPU. Can you try unchecking both low power encoding boxes to see if it works without them?
I also see this.
I'm assuming this laptop has an Nvidia GPU in it?
Let's also try a could things. Change your docker compose for the GPU passthrough to just pass in the entire /dev/dri directory.
Then remove /dev/dri/renderD128 from the Jellyfin transcoding config. The Intel Quick Sync driver will automatically find and use the first available Intel GPU. This setting really only matters if you have multiple Intel GPUs.
https://jellyfin.org/docs/general/admini...e-on-linux
It is optional for your CPU. Can you try unchecking both low power encoding boxes to see if it works without them?
I also see this.
Code:
DRM_IOCTL_VERSION, unsupported drm device by media driver: nvid
I'm assuming this laptop has an Nvidia GPU in it?
Let's also try a could things. Change your docker compose for the GPU passthrough to just pass in the entire /dev/dri directory.
Code:
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
Then remove /dev/dri/renderD128 from the Jellyfin transcoding config. The Intel Quick Sync driver will automatically find and use the first available Intel GPU. This setting really only matters if you have multiple Intel GPUs.