Chapter 7. The X Window System

Chapter 7. The X Window System

7.1. The X11R6.8 Release
7.2. Desktop Environments and Window Managers
7.2.1. Desktop Environments
7.2.2. Window Managers
7.3. X Server Configuration Files
7.3.1. xorg.conf
7.4. Fonts
7.4.1. Fontconfig
7.4.2. Core X Font System
7.5. Runlevels and X
7.5.1. Runlevel 3
7.5.2. Runlevel 5
7.6. Additional Resources
7.6.1. Installed Documentation
7.6.2. Useful Websites
7.6.3. Related Books

While the heart of Red Hat Enterprise Linux is the kernel, for many users, the face of the operating system is the graphical environment provided by the X Window System, also called X.

Various windowing environments have existed in the UNIX™ world for decades, predating many of the current mainstream operating systems. Through the years, X has become the dominant graphical environment for UNIX-like operating systems.

The graphical environment for Red Hat Enterprise Linux is supplied by the X.Org Foundation, an open source consortium created to manage development and strategy for the X Window System and related technologies. X.Org is a large scale, rapidly developing project with hundreds of developers around the world. It features a wide degree of support for a variety of hardware devices and architectures, and can run on a variety of different operating systems and platforms. This release for Red Hat Enterprise Linux specifically includes the X11R6.8 release of the X Window System.

The X Window System uses a client-server architecture. The X server (the Xorg binary) listens for connections from X client applications via a network or local loopback interface. The server communicates with the hardware, such as the video card, monitor, keyboard, and mouse. X client applications exist in the user-space, creating a graphical user interface (GUI) for the user and passing user requests to the X server.