diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/live.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/live.cfg b/config/live.cfg index df36c77..33e3478 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -39,6 +39,8 @@ my $_l = { [ 'files/glib2-branding.gschema.override', '/usr/share/glib-2.0/schemas/glib2-branding.gschema.override', { mode => 0644 } ], # enable root access to display to allow MCC and draklive-install to be run from the desktop [ 'files/gnome-enable-root-gui.desktop', '/etc/xdg/autostart/gnome-enable-root-gui.desktop', { mode => 0644 } ], + # disable Wayland when we know it won't work (workaround for mga#20079) + [ 'files/50gdm-nokms-disable-wayland.xsetup', '/etc/X11/xsetup.d/50gdm-nokms-disable-wayland.xsetup', { mode => 0755 } ], ), # blacklist pata_acpi [ 'files/blacklist_ide.conf', '/etc/modprobe.d/blacklist_ide.conf', { mode => 0644 } ], |