Browse Source

Jot down instructions for Wayland + NVidia on Fedora 31.

main
Titouan Rigoudy 5 years ago
parent
commit
7d6145adc3
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      notes.md

+ 15
- 0
notes.md View File

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

Loading…
Cancel
Save