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

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 d7fb5586 was d7fb5586, checked in by Krejzi <krejzi@…>, 11 years ago

Xorg Server 1.14.0.

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