Desktop Environments: Presented by David Sunshine

X Window System

The X Window System (often abbreviated X11 or simply X) is a display protocol which allows for a graphical user interface. X11 is the basis on which GUI environments are built in Linux / BSD / Unix systems. X11 is released as free software under the MIT license. X11 is network transparent, in that it allows X sessions via ssh.

Most distributions have switched from Xfree86 to X.org

Setting Up X11

In this section, the following topics were covered:

Running X11

In order to start X, run the following command:

startx
Note First the window manager needs to be specified in the .xinitrc file.

Topics Covered

Focusing on Lightweight Window Mangers

In this section, there was a demo of several window managers, as well as an explanation on how to set them up. Lightweight window managers have the benefit of using simple, understandable plain text configuration files, rather than the complicated configuration files of Gnome and KDE.

XFCE

Fluxbox

Blackbox

Rat Poison

Configuring X11

Favorite Programs Within X11

Options

These programs and options can be called out in the .xinitrc file and will be run every time the window manager starts.

Meeting Adjourned