Home | History | Annotate | only in /xsrc/external/mit/xorg-server.old/dist
Up to higher level directory
NameDateSize
aclocal.m409-Jun-2016120K
autogen.sh09-Jun-2016203
ChangeLog09-Jun-20163.5M
compile09-Jun-20163.3K
composite/19-Feb-2026
config/19-Feb-2026
config.guess09-Jun-201643.2K
config.sub09-Jun-201631.8K
configure09-Jun-20161.2M
configure.ac08-Mar-201781.3K
COPYING09-Jun-201691.4K
damageext/19-Feb-2026
dbe/19-Feb-2026
depcomp09-Jun-201617.2K
dix/19-Feb-2026
doc/19-Feb-2026
exa/19-Feb-2026
fb/19-Feb-2026
glx/19-Feb-2026
hw/19-Feb-2026
include/19-Feb-2026
INSTALL09-Jun-201611.1K
install-sh09-Jun-201612.9K
ltmain.sh09-Jun-2016247.3K
m4/19-Feb-2026
Makefile.am09-Jun-20161.1K
Makefile.in09-Jun-201628.8K
manpages.am09-Jun-20161.6K
mi/19-Feb-2026
miext/19-Feb-2026
missing09-Jun-201610.9K
os/19-Feb-2026
randr/19-Feb-2026
README09-Jun-20161.2K
record/19-Feb-2026
render/19-Feb-2026
test/19-Feb-2026
Xext/19-Feb-2026
xfixes/19-Feb-2026
Xi/19-Feb-2026
xkb/19-Feb-2026
xorg-server.m409-Jun-20161.9K
xorg-server.pc.in09-Jun-2016489
ylwrap09-Jun-20166K

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 
     39