Penguin
Annotated edit history of gdm(8) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GDM
2 !!!GDM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 ----
8 !!NAME
9
10
11 gdm - GNOME Display Manager
12 !!SYNOPSIS
13
14
15 gdm
16 !!DESCRIPTION
17
18
19 __gdm__ is the equivalent of xdm(1x) or
20 wdm(1x), but uses the GNOME libraries
21 to provide a GNOME look-and-feel. It provides
22 the GNOME equivalent of a ``login:''
23 prompt.
24
25
26 The full __gdm__ manual is installed as
27 ''/usr/share/gnome/help/gdm/C/index.html'' on your
28 system. This is only a brief summary - the
29 HTML manual is the canonical
30 documentation.
31
32
33 __gdm__ reads ''/etc/gdm/gdm.conf'' for its
34 configuration. For each local display, gdm starts an X
35 server and runs gdmlogin(8x) on that display. The
36 main gdm process also listens for XDMCP
37 requests from remote displays. These requests can either be
38 direct, causing __gdm__ to start a gdmlogin(8x) on
39 the remote display, or indirect, causeing a
40 gdmchooser(8x) to be opened.
41
42
43 When managing a display, __gdm__ attempts to execute
44 ''/etc/gdm/Init/display'', or
45 ''/etc/gdm/Init/Default'' if that does not exist. When a
46 user logs in, __gdm__ first attempts
2 perry 47 ''/etc/gdm/!PreSession/display'' (or
48 ''/etc/gdm/!PreSession/Default''), and then one of the
1 perry 49 sessions in ''/etc/gdm/Sessions''. When the session has
50 completed, __gdm__ attempts to run
2 perry 51 ''/etc/gdm/!PostSession/display'', or
52 ''/etc/gdm/!PostSession/Default''. Of all these files,
1 perry 53 only the ''/etc/gdm/Sessions'' one is required to
54 exist.
55
56
57 __gdm__ maintains information about the displays it is
58 managing in ''/var/lib/gdm''. This includes xauth
59 information, so this directory is not readable to normal
60 users.
61
62
63 __gdm__ uses PAM to perform authentication
64 using the config file ''/etc/pam.d/gdm''.
65 !!AUTHOR
66
67
68 Martin Kasper Petersen
69
70
71 This manual page written by Steve Haslam
72 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.