From 1b5967c04e6afa89c61a2873954d4025040157e0 Mon Sep 17 00:00:00 2001 From: bromine1 <70975324+bromine1@users.noreply.github.com> Date: Sat, 27 Aug 2022 18:16:34 -0400 Subject: [PATCH] Fix errors in formating --- pages/Nvidia/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/Nvidia/_index.md b/pages/Nvidia/_index.md index df59a2c..212f1b2 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -16,10 +16,9 @@ parameters. Follow the information available here: in `/etc/mkinitcpio.conf` add `nvidia nvidia_modeset nvidia_uvm nvidia_drm` to your `MODULES` - run `# mkinitcpio --config /etc/mkinitcpio.conf --generate /boot/initramfs-custom.img` -add a new line to `/etc/modprobe.d/nvidia.conf` (make it if it does not exist) and add the line options nvidia-drm modeset=1` +add a new line to `/etc/modprobe.d/nvidia.conf` (make it if it does not exist) and add the line `options nvidia-drm modeset=1` {{< hint >}}If your GPU is listed as supported by the `nvidia-open-dkms` driver, use that one instead.