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

systemd-11177
Last change on this file since a2b3f16b 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
RevLine 
[3f72a148]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f72a148]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2f4014b]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">
[fad8db2]9 <!ENTITY xorg-server-md5sum "8a9ff6ee9907360f09b5bdabb8089502">
10 <!ENTITY xorg-server-size "5.6 MB">
11 <!ENTITY xorg-server-buildsize "434 MB">
[08bd91b]12 <!ENTITY xorg-server-time "1.6 SBU">
[3f72a148]13]>
14
[5faf7f7e]15<sect1 id="xorg-server" xreflabel="Xorg-Server-&xorg-server-version;">
16 <?dbhtml filename="xorg-server.html"?>
[3f72a148]17
18 <sect1info>
[93f3de5]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[3f72a148]21 </sect1info>
22
23 <title>Xorg-Server-&xorg-server-version;</title>
24
[5faf7f7e]25 <indexterm zone="xorg-server">
[2f4014b]26 <primary sortas="a-xorg-server">xorg-server</primary>
[3f72a148]27 </indexterm>
28
[5e8be1c]29 <sect2 role="package">
[2f4014b]30 <title>Introduction to Xorg Server</title>
[5e8be1c]31
[2f4014b]32 <para>
33 The <application>Xorg</application> Server is the core
34 of the X Window system.
35 </para>
[5e8be1c]36
[1aa6f05]37 &lfs75_checked;
[3b69a2aa]38
[5e8be1c]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[2f4014b]42 <para>
43 Download (HTTP): <ulink url="&xorg-server-download-http;"/>
44 </para>
[5e8be1c]45 </listitem>
46 <listitem>
[2f4014b]47 <para>
48 Download (FTP): <ulink url="&xorg-server-download-ftp;"/>
49 </para>
[5e8be1c]50 </listitem>
51 <listitem>
[2f4014b]52 <para>
53 Download MD5 sum: &xorg-server-md5sum;
54 </para>
[5e8be1c]55 </listitem>
56 <listitem>
[2f4014b]57 <para>
58 Download size: &xorg-server-size;
59 </para>
[5e8be1c]60 </listitem>
61 <listitem>
[2f4014b]62 <para>
63 Estimated disk space required: &xorg-server-buildsize;
64 </para>
[5e8be1c]65 </listitem>
66 <listitem>
[2f4014b]67 <para>
68 Estimated build time: &xorg-server-time;
69 </para>
[5e8be1c]70 </listitem>
71 </itemizedlist>
72
[52a90a3]73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
[06eea232]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>
[52a90a3]81 <listitem>
82 <para>
83 Optional patch:
[cb6a306]84 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-2.patch"/>
[52a90a3]85 </para>
86 </listitem>
87 </itemizedlist>
88
[5e8be1c]89 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Required</bridgehead>
[2f4014b]92 <para role="required">
[360311e]93 <xref linkend="openssl"/> or
94 <xref linkend="nettle"/> or
95 <xref linkend="libgcrypt"/>,
[2f4014b]96 <xref linkend="pixman"/>,
[534f7d7]97 <xref linkend="xorg7-font"/>, and
[2f4014b]98 <xref linkend="xkeyboard-config"/>
99 </para>
[5e8be1c]100
[df6c45d5]101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
[06eea232]103 <xref linkend="libepoxy"/> (for Glamor),
[39a4a856]104 <xref linkend="wayland"/> (both for <command>Xwayland</command>) and
[5eb0d00]105 <xref linkend="systemd"/> (for Logind)
[df6c45d5]106 </para>
107
[b1e3537]108 <bridgehead renderas="sect4">Optional</bridgehead>
[2f4014b]109 <para>
[ecff6e58]110 <xref linkend="acpid"/> (runtime),
[2f4014b]111 <xref linkend="doxygen"/> (to build API documentation),
112 <xref linkend="fop"/>, (to build documentation),
[df6c45d5]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>
[2f4014b]116 </para>
[9ba5bd9]117
[5e8be1c]118 <para condition="html" role="usernotes">User Notes:
[2f4014b]119 <ulink url='&blfs-wiki;/Xorg7Server'/>
120 </para>
[5e8be1c]121 </sect2>
[10eeae12]122
[3f72a148]123 <sect2 role="installation">
124 <title>Installation of Xorg Server</title>
125
[06eea232]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
[52a90a3]133 <para>
134 If you have downloaded the optional patch, apply it by running
135 the following command:
136 </para>
137
[cb6a306]138<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-2.patch</userinput></screen>
[52a90a3]139
140 <para>
141 Install the server by running the following commands:
142 </para>
[3f72a148]143
[fad8db2]144<screen><userinput>./configure $XORG_CONFIG \
145 --with-xkb-output=/var/lib/xkb \
146 --enable-dmx \
[df6c45d5]147 --enable-glamor \
[5eb0d00]148 --enable-suid-wrapper &amp;&amp;
[3f72a148]149make</userinput></screen>
150
[2f4014b]151 <para>
152 To test the results, issue: <command>make check</command>.
153 </para>
[ad54ac8]154
[2f4014b]155 <para>
156 Now as the <systemitem class="username">root</systemitem>
157 user:
158 </para>
[3f72a148]159
[7c472863]160<screen role="root"><userinput>make install &amp;&amp;
[df6c45d5]161mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
[3f72a148]162
163 </sect2>
164
165 <sect2 role="commands">
166 <title>Command Explanations</title>
167
[fad8db2]168 <para>
[df6c45d5]169 <parameter>--enable-dmx</parameter>: This switch enables building of the DMX
170 (Distributed Multihead X) server.
[fad8db2]171 </para>
172
[2f4014b]173 <para>
[06eea232]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).
[2f4014b]180 </para>
[468d7225]181
[e60c55e]182 <para>
[5eb0d00]183 <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
[df6c45d5]184 the suid-root wrapper for legacy driver support on rootless xserver systems.
[fad8db2]185 </para>
186
[3f72a148]187 </sect2>
188
[7ab35da]189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
[95e8211]194 <segtitle>Installed Libraries</segtitle>
[7ab35da]195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
[2f4014b]198 <seg>
199 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
200 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
[df6c45d5]201 Xdmx, xdmxconfig, Xnest, Xorg, Xvfb, and Xwayland
[2f4014b]202 </seg>
[95e8211]203 <seg>
[df6c45d5]204 None
[95e8211]205 </seg>
[2f4014b]206 <seg>
207 $XORG_PREFIX/include/xorg,
208 $XORG_PREFIX/lib/xorg,
[534f7d7]209 $XORG_PREFIX/share/X11/xorg.conf.d, and
[2f4014b]210 /var/lib/xkb
211 </seg>
[7ab35da]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>
[2f4014b]223 <para>
224 calculates VESA CVT mode lines.
225 </para>
[5faf7f7e]226 <indexterm zone="xorg-server cvt-x7">
[7ab35da]227 <primary sortas="b-cvt">cvt</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
[7c472863]232 <varlistentry id="dmx-x7">
233 <term><command>dmx*</command></term>
234 <listitem>
[2f4014b]235 <para>
236 are various tools used for manipulating the dmx server.
237 </para>
[5faf7f7e]238 <indexterm zone="xorg-server dmx-x7">
[7c472863]239 <primary sortas="b-dmx">dmx*</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
[7ab35da]244 <varlistentry id="gtf-x7">
245 <term><command>gtf</command></term>
246 <listitem>
[2f4014b]247 <para>
248 calculates VESA GTF mode lines.
249 </para>
[5faf7f7e]250 <indexterm zone="xorg-server gtf-x7">
[7ab35da]251 <primary sortas="b-gtf">gtf</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
[7c472863]256 <varlistentry id="vdltodmx-x7">
257 <term><command>vdltodmx</command></term>
258 <listitem>
[2f4014b]259 <para>
260 is a tool used to convert VDL config files to DMX config
261 files.
262 </para>
[5faf7f7e]263 <indexterm zone="xorg-server vdltodmx-x7">
[7c472863]264 <primary sortas="b-vdltodmx">vdltodmx</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
[7ab35da]269 <varlistentry id="X-x7">
270 <term><command>X</command></term>
271 <listitem>
[2f4014b]272 <para>
273 is a symbolic link to Xorg.
274 </para>
[5faf7f7e]275 <indexterm zone="xorg-server X-x7">
[7ab35da]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>
[2f4014b]284 <para>
285 is a nested X server.
286 </para>
[5faf7f7e]287 <indexterm zone="xorg-server Xnest-x7">
[7ab35da]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>
[2f4014b]296 <para>
297 is the X11R7 X Server.
298 </para>
[5faf7f7e]299 <indexterm zone="xorg-server Xorg-x7">
[7ab35da]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>
[2f4014b]308 <para>
309 is the virtual framebuffer X server for X Version 11.
310 </para>
[5faf7f7e]311 <indexterm zone="xorg-server Xvfb-x7">
[7ab35da]312 <primary sortas="b-Xvfb">Xvfb</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
[7c472863]317 <varlistentry id="xdmxconfig-x7">
318 <term><command>xdmxconfig</command></term>
319 <listitem>
[2f4014b]320 <para>
321 is a graphical configuration utility for the dmx server.
322 </para>
[5faf7f7e]323 <indexterm zone="xorg-server xdmxconfig-x7">
[7c472863]324 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
[7ab35da]329 </variablelist>
330
331 </sect2>
332
[3f72a148]333</sect1>
Note: See TracBrowser for help on using the repository browser.