source: x/installing/xorg-server.xml@ 43a4e608

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 43a4e608 was 43a4e608, checked in by Ken Moffat <ken@…>, 12 years ago

more tags

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

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