source: gnome/add/gdm.xml@ 7a6d35b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 7a6d35b was 7a6d35b, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GDM-2.28.2 and minor ammendment to gnome-panel.

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

  • Property mode set to 100644
File size: 14.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-version;/gdm-&gdm-version;.tar.bz2">
8 <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/&gnome-version;/gdm-&gdm-version;.tar.bz2">
9 <!ENTITY gdm-md5sum "9607c6bac31c9d8bd3446e66a4576c2e">
10 <!ENTITY gdm-size "2.2 MB">
11 <!ENTITY gdm-buildsize "49 MB">
12 <!ENTITY gdm-time "0.8 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 </sect1info>
22
23 <title>GDM-&gdm-version;</title>
24
25 <indexterm zone="gdm">
26 <primary sortas="a-GDM">GDM</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GDM</title>
31
32 <para>The <application>GDM</application> package contains
33 <application>GNOME</application>'s Display Manager daemon. This is
34 useful for allowing configurable graphical logins.</para>
35
36 &lfs65_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&gdm-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&gdm-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &gdm-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &gdm-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &gdm-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &gdm-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/gdm-&gdm-version;-fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">GDM Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required"><xref linkend="gnome-panel"/> and
72 <xref linkend="libcanberra"/></para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended"><xref linkend="consolekit"/>
76 (Required for Shutdown/Restart functionality) and
77 <xref linkend="polkit-gnome"/></para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <ulink url="http://check.sourceforge.net/">Check</ulink>,
82 <xref linkend="DeviceKit-power"/>,
83 <xref linkend="libxklavier"/>, and
84 <xref linkend="tcpwrappers"/></para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gdm"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of GDM</title>
93
94 <para>It is recommended to have a dedicated user and group to take
95 control of the <command>gdm-binary</command> daemon after it is
96 started. Issue the following commands as the
97 <systemitem class="username">root</systemitem> user:</para>
98
99<screen role='root'><userinput>groupadd -fg 21 gdm &amp;&amp;
100useradd -c "GDM Daemon Owner" -d /var/lib/gdm -u 21 \
101 -g gdm -s /bin/false gdm || [ $? == 9 ]</userinput></screen>
102
103 <para>Install <application>GDM</application> by running
104 the following commands as an unprivileged user:</para>
105
106<screen><userinput>patch -Np1 -i ../gdm-&gdm-version;-fixes-1.patch &amp;&amp;
107./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
108 --sysconfdir=&gnome-etc-dir; \
109 --localstatedir=/var \
110 --libexecdir=$(pkg-config \
111 --variable=prefix ORBit-2.0)/lib/gdm \
112 --with-pam-prefix=/etc &amp;&amp;
113make</userinput></screen>
114
115 <para>This package does not come with a test suite.</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role='root'><userinput>make install &amp;&amp;
120ln -s $(pkg-config --variable=prefix \
121 ORBit-2.0)/lib/gnome-settings-daemon/gnome-settings-daemon $(pkg-config \
122 --variable=prefix ORBit-2.0)/lib/gdm &amp;&amp;
123ln -s /usr/lib/ConsoleKit/ck-get-x11-display-device $(pkg-config \
124 --variable=prefix ORBit-2.0)/lib/gdm &amp;&amp;
125ln -s /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 $(pkg-config \
126 --variable=prefix ORBit-2.0)/lib/gdm
127</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
135 href="../../xincludes/gnome-prefix.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
138 href="../../xincludes/gnome-sysconfdir.xml"/>
139
140 <para><parameter>--localstatedir=/var</parameter>: This command
141 puts files in <filename class="directory">/var</filename> instead of
142 <filename class="directory">$GNOME_PREFIX/var</filename>.</para>
143
144 <para><parameter>--libexecdir=$(pkg-config
145 --variable=prefix ORBit-2.0)/lib/gdm</parameter>: This parameter is
146 used so that the <application>GDM</application> internal support programs
147 are installed in the preferred location of
148 <filename class='directory'>$GNOME_PREFIX/lib/gdm</filename> instead
149 of <filename class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
150
151 <para><parameter>--with-pam-prefix=/etc</parameter>: This command puts
152 <application>PAM</application> configuration files in
153 <filename class="directory">/etc/pam.d</filename> instead of
154 <filename class="directory">&gnome-etc-dir;</filename>.</para>
155
156 </sect2>
157
158 <sect2 role="configuration">
159 <title>Configuring GDM</title>
160
161 <sect3 id="gdm-config">
162 <title>Config Files</title>
163
164 <para><filename>&gnome-etc-dir;/gdm/custom.conf</filename>,
165 <filename>$GNOME_PREFIX/share/gdm/defaults.conf</filename></para>
166
167 <indexterm zone="gdm gdm-config">
168 <primary sortas="e-etc-gnome-&gnome-version;&gnome-minor-version;gdm-custom.conf">
169 &gnome-etc-dir;/gdm/custom.conf</primary>
170 </indexterm>
171 <indexterm zone="gdm gdm-config">
172 <primary sortas="e-$GNOME_PREFIX-share-gdm-defaults.conf">
173 $GNOME_PREFIX/share/gdm/defaults.conf</primary>
174 </indexterm>
175
176 </sect3>
177
178 <sect3>
179 <title>Configuration Information</title>
180
181 <para>Starting with the 2.14.x version of GNOME, the default
182 configuration parameters are stored in a static file
183 (<filename><envar>$GNOME_PREFIX</envar>/share/gdm/defaults.conf</filename>).
184 This file is not intended to be edited. If modification of the
185 configuration is necessary, you should add parameters to the
186 <filename>&gnome-etc-dir;/gdm/custom.conf</filename> file. The settings
187 in this file will override the settings in the static file. The same
188 parameters in the static file are used in the configuration file.</para>
189
190 <para>The <application>GDM</application> <application>PAM</application>
191 configuration files contain modules not present in a BLFS installation.
192 If you have <application>PAM</application> installed, issue the following
193 commands as the <systemitem class="username">root</systemitem> user to
194 replace those files with files containing correctly specified
195 modules:</para>
196
197<screen role="root"><userinput>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"
198<literal>auth required pam_unix.so
199auth requisite pam_nologin.so
200account required pam_unix.so
201password required pam_unix.so
202session required pam_unix.so</literal>
203
204EOF
205cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"
206<literal>auth required pam_env.so
207auth requisite pam_nologin.so
208auth required pam_permit.so
209account required pam_unix.so
210password required pam_unix.so
211session required pam_unix.so</literal>
212
213EOF</userinput></screen>
214
215 <indexterm zone="gdm gdm-config">
216 <primary sortas="e-etc-pam.d-gdm">/etc/pam.d/gdm</primary>
217 </indexterm>
218 <indexterm zone="gdm gdm-config">
219 <primary
220 sortas="e-etc-pam.d-gdm-autologin">/etc/pam.d/gdm-autologin</primary>
221 </indexterm>
222
223 <para id="gdm-config-dbus">If you have <application>D-BUS</application>
224 installed and you want to start the session
225 <application>D-BUS</application> daemon when you start the GNOME desktop
226 environment using <command>gdm</command>, you'll need to create a new
227 Xsession file. Create the file using the following command as the root
228 user.</para>
229
230<screen role="root"><userinput>cat &gt; $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop &lt;&lt; "EOF"
231<literal>[Desktop Entry]
232Encoding=UTF-8
233Name=GNOME with D-BUS
234Comment=GNOME Desktop with D-BUS support
235Exec=dbus-launch --exit-with-session gnome-session
236TryExec=/usr/bin/dbus-launch
237Icon=
238Type=Application</literal>
239
240EOF
241chmod -v 644 $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop</userinput></screen>
242
243 <para>Choose this session using the session selection dialog on the
244 display manager login screen. You also have the opportunity to make this
245 your default session.</para>
246
247 <note>
248 <para>You may use the <filename class='extension'>.desktop</filename>
249 file created above as an example to create additional
250 <filename class='extension'>.desktop</filename> files and add any other
251 desired items to the <application>GDM</application> display manager session
252 selection menu.</para>
253 </note>
254
255 <para><command>gdm</command> can be tested by executing it as the
256 <systemitem class="username">root</systemitem> user. Use the
257 <command>gdm-stop</command> command if you wish to stop the display
258 manager.</para>
259
260 </sect3>
261
262 <sect3 id="gdm-init">
263 <title>Boot Script</title>
264
265 <para>To start a graphical login when the system is booted, install the
266 <filename>/etc/rc.d/init.d/gdm</filename> init script included in the
267 <xref linkend="bootscripts"/> package. If your
268 <envar>GNOME_PREFIX</envar> environment variable is anything other than
269 <filename class='directory'>/usr</filename> or <filename
270 class='directory'>/opt/gnome-&gnome-version;&gnome-minor-version;</filename>,
271 you will need to modify the <envar>PATH</envar> statement in the script
272 to include the path where you have <application>GNOME</application>
273 installed.</para>
274
275 <indexterm zone="gdm gdm-init">
276 <primary sortas="f-gdm">gdm</primary>
277 </indexterm>
278
279<screen role="root"><userinput>make install-gdm</userinput></screen>
280
281 <para>Now edit <filename>/etc/inittab</filename> with the following
282 commands.</para>
283
284<screen role="root"><userinput>sed -i 's/id:3:initdefault:/id:5:initdefault:/' \
285 /etc/inittab</userinput></screen>
286
287 </sect3>
288
289 </sect2>
290
291 <sect2 role="content">
292 <title>Contents</title>
293
294 <segmentedlist>
295 <segtitle>Installed Programs</segtitle>
296 <segtitle>Installed Libraries</segtitle>
297 <segtitle>Installed Directories</segtitle>
298
299 <seglistitem>
300 <seg>gdm, gdm-binary, gdm-crash-logger, gdm-factory-slave,
301 gdmflexiserver, gdm-host-chooser, gdm-product-slave, gdm-restart,
302 gdm-safe-restart, gdm-screenshot, gdm-session-worker,
303 gdm-simple-chooser, gdm-simple-greeter, gdm-simple-slave, gdm-stop,
304 gdm-user-switch-applet, and gdm-xdmcp-chooser-slave</seg>
305 <seg>None</seg>
306 <seg>&gnome-etc-dir;/gdm{Init,PostLogin,PostSession,PreSession},
307 /var/lib/gdm/.gconf.mandatory,/var/lib/run/gdm,/var/log/gdm,
308 <envar>$GNOME_PREFIX</envar>/share/{gdm/autostart/LoginWindow,
309 gnome-2.0/ui,/gnome/help/gdm,omf/gdm}</seg>
310 </seglistitem>
311 </segmentedlist>
312
313 <variablelist>
314 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
315 <?dbfo list-presentation="list"?>
316 <?dbhtml list-presentation="table"?>
317
318 <varlistentry id="gdmflexiserver">
319 <term><command>gdmflexiserver</command></term>
320 <listitem>
321 <para>is the flexi server mechanism which allows to run GDM sessions
322 on demand, in a new virtual console.</para>
323 <indexterm zone="gdm gdmflexiserver">
324 <primary sortas="b-gdmflexiserver">gdmflexiserver</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="gdm-screenshot">
330 <term><command>gdm-screenshot</command></term>
331 <listitem>
332 <para>is a screenshot tool.</para>
333 <indexterm zone="gdm gdm-screenshot">
334 <primary sortas="b-gdm-screenshot">gdm-screenshot</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 <varlistentry id="gdm-prog">
340 <term><command>gdm</command></term>
341 <listitem>
342 <para>is a wrapper script to execute the
343 <application>GDM</application> binary, the configurable
344 <application>GNOME</application> based login prompt.</para>
345 <indexterm zone="gdm gdm-prog">
346 <primary sortas="b-gdm">gdm</primary>
347 </indexterm>
348 </listitem>
349 </varlistentry>
350
351 <varlistentry id="gdm-binary">
352 <term><command>gdm-binary</command></term>
353 <listitem>
354 <para>is the <application>GNOME</application> based login prompt.</para>
355 <indexterm zone="gdm gdm-binary">
356 <primary sortas="b-gdm-binary">gdm-binary</primary>
357 </indexterm>
358 </listitem>
359 </varlistentry>
360
361 <varlistentry id="gdm-restart">
362 <term><command>gdm-restart</command></term>
363 <listitem>
364 <para>sends the HUP signal to the <application>GDM</application>
365 daemon so that it restarts. It's used after the config file
366 is edited</para>
367 <indexterm zone="gdm gdm-restart">
368 <primary sortas="b-gdm-restart">gdm-restart</primary>
369 </indexterm>
370 </listitem>
371 </varlistentry>
372
373 <varlistentry id="gdm-safe-restart">
374 <term><command>gdm-safe-restart</command></term>
375 <listitem>
376 <para>sends the USR1 signal to the <application>GDM</application>
377 daemon so that it restarts. It's used after the config file
378 is edited.</para>
379 <indexterm zone="gdm gdm-safe-restart">
380 <primary sortas="b-gdm-safe-restart">gdm-safe-restart</primary>
381 </indexterm>
382 </listitem>
383 </varlistentry>
384
385 <varlistentry id="gdm-stop">
386 <term><command>gdm-stop</command></term>
387 <listitem>
388 <para>sends the TERM signal to the <application>GDM</application>
389 daemon so that it stops. It's used after the config file is
390 edited.</para>
391 <indexterm zone="gdm gdm-stop">
392 <primary sortas="b-gdm-stop">gdm-stop</primary>
393 </indexterm>
394 </listitem>
395 </varlistentry>
396
397 </variablelist>
398
399 </sect2>
400
401</sect1>
Note: See TracBrowser for help on using the repository browser.