xenocara/xserver
matthieu 1c882161e8 In priv_open_device() allow opening tty[E-J]0. While there remove
ttyD[1-7] from the list, since those devices will never get used by X.
2012-08-14 15:57:57 +00:00
..
composite regen autotools 2012-08-05 18:14:29 +00:00
config regen autotools 2012-08-05 18:14:29 +00:00
damageext regen autotools 2012-08-05 18:14:29 +00:00
dbe regen autotools 2012-08-05 18:14:29 +00:00
dix regen autotools 2012-08-05 18:14:29 +00:00
doc regen autotools 2012-08-05 18:14:29 +00:00
exa regen autotools 2012-08-05 18:14:29 +00:00
fb regen autotools 2012-08-05 18:14:29 +00:00
glx regen autotools 2012-08-05 18:14:29 +00:00
hw Un-blacklist radeon, blacklist radeonold. So X -configure will now 2012-08-08 16:37:19 +00:00
include regen autotools 2012-08-05 18:14:29 +00:00
m4 Bugfix Update to xserver 1.11.3 2011-12-18 16:08:59 +00:00
man regen autotools 2012-08-05 18:14:29 +00:00
mi regen autotools 2012-08-05 18:14:29 +00:00
miext regen autotools 2012-08-05 18:14:29 +00:00
os In priv_open_device() allow opening tty[E-J]0. While there remove 2012-08-14 15:57:57 +00:00
randr regen autotools 2012-08-05 18:14:29 +00:00
record regen autotools 2012-08-05 18:14:29 +00:00
render regen autotools 2012-08-05 18:14:29 +00:00
test regen autotools 2012-08-05 18:14:29 +00:00
Xext regen autotools 2012-08-05 18:14:29 +00:00
xfixes regen autotools 2012-08-05 18:14:29 +00:00
Xi regen autotools 2012-08-05 18:14:29 +00:00
xkb regen autotools 2012-08-05 18:14:29 +00:00
aclocal.m4 regen autotools 2012-08-05 18:14:29 +00:00
autogen.sh update to xserver 1.6.4rc1. Tested by many, ok oga@. 2009-09-06 19:44:18 +00:00
ChangeLog Update to xserver 1.12.3. 2012-08-05 18:11:37 +00:00
compile Update to xserver 1.8. Tested by many. Ok oga@, todd@. 2010-07-27 19:02:24 +00:00
config.guess regen autotools 2012-08-05 18:14:29 +00:00
config.sub regen autotools 2012-08-05 18:14:29 +00:00
configure regen autotools 2012-08-05 18:14:29 +00:00
configure.ac Update to xserver 1.12.3. 2012-08-05 18:11:37 +00:00
COPYING Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00
depcomp regen autotools 2012-08-05 18:14:29 +00:00
devbook.am Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
docbook.am Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
fix-miregion Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00
fix-miregion-private Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00
fix-patch-whitespace Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00
fix-region Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00
install-sh regen autotools 2012-08-05 18:14:29 +00:00
ltmain.sh Bugfix Update to xserver 1.11.3 2011-12-18 16:08:59 +00:00
Makefile.am Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00
Makefile.bsd-wrapper Remove mac68k bits from Xenocara. 2012-06-20 19:56:34 +00:00
Makefile.in regen autotools 2012-08-05 18:14:29 +00:00
manpages.am Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00
missing regen autotools 2012-08-05 18:14:29 +00:00
README Update to xserver 1.8. Tested by many. Ok oga@, todd@. 2010-07-27 19:02:24 +00:00
xorg-server.m4 Update to xserver 1.8. Tested by many. Ok oga@, todd@. 2010-07-27 19:02:24 +00:00
xorg-server.pc.in Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
xserver.ent.in Update to xserver 1.11.2 2011-11-05 13:32:40 +00:00

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
http://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        http://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage