source: gnome/add/gdm.xml@ 2686d16

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 2686d16 was 7a00ed89, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated GDM to fit the GNOME-2.12.2 version

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

  • Property mode set to 100644
File size: 12.2 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 "&gnome-download-http;/gdm/2.8/gdm-&gdm-version;.tar.bz2">
8 <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/2.8/gdm-&gdm-version;.tar.bz2">
9 <!ENTITY gdm-md5sum "566a1e3d656b6b536414f287ead2db7e">
10 <!ENTITY gdm-size "2.7 MB">
11 <!ENTITY gdm-buildsize "51.2 MB">
12 <!ENTITY gdm-time "0.7 SBU">
13]>
14
15<sect1 id="gdm" xreflabel="GDM-&gdm-version;">
16 <?dbhtml filename="gdm.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gdm-&gdm-version;.tar</keyword>
23 <keyword role="ftpdir">gdm</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GDM-&gdm-version;</title>
28
29 <indexterm zone="gdm">
30 <primary sortas="a-GDM">GDM</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GDM</title>
35
36 <para>The <application>GDM</application> package contains
37 <application>GNOME</application>'s Display Manager daemon. This is
38 useful for allowing configurable graphical logins.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gdm-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gdm-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gdm-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gdm-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gdm-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gdm-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GDM Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="libgnomeui"/>,
66 <xref linkend="scrollkeeper"/>, and
67 <xref linkend="librsvg"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="linux-pam"/> and
71 <xref linkend="tcpwrappers"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of GDM</title>
77
78 <para>It is recommended to have a dedicated user and group to take
79 control of the <command>gdm-binary</command> daemon after it is
80 started. Issue the following commands as the
81 <systemitem class="username">root</systemitem> user:</para>
82
83<screen role='root'><userinput>groupadd -g 21 gdm &amp;&amp;
84useradd -c "GDM Daemon Owner" -d /dev/null \
85 -g gdm -s /bin/bash -u 21 gdm</userinput></screen>
86
87 <para>Install <application>GDM</application> by running
88 the following commands as an unprivileged user:</para>
89
90<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
91 --libexecdir=`pkg-config \
92 --variable=prefix ORBit-2.0`/lib/gdm \
93 --sysconfdir=&gnome-etc-dir; \
94 --localstatedir=/var/lib \
95 --with-pam-prefix=/etc &amp;&amp;
96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role='root'><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This command puts
110 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
111 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
112
113 <para><parameter>--localstatedir=/var/lib</parameter>: This command
114 puts files in <filename class="directory">/var/lib</filename> instead of
115 <filename class="directory">$GNOME_PREFIX/var</filename>. This also has
116 the downside affect of using
117 <filename class='directory'>/var/lib/log/gdm</filename> as the log
118 directory. See the <quote>Configuration Information</quote> section below
119 for instructions on relocating the log file directory.</para>
120
121 <para><parameter>--with-pam-prefix=/etc</parameter>: This command puts
122 <application>PAM</application> configuration files in
123 <filename class="directory">/etc/pam.d</filename> instead of
124 <filename class="directory">&gnome-etc-dir;</filename>.</para>
125
126 </sect2>
127
128 <sect2 role="configuration">
129 <title>Configuring GDM</title>
130
131 <sect3 id="gdm-config">
132 <title>Config Files</title>
133
134 <para><filename>&gnome-etc-dir;/gdm/gdm.conf</filename></para>
135
136 <indexterm zone="gdm gdm-config">
137 <primary sortas="e-etc-gnome-&gnome-version;&gnome-minor-version;gdm-gdm.conf">
138 &gnome-etc-dir;/gdm/gdm.conf</primary>
139 </indexterm>
140
141 </sect3>
142
143 <sect3>
144 <title>Configuration Information</title>
145
146 <para>Change the directory containing the <application>GDM</application>
147 log files to the <filename class='directory'>/var/log</filename>
148 hierarchy by creating a directory and modifying the
149 <filename>&gnome-etc-dir;/gdm/gdm.conf</filename> configuration file. Issue
150 the following commands as the
151 <systemitem class="username">root</systemitem> user:</para>
152
153<screen role="root"><userinput>install -v -m755 -d /var/log/gdm &amp;&amp;
154sed -i "s|var/lib/log|var/log|" &gnome-etc-dir;/gdm/gdm.conf &amp;&amp;
155rmdir -v /var/lib/log/gdm &amp;&amp;
156rmdir -v /var/lib/log</userinput></screen>
157
158 <para>The <application>GDM</application> <application>PAM</application>
159 configuration files contain modules not present in a BLFS installation.
160 If you have <application>PAM</application> installed, issue the following
161 commands as the <systemitem class="username">root</systemitem> user to
162 replace those files with files containing correctly specified
163 modules:</para>
164
165<screen role="root"><userinput>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"
166<literal>auth required pam_unix.so
167auth required pam_nologin.so
168account required pam_unix.so
169password required pam_unix.so
170session required pam_unix.so</literal>
171
172EOF
173cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"
174<literal>auth required pam_env.so
175auth required pam_nologin.so
176auth required pam_permit.so
177account required pam_unix.so
178password required pam_unix.so
179session required pam_unix.so</literal>
180
181EOF</userinput></screen>
182
183 <indexterm zone="gdm gdm-config">
184 <primary sortas="e-etc-pam.d-gdm">/etc/pam.d/gdm</primary>
185 </indexterm>
186
187 <indexterm zone="gdm gdm-config">
188 <primary
189 sortas="e-etc-pam.d-gdm-autologin">/etc/pam.d/gdm-autologin</primary>
190 </indexterm>
191
192 <para id="gdm-config-dbus">If you have <application>D-BUS</application>
193 installed and you want to start the session
194 <application>D-BUS</application> daemon when you start the GNOME desktop
195 environment using <command>gdm</command>, you'll need to create a new
196 Xsession file. Create the file using the following command as the root
197 user.</para>
198
199<screen role="root"><userinput>cat &gt; $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop &lt;&lt; "EOF"
200<literal>[Desktop Entry]
201Encoding=UTF-8
202Name=GNOME with D-BUS
203Comment=GNOME Desktop with D-BUS support
204Exec=dbus-launch --exit-with-session gnome-session
205TryExec=/usr/bin/dbus-launch
206Icon=
207Type=Application</literal>
208
209EOF
210chmod -v 644 $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop</userinput></screen>
211
212 <para>Choose this session using the session selection dialog on the
213 display manager login screen. You also have the opportunity to make this
214 your default session.</para>
215
216 <note>
217 <para>You may use the <filename class='extension'>.desktop</filename>
218 file created above as an example to create additional
219 <filename class='extension'>.desktop</filename> files and add any other
220 desired items to the <application>GDM</application> display manager session
221 selection menu.</para>
222 </note>
223
224 <para><command>gdm</command> can be tested by executing it as the
225 <systemitem class="username">root</systemitem> user. Use the
226 <command>gdm-stop</command> command if you wish to stop the display
227 manager.</para>
228
229 </sect3>
230
231 <sect3 id="gdm-init">
232 <title>Boot Script</title>
233
234 <para>To start a graphical login when the system is booted, install the
235 <filename>/etc/rc.d/init.d/gdm</filename> init script included in the
236 <xref linkend="bootscripts"/> package. If your
237 <envar>GNOME_PREFIX</envar> environment variable is anything other than
238 <filename class='directory'>/usr</filename> or <filename
239 class='directory'>/opt/gnome-&gnome-version;&gnome-minor-version;</filename>,
240 you will need to modify the <envar>PATH</envar> statement in the script
241 to include the path where you have <application>GNOME</application>
242 installed.</para>
243
244 <indexterm zone="gdm gdm-init">
245 <primary sortas="f-gdm">gdm</primary>
246 </indexterm>
247
248<screen role="root"><userinput>make install-gdm</userinput></screen>
249
250 <para>To autostart with a graphical login, edit
251 <filename>/etc/inittab</filename> so that the line containing:</para>
252
253<screen><literal>id:3:initdefault:</literal></screen>
254
255 <para>is changed to:</para>
256
257<screen><literal>id:5:initdefault:</literal></screen>
258
259 </sect3>
260
261 </sect2>
262
263 <sect2 role="content">
264 <title>Contents</title>
265
266 <segmentedlist>
267 <segtitle>Installed Programs</segtitle>
268 <segtitle>Installed Libraries</segtitle>
269 <segtitle>Installed Directories</segtitle>
270
271 <seglistitem>
272 <seg>gdm, gdm-binary, gdm-dmx-reconnect-proxy, gdm-restart,
273 gdm-safe-restart, gdm-stop, gdmXnest, gdmXnestchooser, gdmdynamic,
274 gdmflexiserver, gdmphotosetup, gdmsetup, and gdmthemetester</seg>
275 <seg>None</seg>
276 <seg>&gnome-etc-dir;/[,g]dm, /var/lib/gdm, /var/log/gdm and the
277 following directories in $GNOME_PREFIX/:
278 share/gdm,
279 share/gnome/capplets,
280 share/gnome/help/gdm,
281 share/omf/gdm, and
282 share/xsessions</seg>
283 </seglistitem>
284 </segmentedlist>
285
286 <variablelist>
287 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
288 <?dbfo list-presentation="list"?>
289 <?dbhtml list-presentation="table"?>
290
291 <varlistentry id="gdm-prog">
292 <term><command>gdm</command></term>
293 <listitem>
294 <para>is a wrapper script to execute the
295 <application>GDM</application> binary, the configurable
296 <application>GNOME</application> based login prompt.</para>
297 <indexterm zone="gdm gdm-prog">
298 <primary sortas="b-gdm">gdm</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry id="gdm-restart">
304 <term><command>gdm-restart</command></term>
305 <listitem>
306 <para>sends the HUP signal to the <application>GDM</application>
307 daemon so that it restarts. It's used after the config file
308 is edited</para>
309 <indexterm zone="gdm gdm-restart">
310 <primary sortas="b-gdm-restart">gdm-restart</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="gdm-safe-restart">
316 <term><command>gdm-safe-restart</command></term>
317 <listitem>
318 <para>sends the USR1 signal to the <application>GDM</application>
319 daemon so that it restarts. It's used after the config file
320 is edited.</para>
321 <indexterm zone="gdm gdm-safe-restart">
322 <primary sortas="b-gdm-safe-restart">gdm-safe-restart</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="gdmsetup">
328 <term><command>gdmsetup</command></term>
329 <listitem>
330 <para>is a graphical interface to edit the
331 <filename>gdm.conf</filename> file.</para>
332 <indexterm zone="gdm gdmsetup">
333 <primary sortas="b-gdmsetup">gdmsetup</primary>
334 </indexterm>
335 </listitem>
336 </varlistentry>
337 </variablelist>
338
339 </sect2>
340
341</sect1>
Note: See TracBrowser for help on using the repository browser.