source: x/installing/x7server.xml@ 3b69a2aa

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 3b69a2aa was 3b69a2aa, checked in by DJ Lucas <dj@…>, 13 years ago

Separated Xorg Utilities packages.

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

  • Property mode set to 100644
File size: 7.0 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
7 <!ENTITY xorg-server-download-http "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
[8f1faf9f]8 <!ENTITY xorg-server-download-ftp "ftp://ftp.x.org/pub/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
[ce749cb3]9 <!ENTITY xorg-server-md5sum "5bef6839a76d029204ab31aa2fcb5201">
10 <!ENTITY xorg-server-size "5.1 MB">
11 <!ENTITY xorg-server-buildsize "286 MB">
[b1e3537]12 <!ENTITY xorg-server-time "1.9 SBU">
[3f72a148]13
14]>
15
16<sect1 id="xorg7-server" xreflabel="Xorg-Server-&xorg-server-version;">
17 <?dbhtml filename="x7server.html"?>
18
19 <sect1info>
[93f3de5]20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
[3f72a148]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
[5e8be1c]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
[3b69a2aa]36 &lfs67_checked;
37
[5e8be1c]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>
[6f3e2f8]63 <para role="required"><xref linkend="openssl"/>,
64 <xref linkend="pixman"/>,
[41ca145]65 <xref linkend="xorg7-font"/>, and
[f3adb6c]66 <xref linkend="xkeyboard-config"/></para>
[5e8be1c]67
[b1e3537]68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para><xref linkend="dbus"/>,
70 <xref linkend="doxygen"/> (to build API documentation),
[b8a1c6d]71 <xref linkend="xmlto"/>, (to build documentation),
72 <xref linkend="fop"/>, (to build documentation),
[b1e3537]73 <xref linkend="gs"/> (to build documentation),
74 <xref linkend="hal"/> (not recommended, disabled by default),
75 <xref linkend="mesalib"/> (required for DRI)</para>
[9ba5bd9]76
[5e8be1c]77 <para condition="html" role="usernotes">User Notes:
78 <ulink url='&blfs-wiki;/Xorg7Server'/></para>
79
80 </sect2>
[10eeae12]81
[3f72a148]82 <sect2 role="installation">
83 <title>Installation of Xorg Server</title>
84
85 <para>Install the server by running the following commands:</para>
86
[2d006066]87<screen><userinput>./configure $XORG_CONFIG \
[3f72a148]88 --with-module-dir=$XORG_PREFIX/lib/X11/modules \
[43c070b]89 --with-xkb-output=/var/lib/xkb \
[b1e3537]90 --enable-install-setuid \
91 --disable-config-hal &amp;&amp;
[3f72a148]92make</userinput></screen>
93
[ad54ac8]94 <para>This package does not come with a test suite.</para>
95
[3f72a148]96 <para>Now as the <systemitem class="username">root</systemitem>
97 user:</para>
98
[5e8be1c]99<screen role="root"><userinput>make install</userinput></screen>
[3f72a148]100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
[c23b62b]106 <para><parameter>--with-module-dir=...</parameter>: This parameter
[7be99f2c]107 sets the destination for the installed modules.</para>
108
[3f72a148]109 <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
[c23b62b]110 run as the root user. This switch ensures that the binary is installed
[04c940c3]111 setuid when <command>make</command> is run by an unprivileged user.</para>
[3f72a148]112
[b1e3537]113 <para><parameter>--disable-config-hal</parameter>: Disable the use of
114 <application>HAL</application>.</para>
115
[0c13511a]116 <para><option>--disable-glx</option>: Disable building of the GLX
[c23b62b]117 extension. This parameter is required if building without
[e257101]118 <application>Mesa</application>.</para>
119
[0c13511a]120 <para><option>--disable-dri</option>: Disable building of the DRI
[7be99f2c]121 extension. This parameter is required if building without
[e257101]122 <application>Mesa</application>.</para>
123
[0c13511a]124 <para><option>--disable-config-dbus</option>: Disable the use of
[57764d9]125 <application>D-Bus</application>.</para>
[3f72a148]126 </sect2>
127
[7ab35da]128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
[9ba5bd9]137 <seg>cvt, gtf, X, Xnest, Xorg, and Xvfb</seg>
[7ab35da]138 <seg>None</seg>
139 <seg>/var/lib/xkb and the following subdirectories of
140 <envar>$XORG_PREFIX</envar>/: include/xorg, include/X11/pixmaps,
[9ba5bd9]141 lib/X11/{getconfig,modules} and lib/xorg</seg>
[7ab35da]142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="cvt-x7">
151 <term><command>cvt</command></term>
152 <listitem>
153 <para>calculates VESA CVT mode lines.</para>
154 <indexterm zone="xorg7-server cvt-x7">
155 <primary sortas="b-cvt">cvt</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="gtf-x7">
161 <term><command>gtf</command></term>
162 <listitem>
163 <para>calculates VESA GTF mode lines.</para>
164 <indexterm zone="xorg7-server gtf-x7">
165 <primary sortas="b-gtf">gtf</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="X-x7">
171 <term><command>X</command></term>
172 <listitem>
173 <para>is a symbolic link to Xorg.</para>
174 <indexterm zone="xorg7-server X-x7">
175 <primary sortas="b-X">X</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="Xnest-x7">
181 <term><command>Xnest</command></term>
182 <listitem>
183 <para>is a nested X server.</para>
184 <indexterm zone="xorg7-server Xnest-x7">
185 <primary sortas="b-Xnest">Xnest</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="Xorg-x7">
191 <term><command>Xorg</command></term>
192 <listitem>
193 <para>is the X11R7 X Server.</para>
194 <indexterm zone="xorg7-server Xorg-x7">
195 <primary sortas="b-Xorg">Xorg</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="Xvfb-x7">
201 <term><command>Xvfb</command></term>
202 <listitem>
203 <para>is the virtual framebuffer X server for X Version 11.</para>
204 <indexterm zone="xorg7-server Xvfb-x7">
205 <primary sortas="b-Xvfb">Xvfb</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
[3f72a148]214</sect1>
Note: See TracBrowser for help on using the repository browser.