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

systemd-11177
Last change on this file since 71952e0 was 5eb0d00, checked in by Krejzi <krejzi@…>, 10 years ago

Revert xserver change. xinit package is the real culprit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13726 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">
[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">
75 <listitem>
76 <para>
77 Optional patch:
[cb6a306]78 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-2.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
[df6c45d5]95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="libepoxy"/> and
[5eb0d00]98 <xref linkend="wayland"/> (for <command>Xwayland</command>) and
99 <xref linkend="systemd"/> (for Logind)
[df6c45d5]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),
[df6c45d5]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
[cb6a306]125<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-2.patch</userinput></screen>
[52a90a3]126
127 <para>
128 Install the server by running the following commands:
129 </para>
[3f72a148]130
[fad8db2]131<screen><userinput>./configure $XORG_CONFIG \
132 --with-xkb-output=/var/lib/xkb \
133 --enable-dmx \
[df6c45d5]134 --enable-glamor \
[5eb0d00]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;
[df6c45d5]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>
[df6c45d5]156 <parameter>--enable-dmx</parameter>: This switch enables building of the DMX
157 (Distributed Multihead X) server.
[fad8db2]158 </para>
159
[2f4014b]160 <para>
[df6c45d5]161 <parameter>--enable-glamor</parameter>: This switch enables building of the
162 Glamor DIX module which is required by some drivers.
[2f4014b]163 </para>
[468d7225]164
[e60c55e]165 <para>
[5eb0d00]166 <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
[df6c45d5]167 the suid-root wrapper for legacy driver support on rootless xserver systems.
[fad8db2]168 </para>
169
[2f4014b]170 <para>
[5eb0d00]171 <option>--enable-install-setuid</option>: Use this switch if you have not
[df6c45d5]172 reinstalled <application>systemd</application> with Logind support and
173 wish to run the <application>Xorg Server</application> as the
174 <systemitem class="username">root</systemitem> user.
[2f4014b]175 </para>
[5eb0d00]176
[3f72a148]177 </sect2>
178
[7ab35da]179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
[95e8211]184 <segtitle>Installed Libraries</segtitle>
[7ab35da]185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
[2f4014b]188 <seg>
189 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
190 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
[df6c45d5]191 Xdmx, xdmxconfig, Xnest, Xorg, Xvfb, and Xwayland
[2f4014b]192 </seg>
[95e8211]193 <seg>
[df6c45d5]194 None
[95e8211]195 </seg>
[2f4014b]196 <seg>
197 $XORG_PREFIX/include/xorg,
198 $XORG_PREFIX/lib/xorg,
[534f7d7]199 $XORG_PREFIX/share/X11/xorg.conf.d, and
[2f4014b]200 /var/lib/xkb
201 </seg>
[7ab35da]202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="cvt-x7">
211 <term><command>cvt</command></term>
212 <listitem>
[2f4014b]213 <para>
214 calculates VESA CVT mode lines.
215 </para>
[5faf7f7e]216 <indexterm zone="xorg-server cvt-x7">
[7ab35da]217 <primary sortas="b-cvt">cvt</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
[7c472863]222 <varlistentry id="dmx-x7">
223 <term><command>dmx*</command></term>
224 <listitem>
[2f4014b]225 <para>
226 are various tools used for manipulating the dmx server.
227 </para>
[5faf7f7e]228 <indexterm zone="xorg-server dmx-x7">
[7c472863]229 <primary sortas="b-dmx">dmx*</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
[7ab35da]234 <varlistentry id="gtf-x7">
235 <term><command>gtf</command></term>
236 <listitem>
[2f4014b]237 <para>
238 calculates VESA GTF mode lines.
239 </para>
[5faf7f7e]240 <indexterm zone="xorg-server gtf-x7">
[7ab35da]241 <primary sortas="b-gtf">gtf</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
[7c472863]246 <varlistentry id="vdltodmx-x7">
247 <term><command>vdltodmx</command></term>
248 <listitem>
[2f4014b]249 <para>
250 is a tool used to convert VDL config files to DMX config
251 files.
252 </para>
[5faf7f7e]253 <indexterm zone="xorg-server vdltodmx-x7">
[7c472863]254 <primary sortas="b-vdltodmx">vdltodmx</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
[7ab35da]259 <varlistentry id="X-x7">
260 <term><command>X</command></term>
261 <listitem>
[2f4014b]262 <para>
263 is a symbolic link to Xorg.
264 </para>
[5faf7f7e]265 <indexterm zone="xorg-server X-x7">
[7ab35da]266 <primary sortas="b-X">X</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="Xnest-x7">
272 <term><command>Xnest</command></term>
273 <listitem>
[2f4014b]274 <para>
275 is a nested X server.
276 </para>
[5faf7f7e]277 <indexterm zone="xorg-server Xnest-x7">
[7ab35da]278 <primary sortas="b-Xnest">Xnest</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="Xorg-x7">
284 <term><command>Xorg</command></term>
285 <listitem>
[2f4014b]286 <para>
287 is the X11R7 X Server.
288 </para>
[5faf7f7e]289 <indexterm zone="xorg-server Xorg-x7">
[7ab35da]290 <primary sortas="b-Xorg">Xorg</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="Xvfb-x7">
296 <term><command>Xvfb</command></term>
297 <listitem>
[2f4014b]298 <para>
299 is the virtual framebuffer X server for X Version 11.
300 </para>
[5faf7f7e]301 <indexterm zone="xorg-server Xvfb-x7">
[7ab35da]302 <primary sortas="b-Xvfb">Xvfb</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
[7c472863]307 <varlistentry id="xdmxconfig-x7">
308 <term><command>xdmxconfig</command></term>
309 <listitem>
[2f4014b]310 <para>
311 is a graphical configuration utility for the dmx server.
312 </para>
[5faf7f7e]313 <indexterm zone="xorg-server xdmxconfig-x7">
[7c472863]314 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
[7ab35da]319 </variablelist>
320
321 </sect2>
322
[3f72a148]323</sect1>
Note: See TracBrowser for help on using the repository browser.