source: x/installing/xorg-server.xml@ 29b761e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 29b761e was 29b761e, checked in by Igor Živković <igor@…>, 10 years ago

Update to xorg-server-1.15.2.

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

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