GitXplorerGitXplorer
l

xorg-xserver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
527c6baa294d17c5eca1d87ac941844872e90dac

xkb: fix check for appending '|' character when applying rules

bbluetech committed 12 years ago
Unverified
392da389d7b0e9dd970741dcd5321a4e0fd3aef5

glx: Fix computation of GLX_X_RENDERABLE fbconfig attribute

nnwnk committed 9 years ago
Unverified
589f42e9830e66a7e26475fc9a8b91034b5aad86

xwayland: Process queued events before making wayland mods effective

rrtcm committed 9 years ago
Unverified
deae9c7e846e244e5d62b2dcfb6663fde0e12cbb

test: Run some XTS5 integration tests against Xvfb if possible.

aanholt committed 8 years ago
Unverified
f06aef31c0b2ab62d915a469a399d82a1a73ac28

modesetting: add DRI2 page flip support

yyuq committed 8 years ago
Unverified
4a839da6274b76424ee7cbc2deba2693e97e8186

modesetting: move common page flip handle to pageflip.c

yyuq committed 8 years ago

README

The README file for this repository.
				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