Update pages/Nvidia/_index.md

fix typo

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
Jade ☕ 2024-01-31 16:48:59 -06:00 committed by GitHub
parent 85b5ee95f8
commit 32cb2ae6cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ You may want to use the proprietary Nvidia drivers in some cases, for example: i
{{< hint type=warning >}}
All of the tips are intended to work with `nvidia`, `nvidia-open` or `nvidia-dkms` and do not work with the legacy or Nouveau drivers.
{{< /hind >}}
{{< /hint >}}
For people using [systemd-boot](https://wiki.archlinux.org/title/systemd-boot) you can do this adding `nvidia_drm.modeset=1` to the end of `/boot/loader/entries/arch.conf`.
For people using [grub](https://wiki.archlinux.org/title/GRUB) you can do this by adding `nvidia_drm.modeset=1` to the end of `GRUB_CMDLINE_LINUX_DEFAULT=` in `/etc/default/grub`, then run `# grub-mkconfig -o /boot/grub/grub.cfg`