Add patch that contain Mali fixes.
[deb_xorg-server.git] / README
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