summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rwxr-xr-xfiles/50gdm-disable-wayland.xsetup8
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