summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-06-23 02:11:34 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-06-23 02:11:34 +0000
commit1f00d0249f6f2e21a7bbfebe6da95535e9b848c0 (patch)
treea372dafe478f12566124288024e81277a95f3ddb /docs
parent8651f4934e247805db56f339a3133b9ec69454a1 (diff)
downloadgdm-1f00d0249f6f2e21a7bbfebe6da95535e9b848c0.tar.gz
fix indirect wait entry, add entries for the showing of different built in
Fri Jun 22 19:13:05 2001 George Lebl <jirka@5z.com> * docs/C/gdm.sgml: fix indirect wait entry, add entries for the showing of different built in sessions (failsafes, chooser) * gui/gdmconfig.(c|glade): add toggeling of builtin sessions (failsafes, chooser)
Diffstat (limited to 'docs')
-rw-r--r--docs/C/gdm.sgml43
1 files changed, 38 insertions, 5 deletions
diff --git a/docs/C/gdm.sgml b/docs/C/gdm.sgml
index 27afc40d..59a59195 100644
--- a/docs/C/gdm.sgml
+++ b/docs/C/gdm.sgml
@@ -1157,11 +1157,11 @@
<synopsis>MaxWaitIndirect=30</synopsis>
<para>
The MaxWaitIndirect parameter determines the maximum
- number of seconds between the time where a display
- requests a chooser and completion of protocol
- negotiation. If the timeout is exceeded, GDM will
- remove the display from the pending list freeing up
- the slot for other displays.
+ number of seconds between the time where a user chooses
+ a host and the subsequent indirect query where the user is
+ connected to the host. When the timeout is exceeded, the
+ information about the chosen host is removed and the indirect
+ slot freed up for under displays.
</para>
</listitem>
</varlistentry>
@@ -1571,6 +1571,39 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>ShowGnomeChooserSession</term>
+ <listitem>
+ <synopsis>ShowGnomeChooserSession=true</synopsis>
+ <para>
+ Should the greeter show the Gnome Chooser session, when
+ a session named 'Gnome' session is also present
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>ShowGnomeFailsafeSession</term>
+ <listitem>
+ <synopsis>ShowGnomeFailsafeSession=true</synopsis>
+ <para>
+ Should the greeter show the Gnome Failsafe session
+ in the sessions list.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>ShowXtermFailsafeSession</term>
+ <listitem>
+ <synopsis>ShowXtermFailsafeSession=true</synopsis>
+ <para>
+ Should the greeter show the Xterm Failsafe session
+ in the sessions list.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>