Skip to content

Commit 5c77ca7

Browse files
committed
Make unraid text happy in mkdocs
1 parent 1662eeb commit 5c77ca7

1 file changed

Lines changed: 20 additions & 12 deletions

File tree

  • ansible/roles/documentation/templates/README_SNIPPETS

ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,34 @@ For Intel and AMD GPUs.
5252
- DRI_NODE=/dev/dri/renderD128
5353
```
5454

55-
{% if show_nvidia is defined %}##### Nvidia (Proprietary Drivers)
55+
{% if show_nvidia is defined %}
5656

57+
##### Nvidia (Proprietary Drivers)
5758

5859
**Note: Nvidia support is not available for Alpine-based images.**
5960

6061
**Prerequisites:**
6162

6263
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.**
63-
* **Unraid:** Use the production branch from the Nvidia Driver Plugin.
64-
2. **Kernel Parameter:** You must set `nvidia-drm.modeset=1` in your host bootloader.
65-
* **Standard Linux (GRUB):** Edit `/etc/default/grub` and add the parameter to your existing `GRUB_CMDLINE_LINUX_DEFAULT` line:
66-
```text
67-
GRUB_CMDLINE_LINUX_DEFAULT="<other existing options> nvidia-drm.modeset=1"
68-
```
69-
Then apply the changes by running:
70-
```bash
71-
sudo update-grub
72-
```
73-
* **Unraid (Syslinux):** Edit the file `/boot/syslinux/syslinux.cfg` and add `nvidia-drm.modeset=1` to the end of the `append` line for the Unraid OS boot entry.
64+
* **Unraid:** Use the production branch from the Nvidia Driver Plugin.
65+
66+
2. **Kernel Parameter:** You must set `nvidia-drm.modeset=1` in your host bootloader.
67+
* **Standard Linux (GRUB):** Edit `/etc/default/grub` and add the parameter to your existing `GRUB_CMDLINE_LINUX_DEFAULT` line:
68+
69+
```text
70+
GRUB_CMDLINE_LINUX_DEFAULT="<other existing options> nvidia-drm.modeset=1"
71+
```
72+
73+
Then apply the changes by running:
74+
75+
```bash
76+
sudo update-grub
77+
```
78+
79+
* **Unraid (Syslinux):** Edit the file `/boot/syslinux/syslinux.cfg` and add `nvidia-drm.modeset=1` to the end of the `append` line for the Unraid OS boot entry.
80+
7481
3. **Hardware Initialization:** **On headless systems, the Nvidia video card requires a physical dummy plug inserted into the GPU so that DRM initializes properly.**
82+
7583
4. **Docker Runtime:** Configure the host docker daemon to use the Nvidia runtime:
7684

7785
```bash

0 commit comments

Comments
 (0)