source: x/installing/xorg-server-systemd.xml@ 39a4a856

systemd-11177
Last change on this file since 39a4a856 was 39a4a856, checked in by Krejzi <krejzi@…>, 10 years ago

Mention that libepoxy is for Glamor too.

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

  • Property mode set to 100644
File size: 9.5 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 xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
8 <!ENTITY xorg-server-download-ftp "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
9 <!ENTITY xorg-server-md5sum "8a9ff6ee9907360f09b5bdabb8089502">
10 <!ENTITY xorg-server-size "5.6 MB">
11 <!ENTITY xorg-server-buildsize "434 MB">
12 <!ENTITY xorg-server-time "1.6 SBU">
13]>
14
15<sect1 id="xorg-server" xreflabel="Xorg-Server-&xorg-server-version;">
16 <?dbhtml filename="xorg-server.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Xorg-Server-&xorg-server-version;</title>
24
25 <indexterm zone="xorg-server">
26 <primary sortas="a-xorg-server">xorg-server</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Xorg Server</title>
31
32 <para>
33 The <application>Xorg</application> Server is the core
34 of the X Window system.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xorg-server-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xorg-server-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xorg-server-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xorg-server-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xorg-server-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xorg-server-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Optional patch:
78 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-2.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="openssl"/> or
88 <xref linkend="nettle"/> or
89 <xref linkend="libgcrypt"/>,
90 <xref linkend="pixman"/>,
91 <xref linkend="xorg7-font"/>, and
92 <xref linkend="xkeyboard-config"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="libepoxy"/> (for Glamor) and
98 <xref linkend="wayland"/> (both for <command>Xwayland</command>) and
99 <xref linkend="systemd"/> (for Logind)
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para>
104 <xref linkend="acpid"/> (runtime),
105 <xref linkend="doxygen"/> (to build API documentation),
106 <xref linkend="fop"/>, (to build documentation),
107 <xref linkend="gs"/> (to build documentation),
108 <xref linkend="xmlto"/>, (to build documentation), and
109 <ulink url="http://download.savannah.gnu.org/releases/libunwind/">libunwind</ulink>
110 </para>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url='&blfs-wiki;/Xorg7Server'/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of Xorg Server</title>
119
120 <para>
121 If you have downloaded the optional patch, apply it by running
122 the following command:
123 </para>
124
125<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-2.patch</userinput></screen>
126
127 <para>
128 Install the server by running the following commands:
129 </para>
130
131<screen><userinput>./configure $XORG_CONFIG \
132 --with-xkb-output=/var/lib/xkb \
133 --enable-dmx \
134 --enable-glamor \
135 --enable-suid-wrapper &amp;&amp;
136make</userinput></screen>
137
138 <para>
139 To test the results, issue: <command>make check</command>.
140 </para>
141
142 <para>
143 Now as the <systemitem class="username">root</systemitem>
144 user:
145 </para>
146
147<screen role="root"><userinput>make install &amp;&amp;
148mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <para>
156 <parameter>--enable-dmx</parameter>: This switch enables building of the DMX
157 (Distributed Multihead X) server.
158 </para>
159
160 <para>
161 <parameter>--enable-glamor</parameter>: This switch enables building of the
162 Glamor DIX module which is required by some drivers.
163 </para>
164
165 <para>
166 <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
167 the suid-root wrapper for legacy driver support on rootless xserver systems.
168 </para>
169
170 <para>
171 <option>--enable-install-setuid</option>: Use this switch if you have not
172 reinstalled <application>systemd</application> with Logind support and
173 wish to run the <application>Xorg Server</application> as the
174 <systemitem class="username">root</systemitem> user.
175 </para>
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
188 <seg>
189 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
190 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
191 Xdmx, xdmxconfig, Xnest, Xorg, Xvfb, and Xwayland
192 </seg>
193 <seg>
194 None
195 </seg>
196 <seg>
197 $XORG_PREFIX/include/xorg,
198 $XORG_PREFIX/lib/xorg,
199 $XORG_PREFIX/share/X11/xorg.conf.d, and
200 /var/lib/xkb
201 </seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="cvt-x7">
211 <term><command>cvt</command></term>
212 <listitem>
213 <para>
214 calculates VESA CVT mode lines.
215 </para>
216 <indexterm zone="xorg-server cvt-x7">
217 <primary sortas="b-cvt">cvt</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="dmx-x7">
223 <term><command>dmx*</command></term>
224 <listitem>
225 <para>
226 are various tools used for manipulating the dmx server.
227 </para>
228 <indexterm zone="xorg-server dmx-x7">
229 <primary sortas="b-dmx">dmx*</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="gtf-x7">
235 <term><command>gtf</command></term>
236 <listitem>
237 <para>
238 calculates VESA GTF mode lines.
239 </para>
240 <indexterm zone="xorg-server gtf-x7">
241 <primary sortas="b-gtf">gtf</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="vdltodmx-x7">
247 <term><command>vdltodmx</command></term>
248 <listitem>
249 <para>
250 is a tool used to convert VDL config files to DMX config
251 files.
252 </para>
253 <indexterm zone="xorg-server vdltodmx-x7">
254 <primary sortas="b-vdltodmx">vdltodmx</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="X-x7">
260 <term><command>X</command></term>
261 <listitem>
262 <para>
263 is a symbolic link to Xorg.
264 </para>
265 <indexterm zone="xorg-server X-x7">
266 <primary sortas="b-X">X</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="Xnest-x7">
272 <term><command>Xnest</command></term>
273 <listitem>
274 <para>
275 is a nested X server.
276 </para>
277 <indexterm zone="xorg-server Xnest-x7">
278 <primary sortas="b-Xnest">Xnest</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="Xorg-x7">
284 <term><command>Xorg</command></term>
285 <listitem>
286 <para>
287 is the X11R7 X Server.
288 </para>
289 <indexterm zone="xorg-server Xorg-x7">
290 <primary sortas="b-Xorg">Xorg</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="Xvfb-x7">
296 <term><command>Xvfb</command></term>
297 <listitem>
298 <para>
299 is the virtual framebuffer X server for X Version 11.
300 </para>
301 <indexterm zone="xorg-server Xvfb-x7">
302 <primary sortas="b-Xvfb">Xvfb</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="xdmxconfig-x7">
308 <term><command>xdmxconfig</command></term>
309 <listitem>
310 <para>
311 is a graphical configuration utility for the dmx server.
312 </para>
313 <indexterm zone="xorg-server xdmxconfig-x7">
314 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 </variablelist>
320
321 </sect2>
322
323</sect1>
Note: See TracBrowser for help on using the repository browser.