The binary distribution is composed of a number of gzipped tar archives
which contains the executables, servers, fonts, libraries, include files,
man pages, config files, and the server link kit. All tar archives should
be extracted as root with /
as the default directory. The full
distribution takes over 40MB of disk space.
The file names are converted to be compatible with CD-rom conventions.
Note that many clients were moved from the X11R6 distribution to the `contrib' area. However, they are still distributed with the XFree86 binary distribution.
The contents of the archives are:
READMEs and XFree86 specific man pages.
all of the executable X client applications.
all fonts
data files needed at runtime
the 8-bit pseudo-color X server for Super VGA cards
the 4-bit pseudo-color X server for VGA & SVGA cards.
the Monochrome X Server
the X server for IBM 8514/A and compatible boards
the X server for AGX boards
the X server for ATI Mach8 boards
the X server for ATI Mach32 boards
the X server for ATI Mach64 boards
the X server for P9000 based boards
the X server for S3 based boards
the X server for ET4000/W32 based boards
the font server with man pages.
the include/X11
header files and
static libraries needed only for compiling other X applications
all man pages
the server reconfiguration kit.
To unpack and install the archives:
/usr/X11R6
is recommended,
but if that partition is full (as it is on my machine), then just
create an alternate directory, and sym-link /usr/X11R6
to this place.
ie, on my machine, I do the following:
% cd /usr/local % mkdir X11R6 % ln -s /usr/local/X11R6 /usr/X11R6
umask
' value of 022. Typing `umask 022
' sets it.
Caution:
If you do not extract the files as user `root
' with the
correct umask you may not be able to run XFree86 3.1.1. The X
server needs special permissions that are only granted to the
root user. You must also cd to /
before extracting the
archives.
/usr/X11R6/bin
named `X' that
points to
the server that matches your video card: See the XF86_* man pages
for hardware details. For example, if you have an ET4000 based SVGA
card:
cd /usr/X11R6/bin rm -f X ln -s XF86_SVGA X
lib/X11/fonts
.
If you want to uncompress them anyway, don't forget to run
`mkfontdir
' in each directory after that.
Next Chapter, Previous Chapter
Table of contents of this chapter, General table of contents
Top of the document, Beginning of this Chapter