Go to file
Andy Ritger d2a6962474 mi: Log an error if mieqProcessInputEvents() recurses.
v2:

Uses BUG_WARN_MSG to also provide a stack trace. (Peter Hutterer)

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Andy Ritger <aritger@nvidia.com>
2015-09-23 11:07:23 -04:00
Xext
Xi
composite
config
damageext
dbe
dix dix: put warning in for scroll increments of 0 2015-09-23 10:51:45 -04:00
doc doc: Convert an \fP pair into appropriate tags. 2015-09-23 10:32:53 -04:00
dri3
exa exa: initialise mask_off_x and mask_off_y 2015-09-23 10:43:39 -04:00
fb
glamor glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import 2015-09-22 11:11:49 -04:00
glx
hw dmx: fix typo in the title 2015-09-23 10:39:47 -04:00
include
m4
man man: Fix case for MIT-unspecified. 2015-09-23 10:24:48 -04:00
mi mi: Log an error if mieqProcessInputEvents() recurses. 2015-09-23 11:07:23 -04:00
miext rootless: Fix bogus handling of broken root clip 2015-09-21 17:44:48 -04:00
os os/xdmcp: Just send XDMCP keepalive packets once every three minutes 2015-09-21 15:02:34 -04:00
present
pseudoramiX
randr
record
render render: Allow single-stop gradients 2015-09-23 10:34:43 -04:00
test test: Fix typo and drop documentation references to glib. 2015-09-23 10:48:12 -04:00
xfixes
xkb
.dir-locals.el
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac Remove NO_LIBCWRAPPER define 2015-09-23 11:03:26 -04:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

README

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
http://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        http://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage