Skip to content

Commit c339515

Browse files
memsizekeith-packard
authored andcommitted
packaging: provide a default README file #24206
All modules should have a README file. The bottom URL section is found in all X.Org README files. Reviewed-by: Peter Hutterer <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]> Signed-off-by: Keith Packard <[email protected]>
1 parent f311f2d commit c339515

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
X Server
2+
3+
The X server accepts requests from client applications to create windows,
4+
which are (normally rectangular) "virtual screens" that the client program
5+
can draw into.
6+
7+
Windows are then composed on the actual screen by the X server
8+
(or by a separate composite manager) as directed by the window manager,
9+
which usually communicates with the user via graphical controls such as buttons
10+
and draggable titlebars and borders.
11+
12+
For a comprehensive overview of X Server and X Window System, consult the
13+
following article:
14+
http://en.wikipedia.org/wiki/X_server
15+
16+
All questions regarding this software should be directed at the
17+
Xorg mailing list:
18+
19+
http://lists.freedesktop.org/mailman/listinfo/xorg
20+
21+
Please submit bug reports to the Xorg bugzilla:
22+
23+
https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
24+
25+
The master development code repository can be found at:
26+
27+
git://anongit.freedesktop.org/git/xorg/xserver
28+
29+
http://cgit.freedesktop.org/xorg/xserver
30+
31+
For patch submission instructions, see:
32+
33+
http://www.x.org/wiki/Development/Documentation/SubmittingPatches
34+
35+
For more information on the git code manager, see:
36+
37+
http://wiki.x.org/wiki/GitPage
38+

0 commit comments

Comments
 (0)