source: x/installing/xorg.xml@ b9d0ddd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 b9d0ddd was 7d7bb83, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged atk.xml

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

  • Property mode set to 100644
File size: 20.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xorg-download-http " ">
8 <!ENTITY xorg-download-ftp "ftp://ftp.opengroup.org/pub/x.org/pub/X11R&xorg-version;/src-single/X11R&xorg-version;-src.tar.bz2">
9 <!ENTITY xorg-md5sum "8131cd7ea1e4566e6e05c438a93fcfe1">
10 <!ENTITY xorg-size "43 MB">
11 <!ENTITY xorg-buildsize "839 MB">
12 <!ENTITY xorg-time "10.34 SBU">
13]>
14
15<sect1 id="xorg" xreflabel="X.org-&xorg-version;">
16 <?dbhtml filename="xorg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Xorg-&xorg-version;</title>
24
25 <indexterm zone="xorg">
26 <primary sortas="a-xorg">Xorg</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Xorg</title>
31
32 <note>
33 <para>There are two packages in BLFS that implement the <application>X
34 Window System</application>: <application>Xorg</application> and
35 <application>XFree86</application>. These packages are quite similar.
36 In fact, the base system of <application>Xorg</application> is
37 <application>XFree86</application>-4.4.0RC2. The primary difference as
38 of this writing is the license provisions of the packages. For someone
39 building a package for their own use, these issues are not significant.
40 Most large commercial distributions have decided to use the
41 <application>Xorg</application> package, but several still use
42 <application>XFree86</application>.</para>
43
44 <para>A second reason for the forking of <application>X</application>
45 packages is the stated goals of the developers. Some developers were
46 unhappy with the administration and progress of
47 <application>XFree86</application>. X.org's future plans include
48 significant improvements to the internals of the system and more frequent
49 releases.</para>
50
51 <para><application>XFree86</application> continues to be a solid,
52 conservative application with excellent driver support.</para>
53
54 <para>Both <application>Xorg</application> and
55 <application>XFree86</application> can be installed in the same way,
56 but this section will provide a slightly different and more current
57 variation for installation.</para>
58 </note>
59
60 <para><application>Xorg</application> is a freely redistributable open-source
61 implementation of the <application>X</application> Window System. This
62 application provides a client/server interface between display hardware (the
63 mouse, keyboard, and video displays) and the desktop environment, while also
64 providing both the windowing infrastructure and a standardized application
65 interface (API).</para>
66
67 <bridgehead renderas="sect3">Package Information</bridgehead>
68 <itemizedlist spacing="compact">
69 <listitem>
70 <para>Download (HTTP): <ulink url="&xorg-download-http;"/></para>
71 </listitem>
72 <listitem>
73 <para>Download (FTP): <ulink url="&xorg-download-ftp;"/></para>
74 </listitem>
75 <listitem>
76 <para>Download MD5 sum: &xorg-md5sum;</para>
77 </listitem>
78 <listitem>
79 <para>Download size: &xorg-size;</para>
80 </listitem>
81 <listitem>
82 <para>Estimated disk space required: &xorg-buildsize;</para>
83 </listitem>
84 <listitem>
85 <para>Estimated build time: &xorg-time;</para>
86 </listitem>
87 </itemizedlist>
88
89 <bridgehead renderas="sect3">Xorg Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Required</bridgehead>
92 <para><xref linkend="libpng"/> and
93 <xref linkend="fontconfig"/></para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para><xref linkend="Linux_PAM"/></para>
97
98 <bridgehead renderas="sect3">Download Instructions</bridgehead>
99
100 <para>As an alternative to downloading the entire source tree in a single
101 file, there are several files that need to be fetched from the download
102 location (directory /pub/x.org/pub/X11R&xorg-version;/src/):</para>
103
104 <itemizedlist spacing='compact'>
105 <listitem>
106 <para><filename>X11R&xorg-version;-src1.tar.gz</filename></para>
107 </listitem>
108 <listitem>
109 <para><filename>X11R&xorg-version;-src2.tar.gz</filename></para>
110 </listitem>
111 <listitem>
112 <para><filename>X11R&xorg-version;-src3.tar.gz</filename></para>
113 </listitem>
114 <listitem>
115 <para><filename>X11R&xorg-version;-src4.tar.gz</filename></para>
116 </listitem>
117 <listitem>
118 <para><filename>X11R&xorg-version;-src5.tar.gz</filename></para>
119 </listitem>
120 <listitem>
121 <para><filename>X11R&xorg-version;-src6.tar.gz</filename></para>
122 </listitem>
123 <listitem>
124 <para><filename>X11R&xorg-version;-src7.tar.gz</filename></para>
125 </listitem>
126 </itemizedlist>
127
128 <para>The first package contains the <application>Xorg</application>
129 libraries and support programs, the second contains standard
130 <application>X</application> programs, the third contains the
131 <application>X</application> server, the fourth and fifth are fonts,
132 the sixth is normal documentation, and the seventh is hardcopy
133 documentation.</para>
134
135 <para>To check your file for integrity, download the
136 <filename>md5sums</filename> file. Then:</para>
137
138<screen><userinput>md5sum -c md5sums</userinput></screen>
139
140 <para>The package (or all seven packages) should give an OK status.</para>
141
142 </sect2>
143
144 <sect2 role="kernel" id='xorg-kernel'>
145 <title>Kernel Configuration</title>
146
147 <indexterm zone="xorg xorg-kernel">
148 <primary sortas="d-Xorg">Xorg</primary>
149 </indexterm>
150
151 <para>If you have an Intel P6 (Pentium Pro, Pentium II and later), it is
152 recommended that you compile MTRR (Memory Type Range Registers) support
153 into the kernel. The kernel can map Cyrix and AMD CPUs to the MTRR
154 interface, so selecting this option is useful for those processors also.
155 This option is found in the "Processor type and features" menu. It can
156 increase performance of image write operations 2.5 times or more on PCI or
157 AGP video cards.</para>
158
159 <para>In the "Character Devices" section, enable AGP Support and select
160 the chipset support on your motherboard. If you do not know the chipset,
161 you may select all the chip types at the expense of extra kernel size.
162 You can usually determine your motherboard's chipset by running the command
163 <command>lspci</command>, a program from the <xref linkend="pciutils"/>
164 package.</para>
165
166 <para>In the "Character Devices" section, <emphasis>disable</emphasis>
167 Direct Rendering Manager unless you have a Direct Rendering Infrastructure
168 (DRI) supported video card. A complete list of DRI supported video cards
169 can be found at <ulink url="http://dri.sourceforge.net" /> in the "Status"
170 section. Currently, supported cards include those from 3dfx (Voodoo,
171 Banshee), 3Dlabs, ATI (Rage Pro, Rage 128, Radeon 7X00, Radeon 2), Intel
172 (i810, i815), and Matrox (G200, G400, G450).</para>
173
174 <para>Additionally NVidia provides their own closed source binary drivers,
175 which do not make use of DRI. If you intend to use these drivers, do not
176 enable DRI.</para>
177
178 <para>If you made any changes to the kernel configuration, recompile and
179 install the new kernel.</para>
180
181 </sect2>
182
183 <sect2 role="installation">
184 <title>Installation of Xorg</title>
185
186 <sect3>
187 <title>Suppressing Xprint-related Modification to '/etc'</title>
188
189 <para><application>Xorg</application> insists on putting
190 its boot and profile scripts into the <filename
191 class="directory">/etc</filename> directory even if specifically told
192 not to compile anything Xprint server or client related (see
193 <filename>host.def</filename> below). The following command will
194 suppress any such modifications:</para>
195
196<screen><userinput>sed -i '/^SUBDIRS =/s/ etc$//' programs/Xserver/Xprint/Imakefile</userinput></screen>
197
198 </sect3>
199
200 <sect3>
201 <title>Setting Up a Shadow Directory</title>
202
203 <para>When building <application>Xorg</application>, you should create
204 a shadow directory of symbolic links for the compiled code. To do that,
205 first make <command>lndir</command>. Starting from the
206 <filename class='directory'>xc</filename> directory:</para>
207
208<screen><userinput>pushd config/util &amp;&amp;
209make -f Makefile.ini lndir</userinput></screen>
210
211 <para>Now, as the <systemitem class="username">root</systemitem>
212 user:</para>
213
214<screen role="root"><userinput>cp -v lndir /usr/bin/</userinput></screen>
215
216 <para>And back as a regular user:</para>
217
218<screen><userinput>popd</userinput></screen>
219
220 <para>Now create the shadow tree:</para>
221
222<screen><userinput>mkdir ../xcbuild &amp;&amp;
223cd ../xcbuild &amp;&amp;
224lndir ../xc</userinput></screen>
225
226 </sect3>
227
228 <sect3>
229 <title>Creating 'host.def'</title>
230
231 <para>The next step is to create the
232 <filename>config/cf/host.def</filename> file. The documentation for
233 <application>Xorg</application> indicates that the application will
234 build without a <filename>host.def</filename> file, but the included
235 libraries for <application>Fontconfig</application> and
236 <application>FreeType2</application> do not build properly on a base
237 LFS system. Therefore, you must specify that these libraries, as well
238 as others, should be imported from the system.</para>
239
240 <note>
241 <para><filename>config/cf/host.def</filename> is a C file, not a
242 shell script. Ensure the comments delimited by /* ... */ are balanced
243 when modifying the file.</para>
244 </note>
245
246<screen><userinput>cat &gt; config/cf/host.def &lt;&lt; "EOF"
247<literal>/* Begin Xorg host.def file */
248
249/* System Related Information. If you read and configure only one
250 * section then it should be this one. The Intel architecture defaults
251 * are set for a i686 and higher. Axp is for the Alpha architecture
252 * and Ppc is for the Power PC. AMD64 is for the Opteron processor.
253 * Note that there have been reports that the Ppc optimization line
254 * causes segmentation faults during build. If that happens, try
255 * building without the DefaultGcc2PpcOpt line. ***********/
256
257/* #define DefaultGcc2i386Opt -O2 -fno-strength-reduce \
258 -fno-strict-aliasing -march=i686 */
259/* #define DefaultGccAMD64Opt -O2 -fno-strength-reduce \
260 -fno-strict-aliasing */
261/* #define DefaultGcc2AxpOpt -O2 -mcpu=ev6 */
262/* #define DefaultGcc2PpcOpt -O2 -mcpu=750 */
263
264#define HasFreetype2 YES
265#define HasFontconfig YES
266#define HasExpat YES
267#define HasLibpng YES
268#define HasZlib YES
269
270/*
271 * Which drivers to build. When building a static server, each of
272 * these will be included in it. When building the loadable server
273 * each of these modules will be built.
274 *
275#define XF86CardDrivers mga glint nv tga s3virge sis rendition \
276 neomagic i740 tdfx savage \
277 cirrus vmware tseng trident chips apm \
278 GlideDriver fbdev i128 \
279 ati AgpGartDrivers DevelDrivers ark \
280 cyrix siliconmotion vesa vga \
281 XF86OSCardDrivers XF86ExtraCardDrivers
282*/
283
284/*
285 * Select the XInput devices you want by uncommenting this.
286 *
287#define XInputDrivers mouse keyboard acecad calcomp citron \
288 digitaledge dmc dynapro elographics \
289 microtouch mutouch penmount spaceorb \
290 summa wacom void magictouch aiptek
291 */
292
293/* Most installs will only need this */
294
295#define XInputDrivers mouse keyboard
296
297/* Disable building Xprint server and clients until we get them figured
298 * out but build Xprint libraries to allow precompiled binaries such as
299 * Acrobat Reader to run.
300 */
301
302#define XprtServer NO
303#define BuildXprintClients NO
304
305/* End Xorg host.def file */</literal>
306EOF</userinput></screen>
307
308 <para>There are several other options that you may want to consider.
309 A well documented example file is
310 <filename>config/cf/xorgsite.def</filename>.</para>
311
312 </sect3>
313
314 <sect3>
315 <title>Build Commands</title>
316
317 <para>Install <application>Xorg</application> by running the
318 following commands:</para>
319
320<screen><userinput>sed -i -e "s@^#include &lt;linux/config.h&gt;@/* &amp; */@" \
321 `grep -lr linux/config.h *` &amp;&amp;
322( make World 2&gt;&amp;1 | tee xorg-compile.log &amp;&amp; exit $PIPESTATUS )</userinput></screen>
323
324 <para>Again as the <systemitem class="username">root</systemitem>
325 user:</para>
326
327<screen role="root"><userinput>make install &amp;&amp;
328make install.man &amp;&amp;
329ln -v -sf ../X11R6/bin /usr/bin/X11 &amp;&amp;
330ln -v -sf ../X11R6/lib/X11 /usr/lib/X11 &amp;&amp;
331ln -v -sf ../X11R6/include/X11 /usr/include/X11</userinput></screen>
332
333 </sect3>
334
335 </sect2>
336
337 <sect2 role="commands">
338 <title>Command Explanations</title>
339
340 <para><command>sed -i -e "s@^#include &lt;linux/config.h&gt;@...</command>:
341 The <application>Linux-Libc-Headers</application> package installed in
342 LFS installs a <filename>/usr/include/linux/config.h</filename> file
343 which is not compatible with userspace applications. The recommended fix
344 for applications including this file is to remove it (see <ulink
345 url="http://ep09.pld-linux.org/~mmazur/linux-libc-headers/doc/FAQ">
346 linux-libc-headers FAQ</ulink>). The <command>sed</command> uses
347 <command>grep -lr</command> to replace all occurences. If you desire, just
348 remove (comment) the line in the appropriate video driver file if you
349 customized <filename>host.def</filename>.</para>
350
351 <para><command>( make World 2&gt;&amp;1 | tee xorg-compile.log
352 &amp;&amp; exit $PIPESTATUS )</command>: This command runs multiple
353 <filename>Makefile</filename>s to completely rebuild the system.
354 <parameter>2&gt;&amp;1</parameter> redirects error messages to the
355 same location as standard output. The <command>tee</command> command
356 allows viewing of the output while logging the results to a file. The
357 parentheses around the command runs the entire comand in a subshell
358 and finally the <command>exit $PIPESTATUS</command> ensures the result
359 of the <command>make</command> is returned as the result and not the
360 result of the <command>tee</command> command.</para>
361
362 <note>
363 <para>When rebuilding <application>Xorg</application>, a separate
364 command that may be used if only minor changes are made to the sources
365 is <command>make Everything</command>. This does not automatically
366 remove generated files and only rebuilds those files or programs that
367 are out of date.</para>
368 </note>
369
370 <para><command>ln -v -sf ...</command>: These commands are present to
371 enable other (broken) packages to build against
372 <application>Xorg</application>, even though the Filesystem Hierarchy
373 Standard says: <quote>In general, software must not be installed or
374 managed via the above symbolic links. They are intended for utilization
375 by users only.</quote></para>
376
377 </sect2>
378
379 <sect2 role="configuration" id='xorg-config'>
380 <title>Configuring Xorg</title>
381
382 <para>Edit <filename>/etc/ld.so.conf</filename> and add
383 <filename class="directory">/usr/X11R6/lib</filename>. Run:</para>
384
385 <indexterm zone="xorg xorg-config">
386 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
387 </indexterm>
388
389<screen role="root"><userinput>ldconfig</userinput></screen>
390
391 <para>Ensure <filename class="directory">/usr/X11R6/bin</filename>
392 and <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>
393 are added to your <envar>PATH</envar> and <envar>PKG_CONFIG_PATH</envar>
394 environment variables, respectively. Instructions for doing this are
395 described in the section <xref linkend='postlfs-config-profile'/>.</para>
396
397 <para>Create the <filename>xorg.conf</filename> file with:</para>
398
399<screen><userinput>cd ~r &amp;&amp;
400Xorg -configure</userinput></screen>
401
402 <para>The screen will go black and you may hear some clicking of the monitor.
403 This command will create a file, <filename>xorg.conf.new</filename> in your
404 home directory.</para>
405
406 <indexterm zone="xorg xorg-config">
407 <primary sortas="e-etc-X11-xorg-conf">/etc/X11/xorg.conf</primary>
408 </indexterm>
409
410 <para>Edit <filename>xorg.conf.new</filename> to suit your system. The
411 details of the file are located in the xorg.conf man page. Some things
412 you may want to do are:</para>
413
414 <itemizedlist>
415 <listitem>
416 <para>Section "Files". Change the order of the font paths searched.
417 You may want to put 100dpi fonts ahead of 75dpi fonts if your system
418 normally comes up closer to 100 dots per inch. You may want to remove
419 some font directories completely.</para>
420 </listitem>
421 <listitem>
422 <para>Section "Module". If you are going to install NVidia
423 drivers, remove the "dri" line.</para>
424 </listitem>
425 <listitem>
426 <para>Sections "InputDevice". You may want to change the
427 keyboard autorepeat rate by adding
428 <option>Option "Autorepeat" "250 30"</option>.</para>
429 </listitem>
430 <listitem>
431 <para>Section "Monitor". Specify the <option>VertRefresh</option>
432 and <option>HorizSync</option> values if the system does not
433 automatically detect the monitor and its values.</para>
434 </listitem>
435 <listitem>
436 <para>Section "Device". You may want to set some of the options
437 available for your selected video driver. A description of the driver
438 parameters is in the man page for your driver.</para>
439 </listitem>
440 <listitem><para>Section "Screen". Add a DefaultDepth statement such as:
441 <option>DefaultDepth 24</option>. In the SubSection for your
442 default depth, add a modes line such as:
443 <option>Modes "1600x1200" "1280x1024" "1024x768"</option>. The first
444 mode listed will normally be the starting resolution.</para>
445 </listitem>
446 </itemizedlist>
447
448 <para>Test the system with:</para>
449
450<screen><userinput>X -config ~/xorg.conf.new</userinput></screen>
451
452 <para>You will only get a gray background with an X-shaped mouse cursor,
453 but it confirms the system is working. Exit with
454 <keycap>Control+Alt+Backspace</keycap>. If the system does not work, take
455 a look at <filename>/var/log/Xorg.0.log</filename> to see what went
456 wrong.</para>
457
458 <para>Move the configuration file to its final location:</para>
459
460<screen role="root"><userinput>mv ~/xorg.conf.new /etc/X11/xorg.conf</userinput></screen>
461
462 <para>Create <filename>.xinitrc</filename>:</para>
463
464<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
465<literal># Begin .xinitrc file
466xterm -g 80x40+0+0 &amp;
467xclock -g 100x100-0+0 &amp;
468twm</literal>
469EOF</userinput></screen>
470
471 <para>This provides an initial screen with an xterm and a clock that is
472 managed by a simple window manager, Tab Window Manager. For details of
473 <command>twm</command>, see the man page.</para>
474
475 <indexterm zone="xorg xorg-config">
476 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
477 </indexterm>
478
479 <note>
480 <para>When needed, <application>Xorg</application> creates the directory
481 <filename>/tmp/.ICE-unix</filename> if it does not exist. If this
482 directory is not owned by <systemitem class="username">root</systemitem>,
483 <application>Xorg</application> delays startup by a few seconds and also
484 appends a warning to the logfile. This also affects startup of other
485 applications. To improve performance, it is advisable to manually create
486 the directory before <application>Xorg</application> uses it. Add the
487 file creation to <filename>/etc/sysconfig/createfiles</filename> that is
488 sourced by the <filename>/etc/rc.d/init.d/cleanfs</filename> startup
489 script.</para>
490
491<screen role="root"><userinput>cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"
492<literal>/tmp/.ICE-unix dir 1777 root root</literal>
493EOF</userinput></screen>
494
495 </note>
496
497 <indexterm zone="xorg xorg-config">
498 <primary
499 sortas="e-etc-sysconfig-createfiles">/etc/sysconfig/createfiles</primary>
500 </indexterm>
501
502 <para>Start <application>X</application> with:</para>
503
504<screen><userinput>startx</userinput></screen>
505
506 <para>to get a basic functional <application>X Window
507 System</application>.</para>
508
509 <para>At this point, you should check out <xref linkend='x-setup'/> for
510 the necessary configuration to make <application>X</application> fully
511 functional. Additionally, you can have a look at <xref linkend='x-config'/>
512 for information on fine tuning your <application>X</application>
513 configuration.</para>
514
515 <para>For a list of the package contents and a description of the commands,
516 see the sections in the <xref linkend='xfree86-contents'/>.</para>
517
518 </sect2>
519
520</sect1>
Note: See TracBrowser for help on using the repository browser.