NameDateSize

..10-Nov-202533

aclocal.m4H A D10-Nov-2025120 KiB

autogen.shH A D10-Nov-2025203

ChangeLogH A D10-Nov-20253.5 MiB

compileH A D10-Nov-20253.3 KiB

composite/H10-Nov-2025178

config/H10-Nov-20254 KiB

config.guessH A D10-Nov-202543.2 KiB

config.subH A D10-Nov-202531.8 KiB

configureH A D10-Nov-20251.2 MiB

configure.acH A D10-Nov-202581.3 KiB

COPYINGH A D10-Nov-202591.4 KiB

damageext/H10-Nov-2025104

dbe/H10-Nov-2025124

depcompH A D10-Nov-202517.2 KiB

dix/H10-Nov-20254 KiB

doc/H10-Nov-202584

exa/H10-Nov-20254 KiB

fb/H10-Nov-20254 KiB

glx/H10-Nov-20254 KiB

hw/H10-Nov-2025160

include/H10-Nov-20254 KiB

INSTALLH A D10-Nov-202511.1 KiB

install-shH A D10-Nov-202512.9 KiB

ltmain.shH A D10-Nov-2025247.3 KiB

m4/H10-Nov-2025145

Makefile.amH A D10-Nov-20251.1 KiB

Makefile.inH A D10-Nov-202528.8 KiB

manpages.amH A D10-Nov-20251.6 KiB

mi/H10-Nov-20254 KiB

miext/H10-Nov-2025110

missingH A D10-Nov-202510.9 KiB

os/H10-Nov-20254 KiB

randr/H10-Nov-20254 KiB

READMEH A D10-Nov-20251.2 KiB

record/H10-Nov-202586

render/H10-Nov-20254 KiB

test/H10-Nov-2025147

Xext/H10-Nov-20254 KiB

xfixes/H10-Nov-2025160

Xi/H10-Nov-20254 KiB

xkb/H10-Nov-20254 KiB

xorg-server.m4H A D10-Nov-20251.9 KiB

xorg-server.pc.inH A D10-Nov-2025489

ylwrapH A D10-Nov-20256 KiB

README

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