Penguin
Note: You are viewing an old revision of this page. View the current version.

(Stolen from x11.org?

The X Window System, more simply 'X' or 'X11', is judged worldwide to be one of the most successful open source, collaborative technologies developed to date. It is the de facto standard graphical engine for the UNIX* and Linux* operating systems and provides the only common windowing environment bridging the heterogeneous platforms in today's enterprise computing. The inherent independence of the X Window System from operating system and hardware, its network-transparency, and its support for a wide range of popular desktops are responsible for its continuing and growing popularity. All major hardware vendors support the X Window System. Many third parties provide technologies for integrating X Window System applications into network or personal computer environments under DOS, Windows, Windows 9x, and Windows NT, while thousands of independent software developers provide X Window System applications. The worldwide community of users of the X Window System currently exceeds 30 million.

)

When you start an X11 application you specify which host it is to display on. This host is called the XServer. An XServer typically has a screen and a keyboard and mouse. The application is an XClient?. This is initially a little confusing to many people. This means that you can SSH to a host and start X11 applications and have them display on your workstation. This is VeryCool?.

Server implementations of the X11 protocol include:


Related pages: XFree86Notes, and SSHNotes (for running X11 applications remotely via SSH).