From b947a2dad19d01b3a1a652d0bd197de4d2ef363b Mon Sep 17 00:00:00 2001 From: Scott Ti <38417533+scottti312@users.noreply.github.com> Date: Fri, 19 May 2023 04:38:08 -0700 Subject: [PATCH] Fix typo (#223) --- 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 24519bf..19c328d 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -13,7 +13,7 @@ Nevertheless, it's recommended to at least try this tutorial. Install the `nvidia-dkms` driver and add it to your initramfs & kernel parameters. 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` -For others check out [kernal parameters](https://wiki.archlinux.org/title/Kernel_parameters) and how to add `nvidia_drm.modeset=1` to your specific bootloader. +For others check out [kernel parameters](https://wiki.archlinux.org/title/Kernel_parameters) and how to add `nvidia_drm.modeset=1` to your specific bootloader. in `/etc/mkinitcpio.conf` add `nvidia nvidia_modeset nvidia_uvm nvidia_drm` to your `MODULES`