2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to XFree86</title>
|
|
|
|
|
2003-04-06 09:46:31 +08:00
|
|
|
<screen>Download location (HTTP): <ulink url="&xfree86-download-http;"/>
|
|
|
|
Download location (FTP): <ulink url="&xfree86-download-ftp;"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
Version used: &xfree86-version;
|
|
|
|
Package size: &xfree86-size;
|
|
|
|
Estimated Disk space required: &xfree86-buildsize;
|
2003-03-03 06:18:58 +08:00
|
|
|
Estimated build time: 75m (667 MHz)</screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
|
|
|
|
<para>XFree86 is a freely redistributable open-source implementation of the
|
|
|
|
X Window System. XFree86 provides a client/server interface between display
|
|
|
|
hardware (the mouse, keyboard, and video displays) and the desktop environment
|
|
|
|
while also providing both the windowing infrastructure and a standardized
|
2002-09-15 05:47:22 +08:00
|
|
|
application interface (API).</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-16 12:29:31 +08:00
|
|
|
<para><screen>XFree86 depends on:
|
|
|
|
<xref linkend="libpng"/></screen></para>
|
|
|
|
|
|
|
|
<para>The following packages are included in the XFree86 package, however they
|
|
|
|
are updated more often than the XFree86 package and are highly recommended:
|
|
|
|
<screen><xref linkend="expat"/>, <xref linkend="freetype2"/> and <xref linkend="fontconfig"/></screen>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<note><para>If you choose to not install these separate packages, the
|
|
|
|
<filename>host.def</filename> file below will have to be modified to
|
|
|
|
instruct XFree86 build them.</para></note>
|
|
|
|
|
2003-04-25 00:42:26 +08:00
|
|
|
|
2002-09-15 05:47:22 +08:00
|
|
|
<para>There are several files that need to be fetched from the download location:
|
2003-03-03 06:18:58 +08:00
|
|
|
<screen>X430src-1.tgz 10736 KB
|
|
|
|
X430src-2.tgz 7776 KB
|
|
|
|
X430src-3.tgz 12077 KB
|
|
|
|
X430src-4.tgz 12604 KB
|
|
|
|
X430src-5.tgz 4286 KB
|
|
|
|
X430src-6.tgz 7886 KB
|
|
|
|
X430src-7.tgz 9099 KB</screen></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-16 12:29:31 +08:00
|
|
|
<para>You should also download the patch file:
|
|
|
|
<ulink url="ftp://ftp.xfree86.org/pub/XFree86/4.3.0/fixes/4.3.0-4.3.0.1.diff.gz" /></para>
|
|
|
|
|
2003-03-03 06:18:58 +08:00
|
|
|
<para>The first three packages are the XFree86 programs, the fourth and fifth are fonts,
|
2003-04-08 05:14:53 +08:00
|
|
|
the sixth is normal documentation, and the seventh is hardcopy documentation.
|
2003-03-03 06:18:58 +08:00
|
|
|
There are also two packages <filename>doctools-1.3.1.tgz</filename>, which
|
|
|
|
contain programs to regenerate hardcopy documentation, and
|
|
|
|
<filename>utils-1.1.0.tgz</filename>, which contain <filename>gnutar</filename>
|
|
|
|
and <filename>zlib</filename> which are already installed on an LFS system.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename>
|
|
|
|
file. Then:
|
|
|
|
<screen>md5sum X430src* > md5sums &&
|
|
|
|
diff md5sums SUMS.md5sum</screen>
|
|
|
|
The only differences you should see are for <filename>README</filename>,
|
2003-04-22 11:06:28 +08:00
|
|
|
<filename>doctools-1.3.1.tgz</filename>, and
|
|
|
|
<filename>utils-1.1.0.tgz</filename> files if you did
|
2003-04-08 05:14:53 +08:00
|
|
|
not download them.
|
2003-03-03 06:18:58 +08:00
|
|
|
</para>
|
2003-08-16 12:29:31 +08:00
|
|
|
|
|
|
|
<para>The fixes subdirectory also has a SUMS.md5sum and this can be checked against
|
|
|
|
the patch file:
|
|
|
|
<screen>md5sum 4.3.0-4.3.0.1.diff.gz</screen></para>
|
|
|
|
|
|
|
|
<para>After unpacking the <filename>X430src-?.tgz</filename> files, change to the
|
|
|
|
<filename>xc</filename> directory and run:
|
2003-08-18 09:17:29 +08:00
|
|
|
<screen>gunzip 4.3.0-4.3.0.1.diff.gz &&
|
2003-08-16 12:29:31 +08:00
|
|
|
patch -Np1 -i 4.3.0-4.3.0.1.diff</screen></para>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|