X.org-&xorg-version;
Introduction to X.org
There are two packages in BLFS that implement the X
Window System: X.org and XFree86.
These packages are quite similar. In fact the base system of X.org
is XFree86-RC2. The primary difference as of this writing is
the license provisions of the packages. For someone building a package for their own use,
these issues are not significant. Most large commercial distributions have decided
to use the X.org package, but several still use
XFree86.
A second reason for the forking of X packages is the stated goals of the
developers. Some developers were unhappy with the administration and progress of
XFree86. X.org's future plans include significant
improvements to the internals of the system and more frequent releases.
XFree86 continues to be a solid, conservitive
application with excellent driver support.
Both X.org and XFree86
can be installed in the same way, but this section will provide a slightly
different and more current variation for installation.
X.org is a freely redistributable open-source
implementation of the X Window System.
This application 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
application interface (API).
Package information
Download (HTTP):
Download (FTP):
Download size: &xorg-size;
Estimated Disk space required: &xorg-buildsize;
Estimated build time: &xorg-time;
X.org dependencies
Required
, ,
and .
Download Instructions
There are several files that need to be fetched from the download location:
X11R6.7.0-src1.tar.gz
X11R6.7.0-src2.tar.gz
X11R6.7.0-src3.tar.gz
X11R6.7.0-src4.tar.gz
X11R6.7.0-src5.tar.gz
X11R6.7.0-src6.tar.gz
X11R6.7.0-src7.tar.gz
The first package contains the X.org libraries amd
support programs, the second contains standard X programs, the third contains the
X server, the fourth and fifth are fonts, the sixth is normal documentation, and the seventh
is hardcopy documentation.
To check your downloads for integrity, download the md5sums
file. Then:
md5sum -c md5sums
All seven packages should give an OK status.
Installation of X.org
Under Construction
Command Explainations
Under Construction
Configuring X.org
Under Construction