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

systemd-13485
Last change on this file since b1e22d0 was 9d8d0ca, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merge more updates from trunk.

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

  • Property mode set to 100644
File size: 9.5 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">
[9d8d0ca]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">
[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
[c3c67b5b]37 &lfs76_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">
75 <listitem>
76 <para>
77 Optional patch:
[9d8d0ca]78 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-1.patch"/>
[52a90a3]79 </para>
80 </listitem>
81 </itemizedlist>
82
[5e8be1c]83 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
[2f4014b]86 <para role="required">
[360311e]87 <xref linkend="openssl"/> or
88 <xref linkend="nettle"/> or
89 <xref linkend="libgcrypt"/>,
[2f4014b]90 <xref linkend="pixman"/>,
[534f7d7]91 <xref linkend="xorg7-font"/>, and
[2f4014b]92 <xref linkend="xkeyboard-config"/>
93 </para>
[5e8be1c]94
[02512b0]95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
[8a999991]97 <xref linkend="libepoxy"/> (for Glamor),
[bec12bc]98 <xref linkend="wayland"/> (both for <command>Xwayland</command>) and
[30b47c8]99 <xref linkend="systemd"/> (for Logind)
[02512b0]100 </para>
101
[b1e3537]102 <bridgehead renderas="sect4">Optional</bridgehead>
[2f4014b]103 <para>
[ecff6e58]104 <xref linkend="acpid"/> (runtime),
[2f4014b]105 <xref linkend="doxygen"/> (to build API documentation),
106 <xref linkend="fop"/>, (to build documentation),
[02512b0]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>
[2f4014b]110 </para>
[9ba5bd9]111
[5e8be1c]112 <para condition="html" role="usernotes">User Notes:
[2f4014b]113 <ulink url='&blfs-wiki;/Xorg7Server'/>
114 </para>
[5e8be1c]115 </sect2>
[10eeae12]116
[3f72a148]117 <sect2 role="installation">
118 <title>Installation of Xorg Server</title>
119
[52a90a3]120 <para>
121 If you have downloaded the optional patch, apply it by running
122 the following command:
123 </para>
124
[9d8d0ca]125<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>
[52a90a3]126
127 <para>
128 Install the server by running the following commands:
129 </para>
[3f72a148]130
[9d8d0ca]131<screen><userinput>./configure $XORG_CONFIG \
[fad8db2]132 --with-xkb-output=/var/lib/xkb \
133 --enable-dmx \
[02512b0]134 --enable-glamor \
[30b47c8]135 --enable-suid-wrapper &amp;&amp;
[3f72a148]136make</userinput></screen>
137
[2f4014b]138 <para>
139 To test the results, issue: <command>make check</command>.
140 </para>
[ad54ac8]141
[2f4014b]142 <para>
143 Now as the <systemitem class="username">root</systemitem>
144 user:
145 </para>
[3f72a148]146
[7c472863]147<screen role="root"><userinput>make install &amp;&amp;
[02512b0]148mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
[3f72a148]149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
[fad8db2]155 <para>
[02512b0]156 <parameter>--enable-dmx</parameter>: This switch enables building of the DMX
157 (Distributed Multihead X) server.
[fad8db2]158 </para>
159
[2f4014b]160 <para>
[8a999991]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).
[2f4014b]167 </para>
[468d7225]168
[145c513f]169 <para>
[30b47c8]170 <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
[02512b0]171 the suid-root wrapper for legacy driver support on rootless xserver systems.
[fad8db2]172 </para>
173
[3f72a148]174 </sect2>
175
[7ab35da]176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Programs</segtitle>
[95e8211]181 <segtitle>Installed Libraries</segtitle>
[7ab35da]182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
[2f4014b]185 <seg>
186 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
187 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
[02512b0]188 Xdmx, xdmxconfig, Xnest, Xorg, Xvfb, and Xwayland
[2f4014b]189 </seg>
[95e8211]190 <seg>
[02512b0]191 None
[95e8211]192 </seg>
[2f4014b]193 <seg>
194 $XORG_PREFIX/include/xorg,
195 $XORG_PREFIX/lib/xorg,
[534f7d7]196 $XORG_PREFIX/share/X11/xorg.conf.d, and
[2f4014b]197 /var/lib/xkb
198 </seg>
[7ab35da]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>
[2f4014b]210 <para>
211 calculates VESA CVT mode lines.
212 </para>
[5faf7f7e]213 <indexterm zone="xorg-server cvt-x7">
[7ab35da]214 <primary sortas="b-cvt">cvt</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
[7c472863]219 <varlistentry id="dmx-x7">
220 <term><command>dmx*</command></term>
221 <listitem>
[2f4014b]222 <para>
223 are various tools used for manipulating the dmx server.
224 </para>
[5faf7f7e]225 <indexterm zone="xorg-server dmx-x7">
[7c472863]226 <primary sortas="b-dmx">dmx*</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
[7ab35da]231 <varlistentry id="gtf-x7">
232 <term><command>gtf</command></term>
233 <listitem>
[2f4014b]234 <para>
235 calculates VESA GTF mode lines.
236 </para>
[5faf7f7e]237 <indexterm zone="xorg-server gtf-x7">
[7ab35da]238 <primary sortas="b-gtf">gtf</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
[7c472863]243 <varlistentry id="vdltodmx-x7">
244 <term><command>vdltodmx</command></term>
245 <listitem>
[2f4014b]246 <para>
247 is a tool used to convert VDL config files to DMX config
248 files.
249 </para>
[5faf7f7e]250 <indexterm zone="xorg-server vdltodmx-x7">
[7c472863]251 <primary sortas="b-vdltodmx">vdltodmx</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
[7ab35da]256 <varlistentry id="X-x7">
257 <term><command>X</command></term>
258 <listitem>
[2f4014b]259 <para>
260 is a symbolic link to Xorg.
261 </para>
[5faf7f7e]262 <indexterm zone="xorg-server X-x7">
[7ab35da]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>
[2f4014b]271 <para>
272 is a nested X server.
273 </para>
[5faf7f7e]274 <indexterm zone="xorg-server Xnest-x7">
[7ab35da]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>
[2f4014b]283 <para>
284 is the X11R7 X Server.
285 </para>
[5faf7f7e]286 <indexterm zone="xorg-server Xorg-x7">
[7ab35da]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>
[2f4014b]295 <para>
296 is the virtual framebuffer X server for X Version 11.
297 </para>
[5faf7f7e]298 <indexterm zone="xorg-server Xvfb-x7">
[7ab35da]299 <primary sortas="b-Xvfb">Xvfb</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
[7c472863]304 <varlistentry id="xdmxconfig-x7">
305 <term><command>xdmxconfig</command></term>
306 <listitem>
[2f4014b]307 <para>
308 is a graphical configuration utility for the dmx server.
309 </para>
[5faf7f7e]310 <indexterm zone="xorg-server xdmxconfig-x7">
[7c472863]311 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
[7ab35da]316 </variablelist>
317
318 </sect2>
319
[3f72a148]320</sect1>
Note: See TracBrowser for help on using the repository browser.