source: x/installing/xorg-server.xml@ ecff6e58

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ecff6e58 was ecff6e58, checked in by Igor Živković <igor@…>, 11 years ago

Xorg-Server: added acpid as optional runtime dependency

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

  • Property mode set to 100644
File size: 8.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 "5d36a6483e8e301875131e8302c67727">
10 <!ENTITY xorg-server-size "5.3 MB">
11 <!ENTITY xorg-server-buildsize "550 MB">
12 <!ENTITY xorg-server-time "2.0 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 &lfs73_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-1.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="mesalib"/>,
88 <xref linkend="openssl"/>,
89 <xref linkend="pixman"/>,
90 <xref linkend="xorg7-font"/> and
91 <xref linkend="xkeyboard-config"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para>
96 <xref linkend="acpid"/> (runtime),
97 <xref linkend="doxygen"/> (to build API documentation),
98 <xref linkend="fop"/>, (to build documentation),
99 <xref linkend="gs"/> (to build documentation) and
100 <xref linkend="xmlto"/>, (to build documentation)
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url='&blfs-wiki;/Xorg7Server'/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Xorg Server</title>
110
111 <para>
112 If you have downloaded the optional patch, apply it by running
113 the following command:
114 </para>
115
116<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>
117
118 <para>
119 Install the server by running the following commands:
120 </para>
121
122<screen><userinput>./configure $XORG_CONFIG \
123 --with-xkb-output=/var/lib/xkb \
124 --enable-install-setuid &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>.
129 </para>
130
131 <para>
132 Now as the <systemitem class="username">root</systemitem>
133 user:
134 </para>
135
136<screen role="root"><userinput>make install &amp;&amp;
137mkdir -pv /etc/X11/xorg.conf.d &amp;&amp;
138cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"
139/tmp/.ICE-unix dir 1777 root root
140/tmp/.X11-unix dir 1777 root root
141EOF</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para>
149 <option>--enable-install-setuid</option>: The Xorg binary must run as
150 the root user. This switch ensures that the binary is installed
151 setuid when <command>make</command> is run by an unprivileged user.
152 </para>
153
154 <para>
155 <command>cat &gt;&gt; /etc/sysconfig/createfiles...</command>: This
156 command creates the <filename class="directory">/tmp/.ICE-unix</filename>
157 and <filename class="directory">/tmp/.X11-unix</filename> directories at
158 startup, and ensures that the permissions and ownership are correct as
159 required by the server.
160 </para>
161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Programs</segtitle>
169 <segtitle>Installed Libraries</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>
174 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
175 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
176 Xdmx, xdmxconfig, Xnest, Xorg and Xvfb
177 </seg>
178 <seg>
179 None
180 </seg>
181 <seg>
182 $XORG_PREFIX/include/xorg,
183 $XORG_PREFIX/lib/xorg,
184 $XORG_PREFIX/share/X11/xorg.conf.d and
185 /var/lib/xkb
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="cvt-x7">
196 <term><command>cvt</command></term>
197 <listitem>
198 <para>
199 calculates VESA CVT mode lines.
200 </para>
201 <indexterm zone="xorg-server cvt-x7">
202 <primary sortas="b-cvt">cvt</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="dmx-x7">
208 <term><command>dmx*</command></term>
209 <listitem>
210 <para>
211 are various tools used for manipulating the dmx server.
212 </para>
213 <indexterm zone="xorg-server dmx-x7">
214 <primary sortas="b-dmx">dmx*</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="gtf-x7">
220 <term><command>gtf</command></term>
221 <listitem>
222 <para>
223 calculates VESA GTF mode lines.
224 </para>
225 <indexterm zone="xorg-server gtf-x7">
226 <primary sortas="b-gtf">gtf</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="vdltodmx-x7">
232 <term><command>vdltodmx</command></term>
233 <listitem>
234 <para>
235 is a tool used to convert VDL config files to DMX config
236 files.
237 </para>
238 <indexterm zone="xorg-server vdltodmx-x7">
239 <primary sortas="b-vdltodmx">vdltodmx</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="X-x7">
245 <term><command>X</command></term>
246 <listitem>
247 <para>
248 is a symbolic link to Xorg.
249 </para>
250 <indexterm zone="xorg-server X-x7">
251 <primary sortas="b-X">X</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="Xnest-x7">
257 <term><command>Xnest</command></term>
258 <listitem>
259 <para>
260 is a nested X server.
261 </para>
262 <indexterm zone="xorg-server Xnest-x7">
263 <primary sortas="b-Xnest">Xnest</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="Xorg-x7">
269 <term><command>Xorg</command></term>
270 <listitem>
271 <para>
272 is the X11R7 X Server.
273 </para>
274 <indexterm zone="xorg-server Xorg-x7">
275 <primary sortas="b-Xorg">Xorg</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="Xvfb-x7">
281 <term><command>Xvfb</command></term>
282 <listitem>
283 <para>
284 is the virtual framebuffer X server for X Version 11.
285 </para>
286 <indexterm zone="xorg-server Xvfb-x7">
287 <primary sortas="b-Xvfb">Xvfb</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="xdmxconfig-x7">
293 <term><command>xdmxconfig</command></term>
294 <listitem>
295 <para>
296 is a graphical configuration utility for the dmx server.
297 </para>
298 <indexterm zone="xorg-server xdmxconfig-x7">
299 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 </variablelist>
305
306 </sect2>
307
308</sect1>
Note: See TracBrowser for help on using the repository browser.