From 7d6145adc3a885996db30cc0aa6724a3435716f5 Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Sat, 4 Apr 2020 13:09:34 -0400 Subject: [PATCH] Jot down instructions for Wayland + NVidia on Fedora 31. --- notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..9fccb32 --- /dev/null +++ b/notes.md @@ -0,0 +1,15 @@ +Enabling Wayland on NVidia binary driver in Fedora 31 +===================================================== + +In file `/usr/lib/udev/rules.d/61-gdm.rules`, comment out the following line: + +``` +DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland" +``` + +The rpmfusion nvidia driver package also disables Wayland separately. In file +`/etc/gdm/custom.conf`, comment out the following line: + +``` +WaylandEnable=false +```