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 +```