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-minor-32;/gdm-&gdm-version;.tar.xz">
|
---|
8 | <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/&gnome-minor-32;/gdm-&gdm-version;.tar.xz">
|
---|
9 | <!ENTITY gdm-md5sum "6aea9c398b2c0edb494c932d5865e877">
|
---|
10 | <!ENTITY gdm-size "1.2 MB">
|
---|
11 | <!ENTITY gdm-buildsize "43 MB">
|
---|
12 | <!ENTITY gdm-time "0.3 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>
|
---|
33 | <application>GDM</application> is a system service that is
|
---|
34 | responsible for providing graphical logins and managing local
|
---|
35 | and remote displays.
|
---|
36 | </para>
|
---|
37 |
|
---|
38 | &lfs90_checked;
|
---|
39 |
|
---|
40 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
41 | <itemizedlist spacing="compact">
|
---|
42 | <listitem>
|
---|
43 | <para>
|
---|
44 | Download (HTTP): <ulink url="&gdm-download-http;"/>
|
---|
45 | </para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>
|
---|
49 | Download (FTP): <ulink url="&gdm-download-ftp;"/>
|
---|
50 | </para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>
|
---|
54 | Download MD5 sum: &gdm-md5sum;
|
---|
55 | </para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>
|
---|
59 | Download size: &gdm-size;
|
---|
60 | </para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>
|
---|
64 | Estimated disk space required: &gdm-buildsize;
|
---|
65 | </para>
|
---|
66 | </listitem>
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | Estimated build time: &gdm-time;
|
---|
70 | </para>
|
---|
71 | </listitem>
|
---|
72 | </itemizedlist>
|
---|
73 | <!--
|
---|
74 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
75 | <itemizedlist spacing="compact">
|
---|
76 | <listitem>
|
---|
77 | <para>
|
---|
78 | Required patch:
|
---|
79 | <ulink url="&patch-root;/gdm-&gdm-version;-security_fix-1.patch"/>
|
---|
80 | </para>
|
---|
81 | </listitem>
|
---|
82 | </itemizedlist>
|
---|
83 | -->
|
---|
84 | <bridgehead renderas="sect3">GDM Dependencies</bridgehead>
|
---|
85 |
|
---|
86 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
87 | <para role="required">
|
---|
88 | <xref linkend="accountsservice"/>,
|
---|
89 | <xref linkend="gtk3"/>,
|
---|
90 | <xref linkend="iso-codes"/>,
|
---|
91 | <xref linkend="itstool"/>,
|
---|
92 | <xref linkend="keyutils"/>,
|
---|
93 | <xref linkend="libcanberra"/>,
|
---|
94 | <xref linkend="libdaemon"/>, and
|
---|
95 | <xref linkend="linux-pam"/>
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
|
---|
99 | <para role="required">
|
---|
100 | <xref role="runtime" linkend="gnome-session"/>,
|
---|
101 | <xref role="runtime" linkend="gnome-shell"/>, and
|
---|
102 | <phrase revision="sysv"><xref role="runtime" linkend="elogind"/></phrase>
|
---|
103 | <phrase revision="systemd"><xref role="runtime" linkend="systemd"/></phrase>
|
---|
104 | </para>
|
---|
105 |
|
---|
106 | <para condition="html" role="usernotes">User Notes:
|
---|
107 | <ulink url="&blfs-wiki;/gdm"/>
|
---|
108 | </para>
|
---|
109 | </sect2>
|
---|
110 |
|
---|
111 | <sect2 role="installation">
|
---|
112 | <title>Installation of GDM</title>
|
---|
113 |
|
---|
114 | <para>
|
---|
115 | It is recommended to have a dedicated user and group to take
|
---|
116 | control of the <command>gdm</command> daemon after it is
|
---|
117 | started. Issue the following commands as the
|
---|
118 | <systemitem class="username">root</systemitem> user:
|
---|
119 | </para>
|
---|
120 |
|
---|
121 | <screen role="root"><userinput>groupadd -g 21 gdm &&
|
---|
122 | useradd -c "GDM Daemon Owner" -d /var/lib/gdm -u 21 \
|
---|
123 | -g gdm -s /bin/false gdm &&
|
---|
124 | passwd -ql gdm</userinput></screen>
|
---|
125 |
|
---|
126 | <note revision="sysv">
|
---|
127 | <para>
|
---|
128 | The <application>gdm</application> login screen is managed by
|
---|
129 | <application>gnome-shell</application>, which relies on the
|
---|
130 | <command>systemd-localed</command> daemon to get the system
|
---|
131 | settings. Since this daemon is not present on this system, a
|
---|
132 | <command>sed</command> is applied in the <xref
|
---|
133 | linkend="gnome-shell"/> instructions to change this behavior,
|
---|
134 | but then <application>gdm</application> uses the system settings,
|
---|
135 | which default to a US <quote>qwerty</quote> keyboard layout. This may
|
---|
136 | be an inconvience to enter a password when the machine keyboard
|
---|
137 | has a different layout. One possibility is to use the screen-keyboard
|
---|
138 | from the accessibility menu. Another possibility is to change the
|
---|
139 | defaults at compile time, by creating the following file:
|
---|
140 | </para>
|
---|
141 |
|
---|
142 | <screen><userinput>cat > data/dconf/defaults/01-keyboard << EOF
|
---|
143 | <literal>[org/gnome/desktop/input-sources]
|
---|
144 | sources=[('xkb','<replaceable>layout</replaceable>')]</literal>
|
---|
145 | EOF</userinput></screen>
|
---|
146 |
|
---|
147 | <para>
|
---|
148 | where <replaceable>layout</replaceable> should be replaced with
|
---|
149 | the acronym for your keyboard layout (one of the filenames in
|
---|
150 | <filename class="directory">/usr/share/X11/xkb/symbols</filename>).
|
---|
151 | </para>
|
---|
152 | </note>
|
---|
153 |
|
---|
154 | <para>
|
---|
155 | Install <application>GDM</application> by running the following
|
---|
156 | commands:
|
---|
157 | </para>
|
---|
158 |
|
---|
159 | <screen revision="sysv"><userinput>sed 's@systemd@elogind@' -i data/pam-lfs/gdm-launch-environment.pam &&
|
---|
160 |
|
---|
161 | ./configure --prefix=/usr \
|
---|
162 | --sysconfdir=/etc \
|
---|
163 | --localstatedir=/var \
|
---|
164 | --without-plymouth \
|
---|
165 | --disable-static \
|
---|
166 | --enable-gdm-xsession \
|
---|
167 | --with-systemdsystemunitdir=no \
|
---|
168 | --with-pam-mod-dir=/lib/security &&
|
---|
169 | make</userinput></screen>
|
---|
170 |
|
---|
171 | <screen revision="systemd"><userinput>./configure --prefix=/usr \
|
---|
172 | --sysconfdir=/etc \
|
---|
173 | --localstatedir=/var \
|
---|
174 | --without-plymouth \
|
---|
175 | --disable-static \
|
---|
176 | --enable-gdm-xsession \
|
---|
177 | --with-pam-mod-dir=/lib/security &&
|
---|
178 | make</userinput></screen>
|
---|
179 |
|
---|
180 | <para>
|
---|
181 | This package does not come with a usable test suite.
|
---|
182 | </para>
|
---|
183 |
|
---|
184 | <para>
|
---|
185 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
186 | </para>
|
---|
187 |
|
---|
188 | <screen role="root" revision="sysv"><userinput>make install</userinput></screen>
|
---|
189 |
|
---|
190 | <screen role="root" revision="systemd"><userinput>make install &&
|
---|
191 | install -v -m644 data/gdm.service /lib/systemd/system/gdm.service</userinput></screen>
|
---|
192 |
|
---|
193 | </sect2>
|
---|
194 |
|
---|
195 | <sect2 role="commands">
|
---|
196 | <title>Command Explanations</title>
|
---|
197 |
|
---|
198 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
199 | href="../../xincludes/static-libraries.xml"/>
|
---|
200 |
|
---|
201 | <para>
|
---|
202 | <option>--with-initial-vt=7</option>: Use this switch
|
---|
203 | to make <application>GDM</application> start on VT7
|
---|
204 | instead of the first free VT.
|
---|
205 | </para>
|
---|
206 |
|
---|
207 | <para>
|
---|
208 | <parameter>--without-plymouth</parameter>: GDM now explicitly requires
|
---|
209 | plymouth to be installed. Use this switch to disable this dependency.
|
---|
210 | </para>
|
---|
211 |
|
---|
212 | <para>
|
---|
213 | <option>--with-default-pam-config=lfs</option>: Use this
|
---|
214 | switch if you did not create the
|
---|
215 | <filename>/etc/lfs-release</filename> file or distribution
|
---|
216 | auto detection will fail and you will be unable to use
|
---|
217 | <application>GDM</application>.
|
---|
218 | </para>
|
---|
219 |
|
---|
220 | <para>
|
---|
221 | <parameter>--enable-gdm-xsession</parameter>: This enables the
|
---|
222 | installation of the <application>GDM</application> Xsession file.
|
---|
223 | </para>
|
---|
224 |
|
---|
225 | </sect2>
|
---|
226 |
|
---|
227 | <sect2 role="configuration">
|
---|
228 | <title>Configuring GDM</title>
|
---|
229 |
|
---|
230 | <sect3 id="gdm-config">
|
---|
231 | <title>Config Files</title>
|
---|
232 |
|
---|
233 | <para>
|
---|
234 | <filename>/etc/gdm/custom.conf</filename>
|
---|
235 | </para>
|
---|
236 |
|
---|
237 | <indexterm zone="gdm gdm-config">
|
---|
238 | <primary sortas="e-etc-gdm-custom.conf">/etc/gdm/custom.conf</primary>
|
---|
239 | </indexterm>
|
---|
240 |
|
---|
241 | </sect3>
|
---|
242 |
|
---|
243 | <sect3>
|
---|
244 | <title>Configuration Information</title>
|
---|
245 |
|
---|
246 | <para>
|
---|
247 | The GDM daemon is configured using the
|
---|
248 | <filename>/etc/gdm/custom.conf</filename> file. Default values
|
---|
249 | are stored in GSettings in the <filename>gdm.schemas</filename>
|
---|
250 | file. It is recommended that end-users modify the
|
---|
251 | <filename>/etc/gdm/custom.conf</filename> file because the schemas
|
---|
252 | file may be overwritten when the user updates their system to have
|
---|
253 | a newer version of <application>GDM</application>.
|
---|
254 | </para>
|
---|
255 |
|
---|
256 | </sect3>
|
---|
257 |
|
---|
258 | <sect3 id="gdm-init">
|
---|
259 | <title><phrase revision="sysv">Boot Script</phrase>
|
---|
260 | <phrase revision="systemd">Systemd Unit</phrase></title>
|
---|
261 |
|
---|
262 | <indexterm zone="gdm gdm-init">
|
---|
263 | <primary sortas="f-gdm">gdm</primary>
|
---|
264 | </indexterm>
|
---|
265 |
|
---|
266 | <para revision="sysv">
|
---|
267 | To start the <command>gdm</command> automatically when the system
|
---|
268 | is booted, install the <filename>/etc/rc.d/init.d/gdm</filename>
|
---|
269 | init script included in the <xref linkend="bootscripts"/> package and
|
---|
270 | set the default runlevel to 5 (graphical login) as the
|
---|
271 | <systemitem class="username">root</systemitem> user:
|
---|
272 | </para>
|
---|
273 |
|
---|
274 | <para revision="systemd">
|
---|
275 | To start the <command>gdm</command> daemon at boot, enable
|
---|
276 | the previously installed systemd unit by running the following command
|
---|
277 | as the <systemitem class="username">root</systemitem> user:
|
---|
278 | </para>
|
---|
279 |
|
---|
280 | <screen role="root" revision="sysv"><userinput>make install-gdm</userinput></screen>
|
---|
281 |
|
---|
282 | <para revision="sysv">
|
---|
283 | In order to permanently set the default runlevel to 5, starting the
|
---|
284 | <command>gdm</command> greeter screen automatically, you can modify
|
---|
285 | <filename>/etc/inittab</filename>. As the <systemitem
|
---|
286 | class="username">root</systemitem> user:
|
---|
287 | </para>
|
---|
288 |
|
---|
289 | <screen role="root" revision="sysv"><userinput>sed /initdefault/s/3/5/ -i /etc/inittab</userinput></screen>
|
---|
290 |
|
---|
291 | <para revision="sysv">
|
---|
292 | You should also disable default elogind power management:
|
---|
293 | </para>
|
---|
294 |
|
---|
295 | <screen role="root" revision="sysv"><userinput>cat >> /etc/elogind/logind.conf << "EOF"
|
---|
296 | <literal>AllowSuspend=no
|
---|
297 | AllowHibernation=no</literal>
|
---|
298 | EOF</userinput></screen>
|
---|
299 |
|
---|
300 | <screen role="root" revision="systemd"><userinput>systemctl enable gdm</userinput></screen>
|
---|
301 |
|
---|
302 | </sect3>
|
---|
303 |
|
---|
304 | </sect2>
|
---|
305 |
|
---|
306 | <sect2 role="content">
|
---|
307 | <title>Contents</title>
|
---|
308 |
|
---|
309 | <segmentedlist>
|
---|
310 | <segtitle>Installed Programs</segtitle>
|
---|
311 | <segtitle>Installed Libraries</segtitle>
|
---|
312 | <segtitle>Installed Directories</segtitle>
|
---|
313 |
|
---|
314 | <seglistitem>
|
---|
315 | <seg>
|
---|
316 | gdm, gdmflexiserver, and gdm-screenshot
|
---|
317 | </seg>
|
---|
318 | <seg>
|
---|
319 | libgdm.so and pam_gdm.so (PAM Module)
|
---|
320 | </seg>
|
---|
321 | <seg>
|
---|
322 | /etc/gdm,
|
---|
323 | /usr/include/gdm,
|
---|
324 | /usr/share/gdm,
|
---|
325 | /usr/share/help/*/gdm,
|
---|
326 | /var/cache/gdm,
|
---|
327 | /var/lib/gdm,
|
---|
328 | /var/log/gdm, and
|
---|
329 | /var/run/gdm
|
---|
330 | </seg>
|
---|
331 | </seglistitem>
|
---|
332 | </segmentedlist>
|
---|
333 |
|
---|
334 | <variablelist>
|
---|
335 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
336 | <?dbfo list-presentation="list"?>
|
---|
337 | <?dbhtml list-presentation="table"?>
|
---|
338 |
|
---|
339 | <varlistentry id="gdm-prog">
|
---|
340 | <term><command>gdm</command></term>
|
---|
341 | <listitem>
|
---|
342 | <para>
|
---|
343 | is a login prompt for <application>GNOME</application>.
|
---|
344 | </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-screenshot">
|
---|
352 | <term><command>gdm-screenshot</command></term>
|
---|
353 | <listitem>
|
---|
354 | <para>
|
---|
355 | is a screenshot tool for <application>GDM</application>.
|
---|
356 | </para>
|
---|
357 | <indexterm zone="gdm gdm-screenshot">
|
---|
358 | <primary sortas="b-gdm-screenshot">gdm-screenshot</primary>
|
---|
359 | </indexterm>
|
---|
360 | </listitem>
|
---|
361 | </varlistentry>
|
---|
362 |
|
---|
363 | </variablelist>
|
---|
364 |
|
---|
365 | </sect2>
|
---|
366 |
|
---|
367 | </sect1>
|
---|