diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-06 21:41:16 +0200 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2012-08-06 23:23:38 -0400 |
commit | 42ef43e603d65390c2c86e276489c8a08c7808a0 (patch) | |
tree | edd9e5d905138a4741ece8eb1699cf6cdf5fc511 /daemon/gdm-display.xml | |
parent | edd5e9cd13df68a16caa69c12b0b18d439022e3b (diff) | |
download | gdm-42ef43e603d65390c2c86e276489c8a08c7808a0.tar.gz |
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
Diffstat (limited to 'daemon/gdm-display.xml')
-rw-r--r-- | daemon/gdm-display.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ <method name="GetSeatId"> <arg name="filename" direction="out" type="s"/> </method> + <method name="IsInitial"> + <arg name="initial" direction="out" type="b"/> + </method> <method name="GetRemoteHostname"> <arg name="hostname" direction="out" type="s"/> </method> |