Difference between revisions of "X Windows"
Kyoungmeyer (talk | contribs) (→X Development) |
Kyoungmeyer (talk | contribs) |
||
Line 13: | Line 13: | ||
* [http://www.x.org/releases/X11R7.7/doc/ X11R7.7 User Documentation] | * [http://www.x.org/releases/X11R7.7/doc/ X11R7.7 User Documentation] | ||
* [http://keithp.com/~keithp/talks/ Keith Packard Talks] | * [http://keithp.com/~keithp/talks/ Keith Packard Talks] | ||
+ | * [https://wiki.ubuntu.com/X/Config X11 Config for Ubuntu] | ||
</cl> | </cl> | ||
Line 26: | Line 27: | ||
* [http://www.x.org/wiki/guide/ New Developer Guide] | * [http://www.x.org/wiki/guide/ New Developer Guide] | ||
* [http://tronche.com/gui/x/xlib/ Xlib Manual] | * [http://tronche.com/gui/x/xlib/ Xlib Manual] | ||
+ | * [http://qt-project.org/doc/qt-4.8/requirements-x11.html Qt for X11] | ||
</cl> | </cl> | ||
+ | |||
+ | ==See Also== | ||
+ | [http://wikidev.emacinc.com/wiki/Framebuffer Framebuffer] | ||
+ | |||
+ | [[Category:Graphics]] |
Revision as of 14:28, 16 December 2013
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.