Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/desktop/display/installing_nvidia_gpu_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ Nouveau is an open-source NVIDIA driver that provides limited functionality comp
sudo grubby --args="nouveau.modeset=0 rd.driver.blacklist=nouveau" --update-kernel=ALL
```

!!! Note

For systems with secure boot enabled you need to perform this step:
```bash
sudo mokutil --import /var/lib/dkms/mok.pub
```
The `mokutil` command will prompt for you to make up a password, which will be used during reboot.

After the reboot, your system should ask you if you want to enroll a key or something like that, say yes and it asks for the password you gave in the `mokutil` command.

Reboot:

```bash
Expand Down