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