summaryrefslogtreecommitdiffstats
path: root/files/50gdm-nokms-disable-wayland.xsetup
blob: 62323530593e79bc6f7aaa2dba6c0f4d073ebd75 (plain)
1
2
3
4
5
6
#!/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