Difference between revisions of "X Windows"

From wiki.emacinc.com
Jump to: navigation, search
(Created page with "{{todo|Write|Klint Youngmeyer|project=oe 4,oe 5,notstarted}}")
 
(Initial portion of links)
Line 1: Line 1:
{{todo|Write|Klint Youngmeyer|project=oe 4,oe 5,notstarted}}
+
{{todo|Write|Klint Youngmeyer|project=oe 4,oe 5,inprogress}}
 +
 
 +
The X Windows System (also known as X11, X, and X-Windows)  is a windowing system, common on Linux and Unix-like operating systems. X provides the basic framework for a windowed GUI environment. Drawing and moving windows on the display as well as interacting with the keyboard and mouse are handled by X.
 +
 
 +
== Links ==
 +
The following are links to detailed documentation relating to the X Windows System.
 +
=== General ===
 +
<cl>
 +
* [http://www.x.org/wiki/ www.x.org]
 +
* [http://www.x.org/wiki/UserDocumentation/GettingStarted/ Getting Started]
 +
* [http://www.archive.org/details/xwindowsystemadm08muimiss X Window System Administrator's Guide]
 +
* [http://ftp.x.org/pub/X11R6.9.0/doc/html/ X11R6.9 User Documentation]
 +
* [http://www.x.org/releases/X11R7.7/doc/ X11R7.7 User Documentation]
 +
</cl>
 +
=== Toolkits ===
 +
<cl>
 +
* [http://www.gtk.org/documentation.php GTK+]
 +
* [http://doc.qt.nokia.com/latest/ Qt]
 +
* [http://xcb.freedesktop.org/tutorial/ XCB]
 +
</cl>
 +
=== X Development ===
 +
<cl>
 +
* [http://www.x.org/wiki/Development/ Development]
 +
* [http://www.x.org/wiki/guide/ New Developer Guide]
 +
</cl>

Revision as of 13:38, 13 December 2013

TODO: {{#todo:Write|Klint Youngmeyer|oe 4,oe 5,inprogress}}

The X Windows System (also known as X11, X, and X-Windows) is a windowing system, common on Linux and Unix-like operating systems. X provides the basic framework for a windowed GUI environment. Drawing and moving windows on the display as well as interacting with the keyboard and mouse are handled by X.

Links

The following are links to detailed documentation relating to the X Windows System.

General

Toolkits

X Development