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

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

update to xorg-server-1.15.0

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

  • Property mode set to 100644
File size: 8.9 KB
RevLine 
[3f72a148]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f72a148]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2f4014b]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">
[fa0c6f9]9 <!ENTITY xorg-server-md5sum "c2ace3697b32414094cf8c597c39d7d9">
[2f4014b]10 <!ENTITY xorg-server-size "5.3 MB">
[fa0c6f9]11 <!ENTITY xorg-server-buildsize "548 MB">
12 <!ENTITY xorg-server-time "1.8 SBU">
[3f72a148]13]>
14
[5faf7f7e]15<sect1 id="xorg-server" xreflabel="Xorg-Server-&xorg-server-version;">
16 <?dbhtml filename="xorg-server.html"?>
[3f72a148]17
18 <sect1info>
[93f3de5]19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[3f72a148]21 </sect1info>
22
23 <title>Xorg-Server-&xorg-server-version;</title>
24
[5faf7f7e]25 <indexterm zone="xorg-server">
[2f4014b]26 <primary sortas="a-xorg-server">xorg-server</primary>
[3f72a148]27 </indexterm>
28
[5e8be1c]29 <sect2 role="package">
[2f4014b]30 <title>Introduction to Xorg Server</title>
[5e8be1c]31
[2f4014b]32 <para>
33 The <application>Xorg</application> Server is the core
34 of the X Window system.
35 </para>
[5e8be1c]36
[5f26d66f]37 &lfs74_checked;
[3b69a2aa]38
[5e8be1c]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[2f4014b]42 <para>
43 Download (HTTP): <ulink url="&xorg-server-download-http;"/>
44 </para>
[5e8be1c]45 </listitem>
46 <listitem>
[2f4014b]47 <para>
48 Download (FTP): <ulink url="&xorg-server-download-ftp;"/>
49 </para>
[5e8be1c]50 </listitem>
51 <listitem>
[2f4014b]52 <para>
53 Download MD5 sum: &xorg-server-md5sum;
54 </para>
[5e8be1c]55 </listitem>
56 <listitem>
[2f4014b]57 <para>
58 Download size: &xorg-server-size;
59 </para>
[5e8be1c]60 </listitem>
61 <listitem>
[2f4014b]62 <para>
63 Estimated disk space required: &xorg-server-buildsize;
64 </para>
[5e8be1c]65 </listitem>
66 <listitem>
[2f4014b]67 <para>
68 Estimated build time: &xorg-server-time;
69 </para>
[5e8be1c]70 </listitem>
71 </itemizedlist>
72
[52a90a3]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
[5e8be1c]83 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
[2f4014b]86 <para role="required">
87 <xref linkend="openssl"/>,
88 <xref linkend="pixman"/>,
[534f7d7]89 <xref linkend="xorg7-font"/>, and
[2f4014b]90 <xref linkend="xkeyboard-config"/>
91 </para>
[5e8be1c]92
[b1e3537]93 <bridgehead renderas="sect4">Optional</bridgehead>
[2f4014b]94 <para>
[ecff6e58]95 <xref linkend="acpid"/> (runtime),
[2f4014b]96 <xref linkend="doxygen"/> (to build API documentation),
97 <xref linkend="fop"/>, (to build documentation),
[534f7d7]98 <xref linkend="gs"/> (to build documentation), and
[2f4014b]99 <xref linkend="xmlto"/>, (to build documentation)
100 </para>
[9ba5bd9]101
[5e8be1c]102 <para condition="html" role="usernotes">User Notes:
[2f4014b]103 <ulink url='&blfs-wiki;/Xorg7Server'/>
104 </para>
[5e8be1c]105 </sect2>
[10eeae12]106
[3f72a148]107 <sect2 role="installation">
108 <title>Installation of Xorg Server</title>
109
[52a90a3]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>
[3f72a148]120
[d7fb5586]121<screen><userinput>./configure $XORG_CONFIG \
[2f4014b]122 --with-xkb-output=/var/lib/xkb \
123 --enable-install-setuid &amp;&amp;
[3f72a148]124make</userinput></screen>
125
[2f4014b]126 <para>
127 To test the results, issue: <command>make check</command>.
128 </para>
[ad54ac8]129
[2f4014b]130 <para>
131 Now as the <systemitem class="username">root</systemitem>
132 user:
133 </para>
[3f72a148]134
[7c472863]135<screen role="root"><userinput>make install &amp;&amp;
[2f4014b]136mkdir -pv /etc/X11/xorg.conf.d &amp;&amp;
[468d722]137cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"
[be9c663]138<literal>/tmp/.ICE-unix dir 1777 root root
139/tmp/.X11-unix dir 1777 root root</literal>
[468d722]140EOF</userinput></screen>
[3f72a148]141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
[2f4014b]147 <para>
[be9c663]148 <parameter>--enable-install-setuid</parameter>: The Xorg binary must run as
[2f4014b]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>
[468d722]152
[2f4014b]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>
[468d722]160
[3f72a148]161 </sect2>
162
[7ab35da]163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
[95e8211]168 <segtitle>Installed Libraries</segtitle>
[7ab35da]169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
[2f4014b]172 <seg>
173 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
174 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
[534f7d7]175 Xdmx, xdmxconfig, Xnest, Xorg, and Xvfb
[2f4014b]176 </seg>
[95e8211]177 <seg>
178 None
179 </seg>
[2f4014b]180 <seg>
181 $XORG_PREFIX/include/xorg,
182 $XORG_PREFIX/lib/xorg,
[534f7d7]183 $XORG_PREFIX/share/X11/xorg.conf.d, and
[2f4014b]184 /var/lib/xkb
185 </seg>
[7ab35da]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>
[2f4014b]197 <para>
198 calculates VESA CVT mode lines.
199 </para>
[5faf7f7e]200 <indexterm zone="xorg-server cvt-x7">
[7ab35da]201 <primary sortas="b-cvt">cvt</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
[7c472863]206 <varlistentry id="dmx-x7">
207 <term><command>dmx*</command></term>
208 <listitem>
[2f4014b]209 <para>
210 are various tools used for manipulating the dmx server.
211 </para>
[5faf7f7e]212 <indexterm zone="xorg-server dmx-x7">
[7c472863]213 <primary sortas="b-dmx">dmx*</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
[7ab35da]218 <varlistentry id="gtf-x7">
219 <term><command>gtf</command></term>
220 <listitem>
[2f4014b]221 <para>
222 calculates VESA GTF mode lines.
223 </para>
[5faf7f7e]224 <indexterm zone="xorg-server gtf-x7">
[7ab35da]225 <primary sortas="b-gtf">gtf</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
[7c472863]230 <varlistentry id="vdltodmx-x7">
231 <term><command>vdltodmx</command></term>
232 <listitem>
[2f4014b]233 <para>
234 is a tool used to convert VDL config files to DMX config
235 files.
236 </para>
[5faf7f7e]237 <indexterm zone="xorg-server vdltodmx-x7">
[7c472863]238 <primary sortas="b-vdltodmx">vdltodmx</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
[7ab35da]243 <varlistentry id="X-x7">
244 <term><command>X</command></term>
245 <listitem>
[2f4014b]246 <para>
247 is a symbolic link to Xorg.
248 </para>
[5faf7f7e]249 <indexterm zone="xorg-server X-x7">
[7ab35da]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>
[2f4014b]258 <para>
259 is a nested X server.
260 </para>
[5faf7f7e]261 <indexterm zone="xorg-server Xnest-x7">
[7ab35da]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>
[2f4014b]270 <para>
271 is the X11R7 X Server.
272 </para>
[5faf7f7e]273 <indexterm zone="xorg-server Xorg-x7">
[7ab35da]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>
[2f4014b]282 <para>
283 is the virtual framebuffer X server for X Version 11.
284 </para>
[5faf7f7e]285 <indexterm zone="xorg-server Xvfb-x7">
[7ab35da]286 <primary sortas="b-Xvfb">Xvfb</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
[7c472863]291 <varlistentry id="xdmxconfig-x7">
292 <term><command>xdmxconfig</command></term>
293 <listitem>
[2f4014b]294 <para>
295 is a graphical configuration utility for the dmx server.
296 </para>
[5faf7f7e]297 <indexterm zone="xorg-server xdmxconfig-x7">
[7c472863]298 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
[7ab35da]303 </variablelist>
304
305 </sect2>
306
[3f72a148]307</sect1>
Note: See TracBrowser for help on using the repository browser.