source: gnome-systemd/desktop/gdm.xml@ 264034d

systemd-11177
Last change on this file since 264034d was 264034d, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated gdm page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13631 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.9 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/3.12/gdm-&gdm-version;.tar.xz">
8 <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/3.12/gdm-&gdm-version;.tar.xz">
9 <!ENTITY gdm-md5sum "88cb6fcd8f35d60f0f7ffcd15d074c1f">
10 <!ENTITY gdm-size "1.5 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 &lfs75_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">GDM Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="accountsservice"/>,
79 <xref linkend="libcanberra"/>,
80 <xref linkend="dbus-glib"/>, and
81 <xref linkend="gtk3"/>
82 </para>
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="upower"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="check"/>
91 </para>
92
93 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
94 <para role="required">
95 <xref linkend="systemd"/>,
96 <xref linkend="gnome-session"/>, and
97 <xref linkend="gnome-shell"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gdm"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GDM</title>
107
108 <para>
109 It is recommended to have a dedicated user and group to take
110 control of the <command>gdm</command> daemon after it is
111 started. Issue the following commands as the
112 <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>groupadd -g 21 gdm &amp;&amp;
116useradd -c "GDM Daemon Owner" -d /var/lib/gdm -u 21 \
117 -g gdm -s /bin/false gdm &amp;&amp;
118usermod -a -G audio gdm &amp;&amp;
119usermod -a -G video gdm</userinput></screen>
120
121 <para>
122 Install <application>GDM</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr \
127 --sysconfdir=/etc \
128 --localstatedir=/var \
129 --disable-static &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 If you have installed <xref linkend="check"/> and you wish to run
134 the testsuite, issue: <command>make check</command>.
135 </para>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para>
143 <parameter>--with-initial-vt=7</parameter>: This switch
144 causes <application>GDM</application> to start on vt7
145 instead of the first free VT.
146 </para>
147
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/static-libraries.xml"/>
151
152 <para>
153 <parameter>--with-default-pam-config=lfs</parameter>: Use this
154 switch if you did not create <filename>/etc/lfs-release</filename>
155 or distribution auto detection will fail and you will be unable
156 to use <application>GDM</application>.
157 </para>
158
159 </sect2>
160
161 <sect2 role="configuration">
162 <title>Configuring GDM</title>
163
164 <sect3 id="gdm-config">
165 <title>Config Files</title>
166
167 <para>
168 <filename>/etc/gdm/custom.conf</filename>
169 </para>
170
171 <indexterm zone="gdm gdm-config">
172 <primary sortas="e-etc-gdm-custom.conf">
173 /etc/gdm/custom.conf</primary>
174 </indexterm>
175
176 </sect3>
177
178 <sect3>
179 <title>Configuration Information</title>
180
181 <para>
182 The GDM daemon is configured using the
183 <filename>/etc/gdm/custom.conf</filename> file.
184 Default values are stored in GSettings in the
185 <filename>gdm.schemas</filename> file. It is recommended that end-users
186 modify the <filename>/etc/gdm/custom.conf</filename> file
187 because the schemas file may be overwritten when the user updates their
188 system to have a newer version of GDM.
189 </para>
190
191 <important>
192 <para>
193 If the system-wide <application>D-BUS</application> daemon was
194 running during the installation of <application>gdm</application>,
195 ensure you stop and restart the <application>D-BUS</application>
196 daemon before attempting to start <command>gdm</command>.
197 </para>
198 </important>
199
200 <para>
201 <command>gdm</command> can be tested by executing it as the
202 <systemitem class="username">root</systemitem> user. If you wish to stop
203 it you will need to go to a different tty and then kill it.
204 </para>
205
206 </sect3>
207
208 <sect3 id="gdm-init">
209 <title>Systemd Unit</title>
210
211 <para>
212 To enable the previously installed unit file issue the following
213 command as the <systemitem class="username">root</systemitem> user:
214 </para>
215
216 <indexterm zone="gdm gdm-init">
217 <primary sortas="f-gdm">gdm</primary>
218 </indexterm>
219
220<screen role="root"><userinput>systemctl enable gdm</userinput></screen>
221
222
223 </sect3>
224
225 </sect2>
226
227 <sect2 role="content">
228 <title>Contents</title>
229
230 <segmentedlist>
231 <segtitle>Installed Programs</segtitle>
232 <segtitle>Installed Libraries</segtitle>
233 <segtitle>Installed Directories</segtitle>
234
235 <seglistitem>
236 <seg>
237 gdm and gdm-screenshot
238 </seg>
239 <seg>
240 libgdm.so
241 </seg>
242 <seg>
243 /etc/gdm,
244 /usr/include/gdm,
245 /usr/share/gdm,
246 /var/cache/gdm,
247 /var/gdm,
248 /var/lib/gdm,
249 /var/log/gdm and
250 /var/run/gdm
251 </seg>
252 </seglistitem>
253 </segmentedlist>
254
255 <variablelist>
256 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
257 <?dbfo list-presentation="list"?>
258 <?dbhtml list-presentation="table"?>
259
260 <varlistentry id="gdm-prog">
261 <term><command>gdm</command></term>
262 <listitem>
263 <para>
264 is the <application>GNOME</application> based login prompt.
265 </para>
266 <indexterm zone="gdm gdm-prog">
267 <primary sortas="b-gdm">gdm</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="gdm-screenshot">
273 <term><command>gdm-screenshot</command></term>
274 <listitem>
275 <para>
276 is a <application>GDM</application> screenshot tool.
277 </para>
278 <indexterm zone="gdm gdm-screenshot">
279 <primary sortas="b-gdm-screenshot">gdm-screenshot</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 </variablelist>
285
286 </sect2>
287
288</sect1>
Note: See TracBrowser for help on using the repository browser.