source: gnome-systemd/desktop/gdm.xml@ 190c6df

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

readded install command on gdm page.

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

  • Property mode set to 100644
File size: 8.1 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 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para>
149 <parameter>--with-initial-vt=7</parameter>: This switch
150 causes <application>GDM</application> to start on vt7
151 instead of the first free VT.
152 </para>
153
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/static-libraries.xml"/>
157
158 <para>
159 <parameter>--with-default-pam-config=lfs</parameter>: Use this
160 switch if you did not create <filename>/etc/lfs-release</filename>
161 or distribution auto detection will fail and you will be unable
162 to use <application>GDM</application>.
163 </para>
164
165 </sect2>
166
167 <sect2 role="configuration">
168 <title>Configuring GDM</title>
169
170 <sect3 id="gdm-config">
171 <title>Config Files</title>
172
173 <para>
174 <filename>/etc/gdm/custom.conf</filename>
175 </para>
176
177 <indexterm zone="gdm gdm-config">
178 <primary sortas="e-etc-gdm-custom.conf">
179 /etc/gdm/custom.conf</primary>
180 </indexterm>
181
182 </sect3>
183
184 <sect3>
185 <title>Configuration Information</title>
186
187 <para>
188 The GDM daemon is configured using the
189 <filename>/etc/gdm/custom.conf</filename> file.
190 Default values are stored in GSettings in the
191 <filename>gdm.schemas</filename> file. It is recommended that end-users
192 modify the <filename>/etc/gdm/custom.conf</filename> file
193 because the schemas file may be overwritten when the user updates their
194 system to have a newer version of GDM.
195 </para>
196
197 <important>
198 <para>
199 If the system-wide <application>D-BUS</application> daemon was
200 running during the installation of <application>gdm</application>,
201 ensure you stop and restart the <application>D-BUS</application>
202 daemon before attempting to start <command>gdm</command>.
203 </para>
204 </important>
205
206 <para>
207 <command>gdm</command> can be tested by executing it as the
208 <systemitem class="username">root</systemitem> user. If you wish to stop
209 it you will need to go to a different tty and then kill it.
210 </para>
211
212 </sect3>
213
214 <sect3 id="gdm-init">
215 <title>Systemd Unit</title>
216
217 <para>
218 To enable the previously installed unit file issue the following
219 command as the <systemitem class="username">root</systemitem> user:
220 </para>
221
222 <indexterm zone="gdm gdm-init">
223 <primary sortas="f-gdm">gdm</primary>
224 </indexterm>
225
226<screen role="root"><userinput>systemctl enable gdm</userinput></screen>
227
228
229 </sect3>
230
231 </sect2>
232
233 <sect2 role="content">
234 <title>Contents</title>
235
236 <segmentedlist>
237 <segtitle>Installed Programs</segtitle>
238 <segtitle>Installed Libraries</segtitle>
239 <segtitle>Installed Directories</segtitle>
240
241 <seglistitem>
242 <seg>
243 gdm and gdm-screenshot
244 </seg>
245 <seg>
246 libgdm.so
247 </seg>
248 <seg>
249 /etc/gdm,
250 /usr/include/gdm,
251 /usr/share/gdm,
252 /var/cache/gdm,
253 /var/gdm,
254 /var/lib/gdm,
255 /var/log/gdm and
256 /var/run/gdm
257 </seg>
258 </seglistitem>
259 </segmentedlist>
260
261 <variablelist>
262 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
263 <?dbfo list-presentation="list"?>
264 <?dbhtml list-presentation="table"?>
265
266 <varlistentry id="gdm-prog">
267 <term><command>gdm</command></term>
268 <listitem>
269 <para>
270 is the <application>GNOME</application> based login prompt.
271 </para>
272 <indexterm zone="gdm gdm-prog">
273 <primary sortas="b-gdm">gdm</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="gdm-screenshot">
279 <term><command>gdm-screenshot</command></term>
280 <listitem>
281 <para>
282 is a <application>GDM</application> screenshot tool.
283 </para>
284 <indexterm zone="gdm gdm-screenshot">
285 <primary sortas="b-gdm-screenshot">gdm-screenshot</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 </variablelist>
291
292 </sect2>
293
294</sect1>
Note: See TracBrowser for help on using the repository browser.