Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlespiau/xserver
Damien's X server branches
https://github.com/dlespiau/xserver
Last synced: 20 days ago
JSON representation
Damien's X server branches
- Host: GitHub
- URL: https://github.com/dlespiau/xserver
- Owner: dlespiau
- License: other
- Created: 2014-01-07T17:08:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T17:25:12.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T17:30:25.801Z (over 1 year ago)
- Language: C
- Size: 33.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
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_serverAll 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