source: x/installing/xorg-server-systemd.xml@ 02512b0

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 02512b0 was 02512b0, checked in by Krejzi <krejzi@…>, 10 years ago

Add Xwayland dependencies to xserver page. Enable xserver's glamor.

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