FreeBSD uses X11 to provide users with a powerful graphical user interface. X11 is a
freely available version of the X Window System that is implemented in both Xorg and XFree86™ (and other software packages not discussed
here). FreeBSD versions up to and including FreeBSD 5.2.1-RELEASE will find the
default installation to be XFree86, the X11 server released by The XFree86 Project, Inc. As of FreeBSD 5.3-RELEASE, the
default and official flavor of X11 was changed to Xorg, the
X11 server developed by the X.Org Foundation under a license very similar to the one used
by FreeBSD. Commercial X servers for FreeBSD are also available.
This chapter will cover the installation and configuration of X11 with emphasis on Xorg 7.3 release. For information about configuring XFree86 (i.e. on older releases of
FreeBSD where XFree86 was the
default X11 distribution) or previous releases of Xorg, it is
always possible to refer to archived versions of the FreeBSD Handbook at https://docs.FreeBSD.org/doc/.
For more information on the video hardware that X11 supports, check the Xorg web site.
After reading this chapter, you will know:
-
The various components of the X Window System, and how they interoperate.
-
How to install and configure X11.
-
How to install and use different window managers.
-
How to use TrueType® fonts in X11.
-
How to set up your system for graphical logins (XDM).
Before reading this chapter, you should: