summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-12-13 01:57:39 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-12-13 01:57:39 +0000
commitebeef793ab8d938f8a0e75b9ee3764b67cc8bda2 (patch)
tree0b7732bf05cbf448a4b66dd254d63a75f8bd2404 /docs
parent677ba0e9a2d8243e4e1c5c3f41885988dd7866d0 (diff)
downloadgdm-ebeef793ab8d938f8a0e75b9ee3764b67cc8bda2.tar.gz
add a GO fifo SOP command and a --wait-for-go command line option. This is
Fri Dec 12 17:56:58 2003 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.c, daemon/xdmcp.c, docs/C/gdm.xml: add a GO fifo SOP command and a --wait-for-go command line option. This is intended to allow an initialization script to start X early and have that be the GDM display, but not allow users to log in until it's ready.
Diffstat (limited to 'docs')
-rw-r--r--docs/C/gdm.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index dacb0b46..949f7413 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -3052,6 +3052,32 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>--version</term>
+ <listitem>
+ <para>
+ Print the version of the GDM daemon.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>--wait-for-go</term>
+ <listitem>
+ <para>
+ If started with this option, gdm will init, but only start the
+ first local display and then wait for a GO message in the fifo
+ protocol. No greeter will be shown until the GO message is
+ sent. Also flexiserver requests will be denied and XDMCP will
+ not be started until GO is given. This is useful for
+ initialization scripts which wish to start X early, but where
+ you don't yet want the user to start logging in. So the script
+ would send the GO to the fifo once it is ready and GDM will
+ then continue. This functionality was added in version 2.4.90.0.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</sect2>