| 1 | =head1 NAME |
|---|
| 2 | |
|---|
| 3 | gdmflexiserver - start a GDM session using the GDM I<flexible server> mechanism, |
|---|
| 4 | or in B<Xnest> |
|---|
| 5 | |
|---|
| 6 | =head1 SYNOPSIS |
|---|
| 7 | |
|---|
| 8 | B<gdmflexiserver> GNOME options gdmflexiserver options |
|---|
| 9 | |
|---|
| 10 | =head1 DESCRIPTION |
|---|
| 11 | |
|---|
| 12 | The I<flexi server> mechanism allows to run GDM sessions on demand, in a new |
|---|
| 13 | virtual console. The administrator can define multiple server configurations, |
|---|
| 14 | using alternate X servers, or different options, in the B<gdm.conf> file, and |
|---|
| 15 | B<gdmflexiserver> will present you with a menu, where you will be asked to |
|---|
| 16 | choose between those server configurations marked with B<flexible=true>. |
|---|
| 17 | |
|---|
| 18 | Alternatively, the B<--xnest> option allows you to run a new session in an |
|---|
| 19 | Xnest(1) window. |
|---|
| 20 | |
|---|
| 21 | =head1 OPTIONS |
|---|
| 22 | |
|---|
| 23 | In addition to the common Gtk and GNOME options, B<gdmflexiserver> accepts the |
|---|
| 24 | following options: |
|---|
| 25 | |
|---|
| 26 | =over 4 |
|---|
| 27 | |
|---|
| 28 | =item B<-c> I<command>, B<--command>=I<command> |
|---|
| 29 | |
|---|
| 30 | Send the specified protocol command to gdm |
|---|
| 31 | |
|---|
| 32 | =item B<-n>, B<--xnest> |
|---|
| 33 | |
|---|
| 34 | Xnest mode |
|---|
| 35 | |
|---|
| 36 | =item B<-l>, B<--no-lock> |
|---|
| 37 | |
|---|
| 38 | Do not lock current screen |
|---|
| 39 | |
|---|
| 40 | =item B<-d>, B<--debug> |
|---|
| 41 | |
|---|
| 42 | Debugging output |
|---|
| 43 | |
|---|
| 44 | =item B<-a>, B<--authenticate> |
|---|
| 45 | |
|---|
| 46 | Authenticate before running B<--command> |
|---|
| 47 | |
|---|
| 48 | =back |
|---|
| 49 | |
|---|
| 50 | =head1 SEE ALSO |
|---|
| 51 | |
|---|
| 52 | gdm(8), Xnest(1). |
|---|
| 53 | |
|---|
| 54 | =head1 AUTHORS |
|---|
| 55 | |
|---|
| 56 | B<gdmflexiserver> is part of the B<GDM> software package, which is part of the |
|---|
| 57 | GNOME project. This manpage was written by Yann Dirson <dirson@debian.org> for |
|---|
| 58 | the Debian system, but may be used by others. |
|---|