[gdm] server: start X with -background none not -br



commit 44aa21e74d59b011c9cce0ea321b1ff6f2dfc81e
Author: Ray Strode <rstrode redhat com>
Date:   Thu Sep 13 17:15:46 2012 -0400

    server: start X with -background none not -br
    
    This important for smooth boot transitions.

 daemon/gdm-server.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/gdm-server.c b/daemon/gdm-server.c
index 701a601..d271cba 100644
--- a/daemon/gdm-server.c
+++ b/daemon/gdm-server.c
@@ -323,13 +323,13 @@ gdm_server_init_command (GdmServer *server)
                 goto fallback;
         }
 
-        server->priv->command = g_strdup_printf (SYSTEMD_X_SERVER " -br -verbose%s", debug_options);
+        server->priv->command = g_strdup_printf (SYSTEMD_X_SERVER " -background none -verbose%s", debug_options);
         return;
 
 fallback:
 #endif
 
-        server->priv->command = g_strdup_printf (X_SERVER " -br -verbose%s", debug_options);
+        server->priv->command = g_strdup_printf (X_SERVER " -background none -verbose%s", debug_options);
 }
 
 static gboolean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]