source: x/installing/x7server.xml@ d28b5ef

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

Updated to xorg-server-1.9.3.

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

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