next up previous
Next: Other Applications Up: Introduction to the Linux Previous: Remote Machines

X

Originally UNIX systems only had a text interface, and this was run on simple teletype terminals (ttys) so what we see nowadays in a terminal window was all you could get on the screen. The first thing people wanted was to be able to have several applications open at the same time, so the idea of `pseudo-terminals' (ptys) was born. By holding down CTRL and ALT and a number you could switch to a fresh `pseudo-terminal'. In fact these terminals still exist in Linux, and you can switch to them if you like.

Of course people quickly realised it would be good to have a less cumbersome means of having several programs open at once, as well as a means of displaying graphics as well, and this led eventually to the X11 interface, usually referred to simply as X. X provides the protocol for displaying graphics, creating and moving windows, and interacting with the mouse and keyboard. It also manages access to the display, so that remote machines can open windows on the local machine. For this reason the X system on the local machine is sometimes called the X server, because it provides X functionality to the remote machine.

Linux provides the operating system, and X provides the framework for displaying graphics and windows etc. Built on top of X is the window manager, a piece of software that provides menus, icons, toolbars and generally manages the various windows! There are two major window managers in use today: Gnome and KDE. The differences need not concern us here, but they both provide extensions to the X11 protocol and applications designed for one may not work on another.

It is common for window managers to provide several `screens', called `virtual desktops', that act like graphical versions of pseudo-terminals. Rather than minimising or closing windows to make space for a new application you can switch to a fresh `desktop'.


next up previous
Next: Other Applications Up: Introduction to the Linux Previous: Remote Machines
Phil Hasnip 2007-08-23