From 32cb2ae6ccea6b96bf02cae9a72580a3998dca22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jade=20=E2=98=95?= Date: Wed, 31 Jan 2024 16:48:59 -0600 Subject: [PATCH] Update pages/Nvidia/_index.md fix typo Co-authored-by: Mihai Fufezan --- pages/Nvidia/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Nvidia/_index.md b/pages/Nvidia/_index.md index 313728d..3404267 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -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`