diff options
| author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:49:53 +0000 |
|---|---|---|
| committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:49:53 +0000 |
| commit | f46499f457e42d3702c2c14c15555d8b53ad585e (patch) | |
| tree | 5e0412be4c6054195a9e74450760dce9b1e2a884 /files | |
| parent | b2e06f1bcff4306e89d8815d6d3a08c389b0f77d (diff) | |
| download | draklive-config-f46499f457e42d3702c2c14c15555d8b53ad585e.tar draklive-config-f46499f457e42d3702c2c14c15555d8b53ad585e.tar.gz draklive-config-f46499f457e42d3702c2c14c15555d8b53ad585e.tar.bz2 draklive-config-f46499f457e42d3702c2c14c15555d8b53ad585e.tar.xz draklive-config-f46499f457e42d3702c2c14c15555d8b53ad585e.zip | |
Enable Wayland for GNOME when using the NVIDIA proprietary drivers.
Diffstat (limited to 'files')
| -rwxr-xr-x | files/50gdm-disable-wayland.xsetup | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/50gdm-disable-wayland.xsetup b/files/50gdm-disable-wayland.xsetup index 1b4194c..996eb81 100755 --- a/files/50gdm-disable-wayland.xsetup +++ b/files/50gdm-disable-wayland.xsetup @@ -8,14 +8,6 @@ if /bin/grep -q nowayland /proc/cmdline; then disable=1 fi -# nokmsboot implies we are using a driver that won't work with Wayland, -# which prevents autologin working (mga#20079). -if [ -e /run/mgalive ]; then - if /bin/grep -q nokmsboot /proc/cmdline; then - disable=1 - fi -fi - if [ $disable -eq 1 -a -f /etc/X11/gdm/custom.conf ]; then sed -i 's/#WaylandEnable=false/WaylandEnable=false/' /etc/X11/gdm/custom.conf fi |
