Diff for "Documentation"

Differences between revisions 19 and 20
Revision 19 as of 2012-05-27 16:16:46
Size: 1354
Editor: rdns
Comment:
Revision 20 as of 2012-05-27 16:19:14
Size: 1185
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

=== Sponsor Sites ===
 * [[http://tinyurl.com/7ok6td3|Car Comparison]]
 * [[http://tinyurl.com/cxoz8tb|Prezzo oro]]
 * [[http://bit.ly/KSVLx3|Guadagnare online]]

Running X

User documentation contains documentation for running the X server and basic X clients, as well as protocol specifications and basic client programming documentation.

Developing X applications

Rather than develop directly for X, we recommend you use a toolkit such as GTK+ or Qt. There are many other popular toolkits, some special-purpose, such as Clutter and Enlightenment/EFL.

For low-level X development, XCB, the X C Bindings provide a clean low-level protocol binding. Its older cousin Xlib (or libX11), is not recommended for new development, but is still very widely used. Xt is a similarly deprecated library for building toolkits. Documentation for Xlib and Xt is available.

Downloading, running, and developing X.Org code

The development documentation describes how to download and build the X.Org code (including the X server and drivers), and rough notes on their internals.