source: x/installing/xorg.xml@ 323d61c

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 323d61c was 323d61c, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos in SGML-Common and Xorg instructions; removed unnecessary text from FontConfig instructions

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

  • Property mode set to 100644
File size: 21.4 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 of the "Device Drivers" menu,
160 enable AGP Support and select the chipset support on your motherboard. If
161 you do not know the chipset, you may select all the chip types at the
162 expense of extra kernel size. You can usually determine your motherboard's
163 chipset by running the command <command>lspci</command>, a program from the
164 <xref linkend="pciutils"/> 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 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/* Uncomment the following define if you would prefer to install X into
306 * /usr or change it to any other location that you prefer.
307 * The GL defines disable compatibility symlinks (the links are not needed
308 * when X is installed in /usr).
309#define ProjectRoot /usr
310 */
311
312/* Uncomment the following define if you would prefer to install the
313 * fonts into /usr/share/fonts, a directory that is fontconfig's default
314 * font search path.
315#define FontDir /usr/share/fonts
316 */
317
318/* End Xorg host.def file */</literal>
319EOF</userinput></screen>
320
321 <para>There are several other options that you may want to consider.
322 A well documented example file is
323 <filename>config/cf/xorgsite.def</filename>.</para>
324
325 </sect3>
326
327 <sect3>
328 <title>Build Commands</title>
329
330 <para>Install <application>Xorg</application> by running the
331 following commands:</para>
332
333<screen><userinput>sed -i -e "s@^#include &lt;linux/config.h&gt;@/* &amp; */@" \
334 `grep -lr linux/config.h *` &amp;&amp;
335( make World 2&gt;&amp;1 | tee xorg-compile.log &amp;&amp; exit $PIPESTATUS )</userinput></screen>
336
337 <para>Again as the <systemitem class="username">root</systemitem>
338 user:</para>
339
340<screen role="root"><userinput>make install &amp;&amp;
341make install.man &amp;&amp;
342ln -v -sf ../X11R6/bin /usr/bin/X11 &amp;&amp;
343ln -v -sf ../X11R6/lib/X11 /usr/lib/X11 &amp;&amp;
344ln -v -sf ../X11R6/include/X11 /usr/include/X11</userinput></screen>
345
346 </sect3>
347
348 </sect2>
349
350 <sect2 role="commands">
351 <title>Command Explanations</title>
352
353 <para><command>sed -i -e "s@^#include &lt;linux/config.h&gt;@...</command>:
354 The <application>Linux-Libc-Headers</application> package installed in
355 LFS installs a <filename>/usr/include/linux/config.h</filename> file
356 which is not compatible with userspace applications. The recommended fix
357 for applications including this file is to remove it (see <ulink
358 url="http://ep09.pld-linux.org/~mmazur/linux-libc-headers/doc/FAQ">
359 linux-libc-headers FAQ</ulink>). The <command>sed</command> uses
360 <command>grep -lr</command> to replace all occurences. If you desire, just
361 remove (comment) the line in the appropriate video driver file if you
362 customized <filename>host.def</filename>.</para>
363
364 <para><command>( make World 2&gt;&amp;1 | tee xorg-compile.log
365 &amp;&amp; exit $PIPESTATUS )</command>: This command runs multiple
366 <filename>Makefile</filename>s to completely rebuild the system.
367 <parameter>2&gt;&amp;1</parameter> redirects error messages to the
368 same location as standard output. The <command>tee</command> command
369 allows viewing of the output while logging the results to a file. The
370 parentheses around the command runs the entire comand in a subshell
371 and finally the <command>exit $PIPESTATUS</command> ensures the result
372 of the <command>make</command> is returned as the result and not the
373 result of the <command>tee</command> command.</para>
374
375 <note>
376 <para>When rebuilding <application>Xorg</application>, a separate
377 command that may be used if only minor changes are made to the sources
378 is <command>make Everything</command>. This does not automatically
379 remove generated files and only rebuilds those files or programs that
380 are out of date.</para>
381 </note>
382
383 <para><command>ln -v -sf ...</command>: These commands are present to
384 enable other (broken) packages to build against
385 <application>Xorg</application>, even though the Filesystem Hierarchy
386 Standard says: <quote>In general, software must not be installed or
387 managed via the above symbolic links. They are intended for utilization
388 by users only.</quote></para>
389
390 </sect2>
391
392 <sect2 role="configuration" id='xorg-config'>
393 <title>Configuring Xorg</title>
394
395 <para>Edit <filename>/etc/ld.so.conf</filename> and add
396 <filename class="directory">/usr/X11R6/lib</filename>. Run:</para>
397
398 <indexterm zone="xorg xorg-config">
399 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
400 </indexterm>
401
402<screen role="root"><userinput>ldconfig</userinput></screen>
403
404 <para>Ensure <filename class="directory">/usr/X11R6/bin</filename>
405 and <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>
406 are added to your <envar>PATH</envar> and <envar>PKG_CONFIG_PATH</envar>
407 environment variables, respectively. Instructions for doing this are
408 described in the section <xref linkend='postlfs-config-profile'/>.</para>
409
410 <para>Create the <filename>xorg.conf</filename> file with:</para>
411
412<screen><userinput>cd ~r &amp;&amp;
413Xorg -configure</userinput></screen>
414
415 <para>The screen will go black and you may hear some clicking of the monitor.
416 This command will create a file, <filename>xorg.conf.new</filename> in your
417 home directory.</para>
418
419 <indexterm zone="xorg xorg-config">
420 <primary sortas="e-etc-X11-xorg-conf">/etc/X11/xorg.conf</primary>
421 </indexterm>
422
423 <para>Edit <filename>xorg.conf.new</filename> to suit your system. The
424 details of the file are located in the xorg.conf man page. Some things
425 you may want to do are:</para>
426
427 <itemizedlist>
428 <listitem>
429 <para>Section "Files". Change the order of the font paths searched.
430 You may want to put 100dpi fonts ahead of 75dpi fonts if your system
431 normally comes up closer to 100 dots per inch. You may want to remove
432 some font directories completely.</para>
433 </listitem>
434 <listitem>
435 <para>Section "Module". If you are going to install NVidia
436 drivers, remove the "dri" line.</para>
437 </listitem>
438 <listitem>
439 <para>Sections "InputDevice". You may want to change the
440 keyboard autorepeat rate by adding
441 <option>Option "Autorepeat" "250 30"</option>.</para>
442 </listitem>
443 <listitem>
444 <para>Section "Monitor". Specify the <option>VertRefresh</option>
445 and <option>HorizSync</option> values if the system does not
446 automatically detect the monitor and its values.</para>
447 </listitem>
448 <listitem>
449 <para>Section "Device". You may want to set some of the options
450 available for your selected video driver. A description of the driver
451 parameters is in the man page for your driver.</para>
452 </listitem>
453 <listitem><para>Section "Screen". Add a DefaultDepth statement such as:
454 <option>DefaultDepth 24</option>. In the SubSection for your
455 default depth, add a modes line such as:
456 <option>Modes "1600x1200" "1280x1024" "1024x768"</option>. The first
457 mode listed will normally be the starting resolution.</para>
458 </listitem>
459 </itemizedlist>
460
461 <para>Test the system with:</para>
462
463<screen><userinput>X -config ~/xorg.conf.new</userinput></screen>
464
465 <para>You will only get a gray background with an X-shaped mouse cursor,
466 but it confirms the system is working. Exit with
467 <keycap>Control+Alt+Backspace</keycap>. If the system does not work, take
468 a look at <filename>/var/log/Xorg.0.log</filename> to see what went
469 wrong.</para>
470
471 <para>Move the configuration file to its final location:</para>
472
473<screen role="root"><userinput>mv ~/xorg.conf.new /etc/X11/xorg.conf</userinput></screen>
474
475 <para>Create <filename>.xinitrc</filename>:</para>
476
477<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
478<literal># Begin .xinitrc file
479xterm -g 80x40+0+0 &amp;
480xclock -g 100x100-0+0 &amp;
481twm</literal>
482EOF</userinput></screen>
483
484 <para>This provides an initial screen with an xterm and a clock that is
485 managed by a simple window manager, Tab Window Manager. For details of
486 <command>twm</command>, see the man page.</para>
487
488 <indexterm zone="xorg xorg-config">
489 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
490 </indexterm>
491
492 <note>
493 <para>When needed, <application>Xorg</application> creates the directory
494 <filename>/tmp/.ICE-unix</filename> if it does not exist. If this
495 directory is not owned by <systemitem class="username">root</systemitem>,
496 <application>Xorg</application> delays startup by a few seconds and also
497 appends a warning to the logfile. This also affects startup of other
498 applications. To improve performance, it is advisable to manually create
499 the directory before <application>Xorg</application> uses it. Add the
500 file creation to <filename>/etc/sysconfig/createfiles</filename> that is
501 sourced by the <filename>/etc/rc.d/init.d/cleanfs</filename> startup
502 script.</para>
503
504<screen role="root"><userinput>cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"
505<literal>/tmp/.ICE-unix dir 1777 root root</literal>
506EOF</userinput></screen>
507
508 </note>
509
510 <indexterm zone="xorg xorg-config">
511 <primary
512 sortas="e-etc-sysconfig-createfiles">/etc/sysconfig/createfiles</primary>
513 </indexterm>
514
515 <para>Start <application>X</application> with:</para>
516
517<screen><userinput>startx</userinput></screen>
518
519 <para>to get a basic functional <application>X Window
520 System</application>.</para>
521
522 <para>At this point, you should check out <xref linkend='x-setup'/> for
523 the necessary configuration to make <application>X</application> fully
524 functional. Additionally, you can have a look at <xref linkend='x-config'/>
525 for information on fine tuning your <application>X</application>
526 configuration.</para>
527
528 <para>For a list of the package contents and a description of the commands,
529 see the sections in the <xref linkend='xfree86-contents'/>.</para>
530
531 </sect2>
532
533</sect1>
Note: See TracBrowser for help on using the repository browser.