From c468b29553f5a821a43eafb7b608c2d85b90cd6a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 12 Jun 2012 16:23:43 +0200 Subject: [PATCH] xorg: disable autoconfigured multiple screens --- postplug.d/30xorg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postplug.d/30xorg b/postplug.d/30xorg index 19668d2..5bf0123 100644 --- a/postplug.d/30xorg +++ b/postplug.d/30xorg @@ -230,6 +230,8 @@ if [ ! -e $XORGCONF ]; then mv /tmp/xorg.conf.new $XORGCONF sed -i "s|#DisplaySize|DisplaySize|" $XORGCONF + # disable autoconfigured multiple screens + sed -i "s|^\([[:space:]]*Screen[[:space:]]*[1-9].*\)|#\1|" $XORGCONF fi let "CONFCREATED = 1"