You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -227,10 +227,9 @@ For Intel and AMD GPUs.
227
227
**Prerequisites:**
228
228
229
229
1. **Driver:** Proprietary drivers **580 or higher** are required. **Crucially, you should install the driver using the `.run` file downloaded directly from the Nvidia website.**
230
-
* **Unraid:** Use the production branch from the Nvidia Driver Plugin.
231
230
232
231
2. **Kernel Parameter:** You must set `nvidia-drm.modeset=1 nvidia_drm.fbdev=1` in your host bootloader.
233
-
* **Standard Linux (GRUB):** Edit `/etc/default/grub` and add the parameter to your existing `GRUB_CMDLINE_LINUX_DEFAULT` line:
232
+
* **GRUB:** Edit `/etc/default/grub` and add the parameter to your existing `GRUB_CMDLINE_LINUX_DEFAULT` line:
* **Unraid (Syslinux):** Edit the file `/boot/syslinux/syslinux.cfg` and add `nvidia-drm.modeset=1 nvidia_drm.fbdev=1` to the end of the `append` line for the Unraid OS boot entry.
246
-
247
244
3. **Hardware Initialization:** **On headless systems, the Nvidia video card requires a physical dummy plug inserted into the GPU so that DRM initializes properly.**
248
245
249
246
4. **Docker Runtime:** Configure the host docker daemon to use the Nvidia runtime:
@@ -274,7 +271,9 @@ services:
274
271
capabilities: [compute,video,graphics,utility]
275
272
```
276
273
277
-
* **Unraid:** Ensure you're properly setting the DRINODE/DRI_NODE and adding `--gpus all --runtime nvidia` to your extra parameters.
274
+
**Nvidia Unraid is not supported:**
275
+
276
+
Unraid's official Nvidia driver package does not conform to NVIDIA Container Toolkit standards. On top of improper pathing, whole sections of the driver tree are missing and are not mounted into the container at runtime. This is the only known incompatible Linux operating system at this time.
0 commit comments