source: x/installing/xorg-server.xml@ 4ef6cf5

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 4ef6cf5 was 4ef6cf5, checked in by Andrew Benton <andy@…>, 12 years ago

mkdir /etc/X11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10371 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 "791f0323b886abb7954de7f042bb7dc6">
10 <!ENTITY xorg-server-size "5.2 MB">
11 <!ENTITY xorg-server-buildsize "405 MB">
12 <!ENTITY xorg-server-time "2.1 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>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;
99mkdir /etc/X11 &amp;&amp;
100ln -s $XORG_PREFIX/share/X11/xorg.conf.d /etc/X11 &amp;&amp;
101cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"
102/tmp/.ICE-unix dir 1777 root root
103EOF</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para><parameter>--with-module-dir=...</parameter>: This parameter
111 sets the destination for the installed modules.</para>
112
113 <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
114 run as the root user. This switch ensures that the binary is installed
115 setuid when <command>make</command> is run by an unprivileged user.</para>
116
117<!-- <para><option>- -disable-glx</option>: Disable building of the GLX
118 extension. This parameter is required if building without
119 <application>Mesa</application>.</para>
120
121 <para><option>- -disable-dri</option>: Disable building of the DRI
122 extension. This parameter is required if building without
123 <application>Mesa</application>.</para>
124-->
125
126 <para><command>ln -s $XORG_PREFIX/share/X11/xorg.conf.d /etc/X11</command>:
127 This command ensures that the <application>Xorg</application> configuration
128 directory is located in <filename
129 class="directory">/etc/X11</filename>.</para>
130
131 <para><command>cat &gt;&gt; /etc/sysconfig/createfiles...</command>: This
132 command creates the <filename class='directory'>/tmp/.ICE-unix</filename>
133 directory at startup, and ensures that the permissions and ownership are
134 correct as is required by the server.</para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>cvt, dmx*, gtf, vdltodmx, X, Xnest, Xorg, Xvfb,
148 and xdmxconfig</seg>
149 <seg>None</seg>
150 <seg>/var/lib/xkb and the following subdirectories of
151 <envar>$XORG_PREFIX</envar>/: include/xorg, include/X11/pixmaps,
152 lib/X11/modules and lib/xorg</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="cvt-x7">
162 <term><command>cvt</command></term>
163 <listitem>
164 <para>calculates VESA CVT mode lines.</para>
165 <indexterm zone="xorg-server cvt-x7">
166 <primary sortas="b-cvt">cvt</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="dmx-x7">
172 <term><command>dmx*</command></term>
173 <listitem>
174 <para>are various tools for manipulating the dmx server.</para>
175 <indexterm zone="xorg-server dmx-x7">
176 <primary sortas="b-dmx">dmx*</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="gtf-x7">
182 <term><command>gtf</command></term>
183 <listitem>
184 <para>calculates VESA GTF mode lines.</para>
185 <indexterm zone="xorg-server gtf-x7">
186 <primary sortas="b-gtf">gtf</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="vdltodmx-x7">
192 <term><command>vdltodmx</command></term>
193 <listitem>
194 <para>is a tool to convert VDL config files to DMX config
195 files.</para>
196 <indexterm zone="xorg-server vdltodmx-x7">
197 <primary sortas="b-vdltodmx">vdltodmx</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="X-x7">
203 <term><command>X</command></term>
204 <listitem>
205 <para>is a symbolic link to Xorg.</para>
206 <indexterm zone="xorg-server X-x7">
207 <primary sortas="b-X">X</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="Xnest-x7">
213 <term><command>Xnest</command></term>
214 <listitem>
215 <para>is a nested X server.</para>
216 <indexterm zone="xorg-server Xnest-x7">
217 <primary sortas="b-Xnest">Xnest</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="Xorg-x7">
223 <term><command>Xorg</command></term>
224 <listitem>
225 <para>is the X11R7 X Server.</para>
226 <indexterm zone="xorg-server Xorg-x7">
227 <primary sortas="b-Xorg">Xorg</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="Xvfb-x7">
233 <term><command>Xvfb</command></term>
234 <listitem>
235 <para>is the virtual framebuffer X server for X Version 11.</para>
236 <indexterm zone="xorg-server Xvfb-x7">
237 <primary sortas="b-Xvfb">Xvfb</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xdmxconfig-x7">
243 <term><command>xdmxconfig</command></term>
244 <listitem>
245 <para>is a graphical configuration utility for the dmx server.</para>
246 <indexterm zone="xorg-server xdmxconfig-x7">
247 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 </variablelist>
253
254 </sect2>
255
256</sect1>
Note: See TracBrowser for help on using the repository browser.