source: x/installing/x7server.xml@ de53c9be

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

Various xorg cleanups.

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

  • Property mode set to 100644
File size: 7.0 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 "5bef6839a76d029204ab31aa2fcb5201">
10 <!ENTITY xorg-server-size "5.1 MB">
11 <!ENTITY xorg-server-buildsize "286 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 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&xorg-server-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&xorg-server-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &xorg-server-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &xorg-server-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &xorg-server-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &xorg-server-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Xorg Server Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="openssl"/>,
62 <xref linkend="pixman"/>,
63 <xref linkend="xorg7-font"/>, and
64 <xref linkend="xkeyboard-config"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para><xref linkend="dbus"/>,
68 <xref linkend="doxygen"/> (to build API documentation),
69 <xref linkend="xmlto"/>, (to build documentation),
70 <xref linkend="fop"/>, (to build documentation),
71 <xref linkend="gs"/> (to build documentation),
72 <xref linkend="hal"/> (not recommended, disabled by default),
73 <xref linkend="mesalib"/> (required for DRI)</para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url='&blfs-wiki;/Xorg7Server'/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Xorg Server</title>
82
83 <para>Install the server by running the following commands:</para>
84
85<screen><userinput>./configure $XORG_CONFIG \
86 --with-module-dir=$XORG_PREFIX/lib/X11/modules \
87 --with-xkb-output=/var/lib/xkb \
88 --enable-install-setuid \
89 --disable-config-hal &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite.</para>
93
94 <para>Now as the <systemitem class="username">root</systemitem>
95 user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--with-module-dir=...</parameter>: This parameter
105 sets the destination for the installed modules.</para>
106
107 <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
108 run as the root user. This switch ensures that the binary is installed
109 setuid when <command>make</command> is run by an unprivileged user.</para>
110
111 <para><parameter>--disable-config-hal</parameter>: Disable the use of
112 <application>HAL</application>.</para>
113
114 <para><option>--disable-glx</option>: Disable building of the GLX
115 extension. This parameter is required if building without
116 <application>Mesa</application>.</para>
117
118 <para><option>--disable-dri</option>: Disable building of the DRI
119 extension. This parameter is required if building without
120 <application>Mesa</application>.</para>
121
122 <para><option>--disable-config-dbus</option>: Disable the use of
123 <application>D-Bus</application>.</para>
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>cvt, gtf, X, Xnest, Xorg, and Xvfb</seg>
136 <seg>None</seg>
137 <seg>/var/lib/xkb and the following subdirectories of
138 <envar>$XORG_PREFIX</envar>/: include/xorg, include/X11/pixmaps,
139 lib/X11/{getconfig,modules} and lib/xorg</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="cvt-x7">
149 <term><command>cvt</command></term>
150 <listitem>
151 <para>calculates VESA CVT mode lines.</para>
152 <indexterm zone="xorg7-server cvt-x7">
153 <primary sortas="b-cvt">cvt</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="gtf-x7">
159 <term><command>gtf</command></term>
160 <listitem>
161 <para>calculates VESA GTF mode lines.</para>
162 <indexterm zone="xorg7-server gtf-x7">
163 <primary sortas="b-gtf">gtf</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="X-x7">
169 <term><command>X</command></term>
170 <listitem>
171 <para>is a symbolic link to Xorg.</para>
172 <indexterm zone="xorg7-server X-x7">
173 <primary sortas="b-X">X</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="Xnest-x7">
179 <term><command>Xnest</command></term>
180 <listitem>
181 <para>is a nested X server.</para>
182 <indexterm zone="xorg7-server Xnest-x7">
183 <primary sortas="b-Xnest">Xnest</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="Xorg-x7">
189 <term><command>Xorg</command></term>
190 <listitem>
191 <para>is the X11R7 X Server.</para>
192 <indexterm zone="xorg7-server Xorg-x7">
193 <primary sortas="b-Xorg">Xorg</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="Xvfb-x7">
199 <term><command>Xvfb</command></term>
200 <listitem>
201 <para>is the virtual framebuffer X server for X Version 11.</para>
202 <indexterm zone="xorg7-server Xvfb-x7">
203 <primary sortas="b-Xvfb">Xvfb</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 </variablelist>
209
210 </sect2>
211
212</sect1>
Note: See TracBrowser for help on using the repository browser.