source: gnome/add/gdm.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gdm-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdm/2.6/gdm-&gdm-version;.tar.bz2">
8<!ENTITY gdm-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.6/gdm-&gdm-version;.tar.bz2">
9<!ENTITY gdm-md5sum "8dca7cb1f28d81f60f6e07b3c24288c5">
10<!ENTITY gdm-size "3.2 MB">
11<!ENTITY gdm-buildsize "44 MB">
12<!ENTITY gdm-time "0.48 SBU">
13]>
14
15<sect1 id="gdm" xreflabel="GDM-&gdm-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gdm.html"?>
21<title>GDM-&gdm-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GDM</acronym></application></title>
25
26<para>The <application><acronym>GDM</acronym></application> package
27contains <application><acronym>GNOME</acronym></application>'s Display Manager
28daemon. This is useful for allowing configurable graphical logins.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&gdm-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&gdm-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &gdm-md5sum;</para></listitem>
37<listitem><para>Download size: &gdm-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&gdm-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&gdm-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application><acronym>GDM</acronym></application>
45dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="libgnomeui"/>,
48<xref linkend="scrollkeeper"/> and
49<xref linkend="librsvg"/></para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para><xref linkend="Linux_PAM"/>,
54<xref linkend="tcpwrappers"/> and
55<ulink url="http://www.nsa.gov/selinux/">SELinux</ulink></para>
56</sect4>
57</sect3>
58
59</sect2>
60
61<sect2>
62<title>Installation of <application><acronym>GDM</acronym></application></title>
63
64<para>Install <application><acronym>GDM</acronym></application> by running
65the following commands:</para>
66
67<screen><userinput><command>groupadd gdm &amp;&amp;
68useradd -c "GDM Daemon Owner" -d /dev/null -g gdm -s /bin/bash gdm &amp;&amp;
69./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
70 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
71 --sysconfdir=/etc/gnome --localstatedir=/var/lib \
72 --with-pam-prefix=/etc &amp;&amp;
73make &amp;&amp;
74make install</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Command explanations</title>
80
81<para><parameter>--sysconfdir=/etc/gnome</parameter>: This command puts
82configuration files in <filename class="directory">/etc/gnome</filename>
83instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
84
85<para><parameter>--localstatedir=/var/lib</parameter>: This command
86puts files in <filename class="directory">/var/lib</filename> instead of
87<filename class="directory">$GNOME_PREFIX/var</filename>.</para>
88
89<para><parameter>--with-pam-prefix=/etc</parameter>: This command puts
90<application><acronym>PAM</acronym></application> configuration files in
91<filename class="directory">/etc/pam.d</filename> instead of
92<filename class="directory">/etc/gnome</filename>.</para>
93
94</sect2>
95
96<sect2>
97<title>Configuring <application>GDM</application></title>
98
99<sect3><title>Config files</title>
100<para><filename>/etc/gnome/gdm/gdm.conf</filename></para>
101</sect3>
102
103<sect3><title>Configuration Information</title>
104
105<para>The <application>GDM</application> <application>PAM</application>
106config files contain modules not present in a <acronym>BLFS</acronym>
107installation. The following commands will replace those files:</para>
108
109<screen><userinput><command>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"</command>
110auth required pam_unix.so
111auth required pam_nologin.so
112account required pam_unix.so
113password required pam_unix.so
114session required pam_unix.so
115<command>EOF
116cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
117auth required pam_env.so
118auth required pam_nologin.so
119auth required pam_permit.so
120account required pam_unix.so
121password required pam_unix.so
122session required pam_unix.so
123<command>EOF</command></userinput></screen>
124
125<para><command>gdm</command> can be tested by executing it from a root console.</para>
126
127<para>To start a graphical login at boot, install the
128<filename>/etc/rc.d/init.d/gdm</filename> init script included in the
129<xref linkend="intro-important-bootscripts"/> package.</para>
130
131<screen><userinput><command>make install-gdm</command></userinput></screen>
132
133<para>To autostart with a graphical login, edit
134<filename>/etc/inittab</filename> so that the line containing:</para>
135
136<screen>id:3:initdefault:</screen>
137
138<para>is changed to:</para>
139
140<screen>id:5:initdefault:</screen>
141
142</sect3>
143
144</sect2>
145
146<sect2>
147<title>Contents</title>
148
149<para>The <application><acronym>GDM</acronym></application> package contains
150<command>gdm</command>,
151<command>gdm-binary</command>,
152<command>gdmXnest</command>,
153<command>gdmXnestchooser</command>,
154<command>gdmchooser</command>,
155<command>gdmflexiserver</command>,
156<command>gdmgreeter</command>,
157<command>gdmlogin</command>,
158<command>gdmphotosetup</command>,
159<command>gdmsetup</command>,
160<command>gdmthemetester</command>,
161<command>gdm-restart</command>,
162<command>gdm-safe-restart</command>,
163<command>gdm-stop</command>,
164<command>gdmconfig</command>,
165<command>gdmopen</command> and
166<command>gdmtranslate</command>.</para>
167
168</sect2>
169
170<sect2><title>Description</title>
171
172<sect3><title>gdm</title>
173<para><command>gdm</command> is a wrapper script to execute the
174<application><acronym>GDM</acronym></application> binary, the configurable
175<application><acronym>GNOME</acronym></application> based login
176prompt.</para></sect3>
177
178<sect3><title>gdmchooser</title>
179<para><command>gdmchooser</command> is an application for selecting
180<acronym>XDMCP</acronym> enabled hosts on
181the local network.</para></sect3>
182
183<sect3><title>gdmsetup</title>
184<para><command>gdmsetup</command> is a graphical interface to edit the
185<filename>gdm.conf</filename> file.</para></sect3>
186
187<sect3><title>gdm-restart and gdm-safe-restart</title>
188<para><command>gdm-restart</command> sends the <acronym>HUP</acronym>
189signal and <command>gdm-safe-restart</command> sends the
190<acronym>USR</acronym>1 signal to the
191<application><acronym>GDM</acronym></application>daemon so that it restarts.
192They are used after the config file is edited.</para></sect3>
193
194<sect3><title>gdmconfig</title>
195<para><command>gdmconfig</command> is an application for managing the
196configuration of the entire <application>GDM</application> applications
197suite. It handles look and feel, security, <acronym>XDMCP</acronym>,
198GDMchooser and more.</para></sect3>
199
200</sect2>
201
202</sect1>
203
Note: See TracBrowser for help on using the repository browser.