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

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

Hopefully fix xserver 1.16 on systemd systems.

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

  • Property mode set to 100644
File size: 10.0 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-2.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 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para>
104 <xref linkend="acpid"/> (runtime),
105 <xref linkend="doxygen"/> (to build API documentation),
106 <xref linkend="fop"/>, (to build documentation),
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>
110 </para>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url='&blfs-wiki;/Xorg7Server'/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of Xorg Server</title>
119
120 <para>
121 If you have downloaded the optional patch, apply it by running
122 the following command:
123 </para>
124
125<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-2.patch</userinput></screen>
126
127 <para>
128 Install the server by running the following commands:
129 </para>
130
131<screen><userinput>./configure $XORG_CONFIG \
132 --with-xkb-output=/var/lib/xkb \
133 --enable-dmx \
134 --enable-glamor \
135 --enable-setuid-install \
136 --disable-systemd-logind &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-install-setuid</parameter>: The Xorg binary must run as
168 the root user. This switch ensures that the binary is installed
169 setuid when <command>make</command> is run by an unprivileged user.
170 </para>
171
172 <para>
173 <parameter>--disable-systemd-logind</parameter>: This switch disables
174 <application>systemd</application> logind support because it causes
175 no small amount of trouble when enabled.
176 </para>
177<!--
178 <para>
179 <parameter>--enable-suid-wrapper</parameter>: This switch enables building of
180 the suid-root wrapper for legacy driver support on rootless xserver systems.
181 </para>
182
183 <para>
184 <option>--enable-install-setuid</option>: Use this switch if you have not
185 reinstalled <application>systemd</application> with Logind support and
186 wish to run the <application>Xorg Server</application> as the
187 <systemitem class="username">root</systemitem> user.
188 </para>
189-->
190 </sect2>
191
192 <sect2 role="content">
193 <title>Contents</title>
194
195 <segmentedlist>
196 <segtitle>Installed Programs</segtitle>
197 <segtitle>Installed Libraries</segtitle>
198 <segtitle>Installed Directories</segtitle>
199
200 <seglistitem>
201 <seg>
202 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
203 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
204 Xdmx, xdmxconfig, Xnest, Xorg, Xvfb, and Xwayland
205 </seg>
206 <seg>
207 None
208 </seg>
209 <seg>
210 $XORG_PREFIX/include/xorg,
211 $XORG_PREFIX/lib/xorg,
212 $XORG_PREFIX/share/X11/xorg.conf.d, and
213 /var/lib/xkb
214 </seg>
215 </seglistitem>
216 </segmentedlist>
217
218 <variablelist>
219 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
220 <?dbfo list-presentation="list"?>
221 <?dbhtml list-presentation="table"?>
222
223 <varlistentry id="cvt-x7">
224 <term><command>cvt</command></term>
225 <listitem>
226 <para>
227 calculates VESA CVT mode lines.
228 </para>
229 <indexterm zone="xorg-server cvt-x7">
230 <primary sortas="b-cvt">cvt</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="dmx-x7">
236 <term><command>dmx*</command></term>
237 <listitem>
238 <para>
239 are various tools used for manipulating the dmx server.
240 </para>
241 <indexterm zone="xorg-server dmx-x7">
242 <primary sortas="b-dmx">dmx*</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="gtf-x7">
248 <term><command>gtf</command></term>
249 <listitem>
250 <para>
251 calculates VESA GTF mode lines.
252 </para>
253 <indexterm zone="xorg-server gtf-x7">
254 <primary sortas="b-gtf">gtf</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="vdltodmx-x7">
260 <term><command>vdltodmx</command></term>
261 <listitem>
262 <para>
263 is a tool used to convert VDL config files to DMX config
264 files.
265 </para>
266 <indexterm zone="xorg-server vdltodmx-x7">
267 <primary sortas="b-vdltodmx">vdltodmx</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="X-x7">
273 <term><command>X</command></term>
274 <listitem>
275 <para>
276 is a symbolic link to Xorg.
277 </para>
278 <indexterm zone="xorg-server X-x7">
279 <primary sortas="b-X">X</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="Xnest-x7">
285 <term><command>Xnest</command></term>
286 <listitem>
287 <para>
288 is a nested X server.
289 </para>
290 <indexterm zone="xorg-server Xnest-x7">
291 <primary sortas="b-Xnest">Xnest</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="Xorg-x7">
297 <term><command>Xorg</command></term>
298 <listitem>
299 <para>
300 is the X11R7 X Server.
301 </para>
302 <indexterm zone="xorg-server Xorg-x7">
303 <primary sortas="b-Xorg">Xorg</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry id="Xvfb-x7">
309 <term><command>Xvfb</command></term>
310 <listitem>
311 <para>
312 is the virtual framebuffer X server for X Version 11.
313 </para>
314 <indexterm zone="xorg-server Xvfb-x7">
315 <primary sortas="b-Xvfb">Xvfb</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 <varlistentry id="xdmxconfig-x7">
321 <term><command>xdmxconfig</command></term>
322 <listitem>
323 <para>
324 is a graphical configuration utility for the dmx server.
325 </para>
326 <indexterm zone="xorg-server xdmxconfig-x7">
327 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
332 </variablelist>
333
334 </sect2>
335
336</sect1>
Note: See TracBrowser for help on using the repository browser.