summaryrefslogtreecommitdiffstats
path: root/files/50gdm-nokms-disable-wayland.xsetup
diff options
context:
space:
mode:
Diffstat (limited to 'files/50gdm-nokms-disable-wayland.xsetup')
-rwxr-xr-xfiles/50gdm-nokms-disable-wayland.xsetup6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/50gdm-nokms-disable-wayland.xsetup b/files/50gdm-nokms-disable-wayland.xsetup
deleted file mode 100755
index 6232353..0000000
--- a/files/50gdm-nokms-disable-wayland.xsetup
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-if [ -e /run/mgalive -a -f /etc/X11/gdm/custom.conf ]; then
- if /bin/grep -q nokmsboot /proc/cmdline; then
- sed -i 's/#WaylandEnable=false/WaylandEnable=false/' /etc/X11/gdm/custom.conf
- fi
-fi