1 | <sect2>
|
---|
2 | <title>Introduction to <application>XFree86</application></title>
|
---|
3 |
|
---|
4 | <para><application>XFree86</application> is a freely redistributable open-source
|
---|
5 | implementation of the
|
---|
6 | <application>X</application> Window System. <application>XFree86</application> provides a client/server
|
---|
7 | interface between display
|
---|
8 | hardware (the mouse, keyboard, and video displays) and the desktop environment
|
---|
9 | while also providing both the windowing infrastructure and a standardized
|
---|
10 | application interface (<acronym>API</acronym>).</para>
|
---|
11 |
|
---|
12 | <sect3><title>Package information</title>
|
---|
13 | <itemizedlist spacing='compact'>
|
---|
14 | <listitem><para>Download (HTTP): <ulink url="&xfree86-download-http;"/></para></listitem>
|
---|
15 | <listitem><para>Download (FTP): <ulink url="&xfree86-download-ftp;"/></para></listitem>
|
---|
16 | <listitem><para>Download size: &xfree86-size;</para></listitem>
|
---|
17 | <listitem><para>Estimated Disk space required: &xfree86-buildsize;</para></listitem>
|
---|
18 | <listitem><para>Estimated build time: &xfree86-time;</para></listitem></itemizedlist>
|
---|
19 | </sect3>
|
---|
20 |
|
---|
21 |
|
---|
22 | <sect3><title><application>XFree86</application> dependencies</title>
|
---|
23 |
|
---|
24 | <sect4><title>Required</title>
|
---|
25 | <para><xref linkend="libpng"/>.</para>
|
---|
26 | </sect4>
|
---|
27 |
|
---|
28 | <sect4><title>Recommended</title>
|
---|
29 | <para>The following packages are included in the <application>XFree86</application> package,
|
---|
30 | however they
|
---|
31 | are updated more often than the <application>XFree86</application> package and are highly recommended:
|
---|
32 | <xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></para>
|
---|
33 |
|
---|
34 | <note><para>If you choose to not install these separate packages, the
|
---|
35 | <filename>host.def</filename> file below will have to be modified to
|
---|
36 | instruct <application>XFree86</application> build them.</para></note>
|
---|
37 | </sect4>
|
---|
38 |
|
---|
39 | </sect3>
|
---|
40 |
|
---|
41 |
|
---|
42 | <sect3><title>Download Instructions</title>
|
---|
43 |
|
---|
44 | <para>There are several files that need to be fetched from the download location:</para>
|
---|
45 | <itemizedlist spacing='compact'>
|
---|
46 | <listitem><para><filename>X430src-1.tgz</filename></para></listitem>
|
---|
47 | <listitem><para><filename>X430src-2.tgz</filename></para></listitem>
|
---|
48 | <listitem><para><filename>X430src-3.tgz</filename></para></listitem>
|
---|
49 | <listitem><para><filename>X430src-4.tgz</filename></para></listitem>
|
---|
50 | <listitem><para><filename>X430src-5.tgz</filename></para></listitem>
|
---|
51 | <listitem><para><filename>X430src-6.tgz</filename></para></listitem>
|
---|
52 | <listitem><para><filename>X430src-7.tgz</filename></para></listitem>
|
---|
53 | </itemizedlist>
|
---|
54 |
|
---|
55 | <para>You should also download the patch file:
|
---|
56 | <ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/4.3.0-4.3.0.1.diff.gz" /></para>
|
---|
57 |
|
---|
58 | <para>The first three packages are the <application>XFree86</application> programs,
|
---|
59 | the fourth and fifth are fonts, the sixth is normal documentation, and the seventh
|
---|
60 | is hardcopy documentation. There are also two packages
|
---|
61 | <filename>doctools-1.3.1.tgz</filename>, which contain programs to regenerate hardcopy
|
---|
62 | documentation, and <filename>utils-1.1.0.tgz</filename>, which contain
|
---|
63 | <application><acronym>GNU</acronym> <acronym>TAR</acronym></application>
|
---|
64 | and <application>zlib</application> which are already installed on an
|
---|
65 | <acronym>LFS</acronym> system.</para>
|
---|
66 |
|
---|
67 | <para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename>
|
---|
68 | file. Then:</para>
|
---|
69 |
|
---|
70 | <screen><userinput><command>md5sum -c SUMS.md5sum</command></userinput></screen>
|
---|
71 |
|
---|
72 | <para>The only errors you should see are for <filename>README</filename>,
|
---|
73 | <filename>doctools-1.3.1.tgz</filename>, and
|
---|
74 | <filename>utils-1.1.0.tgz</filename> files if you did not download them.</para>
|
---|
75 |
|
---|
76 | <para>The fixes subdirectory also has a <filename>SUMS.md5sum</filename>. Note that
|
---|
77 | this is the same filename as the sums for the main sources, so you need to rename the
|
---|
78 | file if you download it. Otherwise, you can just look at it and use it to
|
---|
79 | check against the patch file:</para>
|
---|
80 | <screen><userinput><command>md5sum 4.3.0-4.3.0.1.diff.gz</command></userinput></screen>
|
---|
81 |
|
---|
82 | <para>After unpacking the <filename>X430src-?.tgz</filename> files and uncompressing the
|
---|
83 | diff file, change to the <filename class="directory">xc</filename> directory and run:</para>
|
---|
84 |
|
---|
85 | <screen><userinput><command>patch -Np1 -i ../4.3.0-4.3.0.1.diff</command></userinput></screen>
|
---|
86 |
|
---|
87 | </sect3>
|
---|
88 | </sect2>
|
---|