source: x/installing/xorg-server-systemd.xml@ 5b5c0e9

krejzi/svn
Last change on this file since 5b5c0e9 was 5b5c0e9, checked in by Krejzi <krejzi@…>, 10 years ago

Convert xorg installing section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14759 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 "b1ff364222e921d32de40c4786e8bc47">
10 <!ENTITY xorg-server-size "5.5 MB">
11 <!ENTITY xorg-server-buildsize "495 MB">
12 <!ENTITY xorg-server-time "1.4 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 &lfs76_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-1.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),
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-1.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
162 of the Glamor DIX module which is required by some drivers and
163 <command>Xwayland</command>. Remove it if you don't want to install
164 <application>libepoxy</application> and are not going to need
165 <command>Xwayland</command> or you don't have any hardware that
166 requires Glamor (Radeon "Southern Islands" and later GPUs).
167 </para>
168
169 <para>
170 <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
171 the suid-root wrapper for legacy driver support on rootless xserver systems.
172 </para>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Programs</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>
186 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
187 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
188 Xdmx, xdmxconfig, Xnest, Xorg, Xvfb, and Xwayland
189 </seg>
190 <seg>
191 None
192 </seg>
193 <seg>
194 $XORG_PREFIX/include/xorg,
195 $XORG_PREFIX/lib/xorg,
196 $XORG_PREFIX/share/X11/xorg.conf.d, and
197 /var/lib/xkb
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="cvt-x7">
208 <term><command>cvt</command></term>
209 <listitem>
210 <para>
211 calculates VESA CVT mode lines.
212 </para>
213 <indexterm zone="xorg-server cvt-x7">
214 <primary sortas="b-cvt">cvt</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="dmx-x7">
220 <term><command>dmx*</command></term>
221 <listitem>
222 <para>
223 are various tools used for manipulating the dmx server.
224 </para>
225 <indexterm zone="xorg-server dmx-x7">
226 <primary sortas="b-dmx">dmx*</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="gtf-x7">
232 <term><command>gtf</command></term>
233 <listitem>
234 <para>
235 calculates VESA GTF mode lines.
236 </para>
237 <indexterm zone="xorg-server gtf-x7">
238 <primary sortas="b-gtf">gtf</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="vdltodmx-x7">
244 <term><command>vdltodmx</command></term>
245 <listitem>
246 <para>
247 is a tool used to convert VDL config files to DMX config
248 files.
249 </para>
250 <indexterm zone="xorg-server vdltodmx-x7">
251 <primary sortas="b-vdltodmx">vdltodmx</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="X-x7">
257 <term><command>X</command></term>
258 <listitem>
259 <para>
260 is a symbolic link to Xorg.
261 </para>
262 <indexterm zone="xorg-server X-x7">
263 <primary sortas="b-X">X</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="Xnest-x7">
269 <term><command>Xnest</command></term>
270 <listitem>
271 <para>
272 is a nested X server.
273 </para>
274 <indexterm zone="xorg-server Xnest-x7">
275 <primary sortas="b-Xnest">Xnest</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="Xorg-x7">
281 <term><command>Xorg</command></term>
282 <listitem>
283 <para>
284 is the X11R7 X Server.
285 </para>
286 <indexterm zone="xorg-server Xorg-x7">
287 <primary sortas="b-Xorg">Xorg</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="Xvfb-x7">
293 <term><command>Xvfb</command></term>
294 <listitem>
295 <para>
296 is the virtual framebuffer X server for X Version 11.
297 </para>
298 <indexterm zone="xorg-server Xvfb-x7">
299 <primary sortas="b-Xvfb">Xvfb</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 <varlistentry id="xdmxconfig-x7">
305 <term><command>xdmxconfig</command></term>
306 <listitem>
307 <para>
308 is a graphical configuration utility for the dmx server.
309 </para>
310 <indexterm zone="xorg-server xdmxconfig-x7">
311 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 </variablelist>
317
318 </sect2>
319
320</sect1>
Note: See TracBrowser for help on using the repository browser.