summaryrefslogtreecommitdiff
path: root/docs/gdm.1
blob: a87cadf0a1d9b73d685f5a10e5b7bf57cb2740aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.\" gdm.1 - GNOME Display Manager
.\" Copyright 2003  Red Hat, Inc.
.TH GDM 1 "Aug 21 2003" "GDM 2.4.2.102"
.SH NAME
GDM \- The GNOME Display Manager
.SH SYNOPSIS
.B gdm [options]
.br
.B gdm-binary [options]
.br
.B gdmsetup [options]
.br
.B gdm-stop
.br
.B gdm-restart
.br
.B gdm-safe-restart
.SH DESCRIPTION
GDM is a replacement for XDM, the X Display Manager. Unlike its
competitors (X3DM, KDM, WDM) GDM was written from scratch and
does not contain any original XDM / X Consortium code.  GDM runs and
manages the X servers for both local and remote logins (using XDMCP).
See http://www.gnome.org/projects/gdm/ for more details.
.P
.B gdm
is just a script that runs the actual
.B gdm-binary
executable.
.B gdm-stop
is a script that stops the current running daemon immediately,
.B gdm-restart
restarts the current daemon immediately and
.B gdm-safe-restart
restarts the current daemon after everyone has logged out.
.B gdmsetup
is a graphical tool for easily changing the most commonly
used options.
.P
For full documentation see the GNOME help browser
under the
.B GNOME / System
section.
.SH OPTIONS
.B gdm
and thus also
.B gdm-binary
accept the following options:
.TP
.BI \-nodaemon
Do not fork into the background
.TP
.BI \-\-no\-console
No console (local) servers to be run
.TP
.BI \-\-preserve\-ld\-vars
Preserve LD_* variables
.TP
.BI \-\-version
Print the GDM version
.TP
.BI \-\-help
Print simple description of accepted options
.P
.B gdmsetup
accepts all standard GNOME options.
.SH CONFIGURATION
Configuration is done either by running
.B gdmsetup
or by editting the /etc/X11/gdm/gdm.conf (usually,
could also be /etc/gdm/gdm.conf) file.  The graphical
tool does not support all the options possible so
editting the configuration file is sometimes necessary.
.SH AUTHOR
.B GDM
is being written and maintained by George (Jiri) Lebl <jirka@5z.com>
based on the original codebase by Martin K. Peterson <mkp@mkp.net>.
.SH SEE ALSO
.BR X (7x),
.BR xdm (1),
.BR Xsecurity (7x),
.BR Xserver (1),