source: x/installing/xorg-server.xml@ 52a90a3

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

Xorg Server 1.13.1.

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

  • Property mode set to 100644
File size: 8.8 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 "a13d8876e3e804189392119638a07a1f">
10 <!ENTITY xorg-server-size "5.3 MB">
11 <!ENTITY xorg-server-buildsize "575 MB">
12 <!ENTITY xorg-server-time "2.0 SBU">
13
14]>
15
16<sect1 id="xorg-server" xreflabel="Xorg-Server-&xorg-server-version;">
17 <?dbhtml filename="xorg-server.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xorg-Server-&xorg-server-version;</title>
25
26 <indexterm zone="xorg-server">
27 <primary sortas="a-xorg-server">xorg-server</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xorg Server</title>
32
33 <para>
34 The <application>Xorg</application> Server is the core
35 of the X Window system.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xorg-server-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xorg-server-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xorg-server-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xorg-server-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xorg-server-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xorg-server-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Optional patch:
79 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="mesalib"/>,
89 <xref linkend="openssl"/>,
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="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 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 $XORG_PREFIX/include/xorg,
179 $XORG_PREFIX/lib/xorg,
180 $XORG_PREFIX/share/X11/xorg.conf.d and
181 /var/lib/xkb
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="cvt-x7">
192 <term><command>cvt</command></term>
193 <listitem>
194 <para>
195 calculates VESA CVT mode lines.
196 </para>
197 <indexterm zone="xorg-server cvt-x7">
198 <primary sortas="b-cvt">cvt</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="dmx-x7">
204 <term><command>dmx*</command></term>
205 <listitem>
206 <para>
207 are various tools used for manipulating the dmx server.
208 </para>
209 <indexterm zone="xorg-server dmx-x7">
210 <primary sortas="b-dmx">dmx*</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="gtf-x7">
216 <term><command>gtf</command></term>
217 <listitem>
218 <para>
219 calculates VESA GTF mode lines.
220 </para>
221 <indexterm zone="xorg-server gtf-x7">
222 <primary sortas="b-gtf">gtf</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="vdltodmx-x7">
228 <term><command>vdltodmx</command></term>
229 <listitem>
230 <para>
231 is a tool used to convert VDL config files to DMX config
232 files.
233 </para>
234 <indexterm zone="xorg-server vdltodmx-x7">
235 <primary sortas="b-vdltodmx">vdltodmx</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="X-x7">
241 <term><command>X</command></term>
242 <listitem>
243 <para>
244 is a symbolic link to Xorg.
245 </para>
246 <indexterm zone="xorg-server X-x7">
247 <primary sortas="b-X">X</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="Xnest-x7">
253 <term><command>Xnest</command></term>
254 <listitem>
255 <para>
256 is a nested X server.
257 </para>
258 <indexterm zone="xorg-server Xnest-x7">
259 <primary sortas="b-Xnest">Xnest</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="Xorg-x7">
265 <term><command>Xorg</command></term>
266 <listitem>
267 <para>
268 is the X11R7 X Server.
269 </para>
270 <indexterm zone="xorg-server Xorg-x7">
271 <primary sortas="b-Xorg">Xorg</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="Xvfb-x7">
277 <term><command>Xvfb</command></term>
278 <listitem>
279 <para>
280 is the virtual framebuffer X server for X Version 11.
281 </para>
282 <indexterm zone="xorg-server Xvfb-x7">
283 <primary sortas="b-Xvfb">Xvfb</primary>
284 </indexterm>
285 </listitem>
286 </varlistentry>
287
288 <varlistentry id="xdmxconfig-x7">
289 <term><command>xdmxconfig</command></term>
290 <listitem>
291 <para>
292 is a graphical configuration utility for the dmx server.
293 </para>
294 <indexterm zone="xorg-server xdmxconfig-x7">
295 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 </variablelist>
301
302 </sect2>
303
304</sect1>
Note: See TracBrowser for help on using the repository browser.