Up to main menu         Next: Window Manipulation

X Window System

The X Window System does for Unix workstations part of what MacOS does for Macintosh computers, and what Windows9* does for WIntel PCs. It is the interface by which you can manipulate the ``windows'' (anything appearing on the monitor) by means of the keyboard or the mouse + buttons. X also allows workstations to share graphics across the network. If you have an account on a Unix system in Seattle, for instance, you can telnet to that computer and have it run a clock on the monitor of your local workstation. However, you cannot get an X workstation and a Mac to put anything other than plain text onto each other's monitors -- unless the Mac is running an ``X emulator''.

For most of us, the most important feature of X is the window manager. This defines what kind of frame is put around each window, which buttons/keys perform what windowing function, and it also provides those pop-up menus that makes the mouse so useful. The window manager called ``fvwm2'' uses the file ~/.fvwm2rc, while other window managers (possibly including twm, mwm, olwm) are also used, and take initializing information from similarly named files (~/.twmrc, (~/.mwmrc, (~/.olwmrc). Fvwm2 allows for virtual windowing, whereby you can control several ``screens'' on a single monitor; very useful if you tend to run 12 windows at a time...

The most often used window is the xterm, which is a window for text; typing Unix commands, editing, etc. Other ``windows'' can include a digital clock, a word processor, netscape, a graphics program, or other software.


Up to main menu         Next: Window Manipulation
Bruce.Fast@Colorado.EDU