source: x/installing/x7server.xml@ 795baef

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 795baef was 121d292, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Tag files for LFS71.
Revert libdrm to 2.4.33.

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

  • Property mode set to 100644
File size: 8.6 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 "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
8 <!ENTITY xorg-server-download-ftp "ftp://ftp.x.org/pub/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
9 <!ENTITY xorg-server-md5sum "8796fff441e5435ee36a72579008af24">
10 <!ENTITY xorg-server-size "4.8 MB">
11 <!ENTITY xorg-server-buildsize "441 MB">
12 <!ENTITY xorg-server-time "1.9 SBU">
13
14]>
15
16<sect1 id="xorg7-server" xreflabel="Xorg-Server-&xorg-server-version;">
17 <?dbhtml filename="x7server.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="xorg7-server">
27 <primary sortas="a-xorg7-server">Xorg Server</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xorg-Server</title>
32
33 <para>The <application>Xorg</application> Server is the core
34 of the X Window system.</para>
35
36 &lfs71_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&xorg-server-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&xorg-server-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &xorg-server-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &xorg-server-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &xorg-server-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &xorg-server-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="openssl"/>,
64 <xref linkend="pixman"/>,
65 <xref linkend="xorg7-font"/>, and
66 <xref linkend="xkeyboard-config"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para><xref linkend="dbus"/>,
70 <xref linkend="doxygen"/> (to build API documentation),
71 <xref linkend="xmlto"/>, (to build documentation),
72 <xref linkend="fop"/>, (to build documentation),
73 <xref linkend="gs"/> (to build documentation),
74 <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>,
75 <xref linkend="mesalib"/> (required for DRI)</para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url='&blfs-wiki;/Xorg7Server'/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Xorg Server</title>
84
85 <para>Install the server by running the following commands:</para>
86
87<screen><userinput>./configure $XORG_CONFIG \
88 --with-module-dir=$XORG_PREFIX/lib/X11/modules \
89 --with-xkb-output=/var/lib/xkb \
90 --enable-install-setuid &amp;&amp;
91make</userinput></screen>
92
93 <para>To test the results, issue: <command>make check</command>.</para>
94
95 <para>Now as the <systemitem class="username">root</systemitem>
96 user:</para>
97
98<screen role="root"><userinput>make install &amp;&amp;
99ln -s $XORG_PREFIX/share/X11/xorg.conf.d /etc/X11 &amp;&amp;
100cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"
101/tmp/.ICE-unix dir 1777 root root
102EOF</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--with-module-dir=...</parameter>: This parameter
110 sets the destination for the installed modules.</para>
111
112 <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
113 run as the root user. This switch ensures that the binary is installed
114 setuid when <command>make</command> is run by an unprivileged user.</para>
115
116 <para><option>--disable-glx</option>: Disable building of the GLX
117 extension. This parameter is required if building without
118 <application>Mesa</application>.</para>
119
120 <para><option>--disable-dri</option>: Disable building of the DRI
121 extension. This parameter is required if building without
122 <application>Mesa</application>.</para>
123
124 <para><command>ln -s $XORG_PREFIX/share/X11/xorg.conf.d /etc/X11</command>:
125 This command ensures that the <application>Xorg</application> configuration
126 directory is located in <filename
127 class="directory">/etc/X11</filename>.</para>
128
129 <para><command>cat &gt;&gt; /etc/sysconfig/createfiles...</command>: This
130 command creates the <filename class='directory'>/tmp/.ICE-unix</filename>
131 directory at startup, and ensures that the permissions and ownership are
132 correct as is required by the server.</para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>cvt, dmx*, gtf, vdltodmx, X, Xnest, Xorg, Xvfb,
146 and xdmxconfig</seg>
147 <seg>None</seg>
148 <seg>/var/lib/xkb and the following subdirectories of
149 <envar>$XORG_PREFIX</envar>/: include/xorg, include/X11/pixmaps,
150 lib/X11/{getconfig,modules} and lib/xorg</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="cvt-x7">
160 <term><command>cvt</command></term>
161 <listitem>
162 <para>calculates VESA CVT mode lines.</para>
163 <indexterm zone="xorg7-server cvt-x7">
164 <primary sortas="b-cvt">cvt</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="dmx-x7">
170 <term><command>dmx*</command></term>
171 <listitem>
172 <para>are various tools for manipulating the dmx server.</para>
173 <indexterm zone="xorg7-server dmx-x7">
174 <primary sortas="b-dmx">dmx*</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="gtf-x7">
180 <term><command>gtf</command></term>
181 <listitem>
182 <para>calculates VESA GTF mode lines.</para>
183 <indexterm zone="xorg7-server gtf-x7">
184 <primary sortas="b-gtf">gtf</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="vdltodmx-x7">
190 <term><command>vdltodmx</command></term>
191 <listitem>
192 <para>is a tool to convert VDL config files to DMX config
193 files.</para>
194 <indexterm zone="xorg7-server vdltodmx-x7">
195 <primary sortas="b-vdltodmx">vdltodmx</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="X-x7">
201 <term><command>X</command></term>
202 <listitem>
203 <para>is a symbolic link to Xorg.</para>
204 <indexterm zone="xorg7-server X-x7">
205 <primary sortas="b-X">X</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="Xnest-x7">
211 <term><command>Xnest</command></term>
212 <listitem>
213 <para>is a nested X server.</para>
214 <indexterm zone="xorg7-server Xnest-x7">
215 <primary sortas="b-Xnest">Xnest</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="Xorg-x7">
221 <term><command>Xorg</command></term>
222 <listitem>
223 <para>is the X11R7 X Server.</para>
224 <indexterm zone="xorg7-server Xorg-x7">
225 <primary sortas="b-Xorg">Xorg</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="Xvfb-x7">
231 <term><command>Xvfb</command></term>
232 <listitem>
233 <para>is the virtual framebuffer X server for X Version 11.</para>
234 <indexterm zone="xorg7-server Xvfb-x7">
235 <primary sortas="b-Xvfb">Xvfb</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="xdmxconfig-x7">
241 <term><command>xdmxconfig</command></term>
242 <listitem>
243 <para>is a graphical configuration utility for the dmx server.</para>
244 <indexterm zone="xorg7-server xdmxconfig-x7">
245 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 </variablelist>
251
252 </sect2>
253
254</sect1>
Note: See TracBrowser for help on using the repository browser.