source: x/installing/xorg-server-systemd.xml@ 06eea232

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

Merged trunk.

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

  • Property mode set to 100644
File size: 9.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 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 Recommended patch:
78 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-upstream_glamor_fix-1.patch"/>
79 </para>
80 </listitem>
81 <listitem>
82 <para>
83 Optional patch:
84 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-2.patch"/>
85 </para>
86 </listitem>
87 </itemizedlist>
88
89 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Required</bridgehead>
92 <para role="required">
93 <xref linkend="openssl"/> or
94 <xref linkend="nettle"/> or
95 <xref linkend="libgcrypt"/>,
96 <xref linkend="pixman"/>,
97 <xref linkend="xorg7-font"/>, and
98 <xref linkend="xkeyboard-config"/>
99 </para>
100
101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
103 <xref linkend="libepoxy"/> (for Glamor),
104 <xref linkend="wayland"/> (both for <command>Xwayland</command>) and
105 <xref linkend="systemd"/> (for Logind)
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para>
110 <xref linkend="acpid"/> (runtime),
111 <xref linkend="doxygen"/> (to build API documentation),
112 <xref linkend="fop"/>, (to build documentation),
113 <xref linkend="gs"/> (to build documentation),
114 <xref linkend="xmlto"/>, (to build documentation), and
115 <ulink url="http://download.savannah.gnu.org/releases/libunwind/">libunwind</ulink>
116 </para>
117
118 <para condition="html" role="usernotes">User Notes:
119 <ulink url='&blfs-wiki;/Xorg7Server'/>
120 </para>
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of Xorg Server</title>
125
126 <para>
127 If you are going to build Glamor, apply the recommended patch by running
128 the following command:
129 </para>
130
131<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-upstream_glamor_fix-1.patch</userinput></screen>
132
133 <para>
134 If you have downloaded the optional patch, apply it by running
135 the following command:
136 </para>
137
138<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-2.patch</userinput></screen>
139
140 <para>
141 Install the server by running the following commands:
142 </para>
143
144<screen><userinput>./configure $XORG_CONFIG \
145 --with-xkb-output=/var/lib/xkb \
146 --enable-dmx \
147 --enable-glamor \
148 --enable-suid-wrapper &amp;&amp;
149make</userinput></screen>
150
151 <para>
152 To test the results, issue: <command>make check</command>.
153 </para>
154
155 <para>
156 Now as the <systemitem class="username">root</systemitem>
157 user:
158 </para>
159
160<screen role="root"><userinput>make install &amp;&amp;
161mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
162
163 </sect2>
164
165 <sect2 role="commands">
166 <title>Command Explanations</title>
167
168 <para>
169 <parameter>--enable-dmx</parameter>: This switch enables building of the DMX
170 (Distributed Multihead X) server.
171 </para>
172
173 <para>
174 <parameter>--enable-glamor</parameter>: This switch enables building
175 of the Glamor DIX module which is required by some drivers and
176 <command>Xwayland</command>. Remove it if you don't want to install
177 <application>libepoxy</application> and are not going to need
178 <command>Xwayland</command> or you don't have any hardware that
179 requires Glamor (Radeon "Southern Islands" and later GPUs).
180 </para>
181
182 <para>
183 <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
184 the suid-root wrapper for legacy driver support on rootless xserver systems.
185 </para>
186
187 </sect2>
188
189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
198 <seg>
199 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
200 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
201 Xdmx, xdmxconfig, Xnest, Xorg, Xvfb, and Xwayland
202 </seg>
203 <seg>
204 None
205 </seg>
206 <seg>
207 $XORG_PREFIX/include/xorg,
208 $XORG_PREFIX/lib/xorg,
209 $XORG_PREFIX/share/X11/xorg.conf.d, and
210 /var/lib/xkb
211 </seg>
212 </seglistitem>
213 </segmentedlist>
214
215 <variablelist>
216 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
217 <?dbfo list-presentation="list"?>
218 <?dbhtml list-presentation="table"?>
219
220 <varlistentry id="cvt-x7">
221 <term><command>cvt</command></term>
222 <listitem>
223 <para>
224 calculates VESA CVT mode lines.
225 </para>
226 <indexterm zone="xorg-server cvt-x7">
227 <primary sortas="b-cvt">cvt</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="dmx-x7">
233 <term><command>dmx*</command></term>
234 <listitem>
235 <para>
236 are various tools used for manipulating the dmx server.
237 </para>
238 <indexterm zone="xorg-server dmx-x7">
239 <primary sortas="b-dmx">dmx*</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="gtf-x7">
245 <term><command>gtf</command></term>
246 <listitem>
247 <para>
248 calculates VESA GTF mode lines.
249 </para>
250 <indexterm zone="xorg-server gtf-x7">
251 <primary sortas="b-gtf">gtf</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="vdltodmx-x7">
257 <term><command>vdltodmx</command></term>
258 <listitem>
259 <para>
260 is a tool used to convert VDL config files to DMX config
261 files.
262 </para>
263 <indexterm zone="xorg-server vdltodmx-x7">
264 <primary sortas="b-vdltodmx">vdltodmx</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="X-x7">
270 <term><command>X</command></term>
271 <listitem>
272 <para>
273 is a symbolic link to Xorg.
274 </para>
275 <indexterm zone="xorg-server X-x7">
276 <primary sortas="b-X">X</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="Xnest-x7">
282 <term><command>Xnest</command></term>
283 <listitem>
284 <para>
285 is a nested X server.
286 </para>
287 <indexterm zone="xorg-server Xnest-x7">
288 <primary sortas="b-Xnest">Xnest</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="Xorg-x7">
294 <term><command>Xorg</command></term>
295 <listitem>
296 <para>
297 is the X11R7 X Server.
298 </para>
299 <indexterm zone="xorg-server Xorg-x7">
300 <primary sortas="b-Xorg">Xorg</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="Xvfb-x7">
306 <term><command>Xvfb</command></term>
307 <listitem>
308 <para>
309 is the virtual framebuffer X server for X Version 11.
310 </para>
311 <indexterm zone="xorg-server Xvfb-x7">
312 <primary sortas="b-Xvfb">Xvfb</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="xdmxconfig-x7">
318 <term><command>xdmxconfig</command></term>
319 <listitem>
320 <para>
321 is a graphical configuration utility for the dmx server.
322 </para>
323 <indexterm zone="xorg-server xdmxconfig-x7">
324 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 </variablelist>
330
331 </sect2>
332
333</sect1>
Note: See TracBrowser for help on using the repository browser.