source: x/installing/xorg-server.xml@ 4ef4636b

elogind
Last change on this file since 4ef4636b was 4ef4636b, checked in by DJ Lucas <dj@…>, 6 years ago

Initial commit of elogind-239.3. Adjust serveral packages to utilize elogind.

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

  • Property mode set to 100644
File size: 12.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 "8ee29e8b24cef6b3cfa747ec01b9155a">
10 <!ENTITY xorg-server-size "5.9 MB">
11 <!ENTITY xorg-server-buildsize "333 MB (with tests)">
12 <!ENTITY xorg-server-time "0.9 SBU (using parallelism=4; with tests)">
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 &lfs83_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<!-- Prime support is now automatically added in DRI3, and this patch
73 may break things on some setups.
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Optional patch:
79 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>-->
83
84 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="pixman"/> and
89 <xref linkend="xorg7-font"/> (for the font-util package), and at runtime:
90 <xref role="runtime" linkend="xkeyboard-config"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="libepoxy"/> (needed for glamor and Xwayland),
96 <xref linkend="wayland"/> (needed for Xwayland),
97 <xref linkend="wayland-protocols"/>, and
98 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
99 <phrase revision="systemd"><xref linkend="systemd"/></phrase>
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para role="optional">
104 <xref role="runtime" linkend="acpid"/> (runtime),
105 <xref linkend="doxygen"/> (to build API documentation),
106 <xref linkend="fop"/> (to build documentation),
107 <xref linkend="nettle"/>,
108 <xref linkend="libgcrypt"/>,
109 <xref linkend="xcb-util-keysyms"/>,
110 <xref linkend="xcb-util-image"/>,
111 <xref linkend="xcb-util-renderutil"/>,
112 <xref linkend="xcb-util-wm"/> (all three to build Xephyr),
113 <xref linkend="xmlto"/> (to build documentation),
114 <ulink url="http://download.savannah.gnu.org/releases/libunwind">libunwind</ulink>, and
115 <ulink url="https://www.x.org/archive/individual/doc/">xorg-sgml-doctools</ulink> (to build documentation)
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<!-- Patch removed
126 <para>
127 If you have downloaded the optional patch, apply it by running the
128 following command:
129 </para>
130
131<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>-->
132
133 <para>
134 Install the server by running the following commands:
135 </para>
136
137<screen revision="sysv"><userinput>./configure $XORG_CONFIG \
138 --enable-glamor \
139 --enable-suid-wrapper \
140 --with-xkb-output=/var/lib/xkb &amp;&amp;
141make</userinput></screen>
142
143<screen revision="systemd"><userinput>./configure $XORG_CONFIG \
144 --enable-glamor \
145 --with-xkb-output=/var/lib/xkb &amp;&amp;
146make</userinput></screen>
147
148 <para>
149 To test the results, issue: <command>make check</command>. You
150 will need to run <command>ldconfig</command> as the <systemitem
151 class="username">root</systemitem> user first or some tests may fail.
152 </para>
153
154 <para>
155 Now as the <systemitem class="username">root</systemitem>
156 user:
157 </para>
158
159<screen role="root"><userinput>make install &amp;&amp;
160mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
161
162 </sect2>
163
164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
167 <para>
168 <parameter>--enable-glamor</parameter>: Build the Glamor DIX (Device
169 Independent X) module which is currently used by: R600 or later radeon
170 video chipsets, the modesetting driver (which is part of this package)
171 for hardware using KMS which offers acceleration, and (optionally) the
172 intel driver.
173 </para>
174
175 <para revision="sysv">
176 <parameter>--enable-install-setuid</parameter>: If not using
177 <xref linkend="elogind"/>, the Xorg binary must run
178 as the root user. This switch ensures that the binary is installed
179 setuid when <command>make</command> is run by an unprivileged user.
180 </para>
181
182 <para>
183 <parameter>--enable-suid-wrapper</parameter>: Build suid-root wrapper for
184 legacy driver support on rootless xserver systems.
185 </para>
186
187 <para revision="systemd">
188 <option>--disable-systemd-logind --enable-install-setuid</option>:
189 These switches disable systemd-logind integration and restore the setuid
190 bit to the Xorg executable, allowing Xorg Server to work
191 without having the systemd PAM module installed and set up.
192 </para>
193
194 <para>
195 <option>--enable-dmx</option>: Build DMX (Distributed Multihead X)
196 server.
197 </para>
198
199 <para>
200 <option>--enable-kdrive</option>: this option allows the
201 <command>configure</command> script to enable Xephyr if its dependencies
202 are met.
203 </para>
204
205 </sect2>
206
207 <sect2 role="content">
208 <title>Contents</title>
209
210 <segmentedlist>
211 <segtitle>Installed Programs</segtitle>
212 <segtitle>Installed Libraries</segtitle>
213 <segtitle>Installed Directories</segtitle>
214
215 <seglistitem>
216 <seg>
217 cvt, gtf, X, Xnest, Xorg, and Xvfb; optional: dmxaddinput,
218 dmxaddscreen, dmxinfo, dmxreconfig, dmxresize, dmxrminput,
219 dmxrmscreen, dmxtodmx, dmxwininfo, vdltodmx, Xdmx, xdmxconfig, Xephyr,
220 Xfbdev and Xwayland
221 </seg>
222 <seg>
223 several under $XORG_PREFIX/lib/xorg/modules/{,drivers,extensions}
224 including modesetting_drv.so
225 </seg>
226 <seg>
227 $XORG_PREFIX/{include/xorg,lib/xorg,share/X11/xorg.conf.d} and
228 /var/lib/xkb
229 </seg>
230 </seglistitem>
231 </segmentedlist>
232
233 <variablelist>
234 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
235 <?dbfo list-presentation="list"?>
236 <?dbhtml list-presentation="table"?>
237
238 <varlistentry id="cvt-x7">
239 <term><command>cvt</command></term>
240 <listitem>
241 <para>
242 calculates VESA CVT mode lines.
243 </para>
244 <indexterm zone="xorg-server cvt-x7">
245 <primary sortas="b-cvt">cvt</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="dmx-x7">
251 <term><command>dmx*</command></term>
252 <listitem>
253 <para>
254 are various tools used for manipulating the dmx server.
255 </para>
256 <indexterm zone="xorg-server dmx-x7">
257 <primary sortas="b-dmx">dmx*</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="gtf-x7">
263 <term><command>gtf</command></term>
264 <listitem>
265 <para>
266 calculates VESA GTF mode lines.
267 </para>
268 <indexterm zone="xorg-server gtf-x7">
269 <primary sortas="b-gtf">gtf</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 <varlistentry id="vdltodmx-x7">
275 <term><command>vdltodmx</command></term>
276 <listitem>
277 <para>
278 is a tool used to convert VDL config files to DMX config
279 files.
280 </para>
281 <indexterm zone="xorg-server vdltodmx-x7">
282 <primary sortas="b-vdltodmx">vdltodmx</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="X-x7">
288 <term><command>X</command></term>
289 <listitem>
290 <para>
291 is a symbolic link to Xorg.
292 </para>
293 <indexterm zone="xorg-server X-x7">
294 <primary sortas="b-X">X</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299 <varlistentry id="Xdmx">
300 <term><command>Xdmx</command></term>
301 <listitem>
302 <para>
303 is a proxy X server that uses one or more other X servers as
304 its display devices.
305 </para>
306 <indexterm zone="xorg-server Xdmx">
307 <primary sortas="b-Xdmx">Xdmx</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry id="Xephyr-x7">
313 <term><command>Xephyr</command></term>
314 <listitem>
315 <para>
316 is a nested X server which supports modern X extensions.
317 </para>
318 <indexterm zone="xorg-server Xephyr-x7">
319 <primary sortas="b-Xephyr">Xephyr</primary>
320 </indexterm>
321 </listitem>
322 </varlistentry>
323
324 <varlistentry id="Xnest-x7">
325 <term><command>Xnest</command></term>
326 <listitem>
327 <para>
328 is a nested X server.
329 </para>
330 <indexterm zone="xorg-server Xnest-x7">
331 <primary sortas="b-Xnest">Xnest</primary>
332 </indexterm>
333 </listitem>
334 </varlistentry>
335
336 <varlistentry id="Xorg-x7">
337 <term><command>Xorg</command></term>
338 <listitem>
339 <para>
340 is the X11R7 X Server.
341 </para>
342 <indexterm zone="xorg-server Xorg-x7">
343 <primary sortas="b-Xorg">Xorg</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="Xvfb-x7">
349 <term><command>Xvfb</command></term>
350 <listitem>
351 <para>
352 is the virtual framebuffer X server for X Version 11.
353 </para>
354 <indexterm zone="xorg-server Xvfb-x7">
355 <primary sortas="b-Xvfb">Xvfb</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 <varlistentry id="xdmxconfig-x7">
361 <term><command>xdmxconfig</command></term>
362 <listitem>
363 <para>
364 is a graphical configuration utility for the dmx server.
365 </para>
366 <indexterm zone="xorg-server xdmxconfig-x7">
367 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
368 </indexterm>
369 </listitem>
370 </varlistentry>
371
372 <varlistentry id="Xwayland-x7">
373 <term><command>Xwayland</command></term>
374 <listitem>
375 <para>
376 allows the X server to run X clients under wayland (i.e. wayland
377 provides the input devices and handles the presentation of the
378 windows).
379 </para>
380 <indexterm zone="xorg-server Xwayland-x7">
381 <primary sortas="b-Xwayland">Xwayland</primary>
382 </indexterm>
383 </listitem>
384 </varlistentry>
385
386 <varlistentry id="modesetting_drv-x7">
387 <term><filename class="libraryfile">modesetting_drv.so</filename></term>
388 <listitem>
389 <para>
390 provides a video driver for machines using Kernel Mode Setting (KMS).
391 This will use glamor if that has been enabled and the hardware offers
392 acceleration.
393 </para>
394 <indexterm zone="xorg-server modesetting_drv-x7">
395 <primary sortas="c-modesetting_drv">modesetting_drv.so</primary>
396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 </variablelist>
401
402 </sect2>
403
404</sect1>
Note: See TracBrowser for help on using the repository browser.