From 4434c5b2e46a0942ea4fc3dcbd6e8c975fae81f8 Mon Sep 17 00:00:00 2001 From: hericiumvevo Date: Sun, 18 Sep 2022 19:18:35 +0200 Subject: [PATCH] fix a typo (i think) Signed-off-by: hericiumvevo --- crystal-linux/nvidiawayland.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal-linux/nvidiawayland.mdx b/crystal-linux/nvidiawayland.mdx index ead4f4d..a788e13 100644 --- a/crystal-linux/nvidiawayland.mdx +++ b/crystal-linux/nvidiawayland.mdx @@ -1,5 +1,5 @@ --- -title: How to make GNOME Wayland work on a NVIDIA GPU +title: How to make GNOME Wayland work on an NVIDIA GPU --- Sometimes, GDM disables GNOME Wayland when it detects you have an NVIDIA GPU. If you want to force-enable GNOME Wayland, you first have to enable DRM [kernel mode setting](https://wiki.archlinux.org/title/Kernel_mode_setting) (KMS) on the NVIDIA driver so Wayland is able to run. To do this, you need to add a kernel parameter to tell the NVIDIA driver to enable KMS. The kernel parameter you need to add is `nvidia_drm.modeset=1`.