From 35a0d14110eac4b0d7ec3827c083ebdae75b1de8 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 1 Jul 2025 17:36:13 -0400 Subject: [PATCH] Jellyfin GPU passthrough setup instruction (#5625) --- frontend/public/json/jellyfin.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/jellyfin.json b/frontend/public/json/jellyfin.json index 8c0429c16..4dedd7103 100644 --- a/frontend/public/json/jellyfin.json +++ b/frontend/public/json/jellyfin.json @@ -39,6 +39,10 @@ { "text": "FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg", "type": "info" + }, + { + "text": "For NVIDIA graphics cards, you'll need to install the same drivers in the container that you did on the host. In the container, run the driver installation script and add the CLI arg --no-kernel-module", + "type": "info" } ] }