From 42ef43e603d65390c2c86e276489c8a08c7808a0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Aug 2012 21:41:16 +0200 Subject: gdm: always run gdm on VT1 This drops automatic VT allocation schemes for the initial display in favour of a compile time hardcoded VT assignment. The automatic allocation schemes are inherently racy since a simpler output to the console might already influence it and result in gdm running on another than the intended VT. This patch adds a --with-initial-vt= switch to configure which may be used to set the VT gdm will run the initial server on. It defaults to 1. https://fedoraproject.org/wiki/Features/DisplayManagerRework https://bugzilla.gnome.org/show_bug.cgi?id=511168 --- daemon/gdm-display.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'daemon/gdm-display.xml') diff --git a/daemon/gdm-display.xml b/daemon/gdm-display.xml index 13c734d2..904e0aed 100644 --- a/daemon/gdm-display.xml +++ b/daemon/gdm-display.xml @@ -19,6 +19,9 @@ + + + -- cgit v1.2.1