XLibre Xserver
Go to file
Olivier Fourdan ac4d8c7cee vidmode: build without xf86vidmodeproto
git commit f175cf45:

  vidmode: move to a separate library of its own

introduced a regression where the xserver would not build when
xf86vidmodeproto is not installed even if the configure option
"--disable-xf86vidmode" is specified.

Fix build failure when xf86vidmodeproto is not installed.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
2016-03-01 11:25:59 -05:00
Xext vidmode: build without xf86vidmodeproto 2016-03-01 11:25:59 -05:00
Xi Input: Add focus-in event source 2015-11-24 11:36:34 +10:00
composite
config config/udev: distinguish between real keyboards and other key devices 2016-03-01 10:46:48 -05:00
damageext
dbe
dix dix: Add ClientSignalAll() 2016-02-29 14:33:11 -05:00
doc
dri3 dri3: Refuse to work for remote clients (v2) 2016-03-01 11:59:51 +09:00
exa build: Remove stale miext/cw include paths 2015-10-27 13:46:13 -04:00
fb
glamor glamor: Flip around conditionals in RepeatNone fixups. 2016-01-29 18:52:41 -08:00
glx glx: Fix GLX_EXT_create_context_es2_profile support 2016-01-21 10:11:07 -05:00
hw kdrive/ephyr: map host X server's keymap into Xephyr, if supported 2016-03-01 11:00:34 -05:00
include vidmode: build without xf86vidmodeproto 2016-03-01 11:25:59 -05:00
m4
man Xserver.man: document more transports for -nolisten & -listen options 2015-10-28 14:16:28 -04:00
mi
miext
os Fix build on Cygwin by ensuring WIN32 check triggers only on MinGW 2016-02-22 14:26:38 -05:00
present present: Call present_restore_screen_pixmap from present_set_abort_flip 2016-03-01 11:59:51 +09:00
pseudoramiX
randr randr: Send ConfigNotify when manual monitor list changes 2016-02-16 20:56:39 -08:00
record
render render: Use OsTimer for animated cursor timing 2015-12-01 13:56:12 -05:00
test vidmode: move to a separate library of its own 2016-02-29 16:29:01 -05:00
xfixes
xkb Replace 'sun' with '__sun' 2015-11-30 11:51:22 -05:00
.dir-locals.el
.gitignore
COPYING
Makefile.am
README
autogen.sh autogen: Set a default subject prefix for patches 2016-02-08 17:41:38 -05:00
configure.ac kdrive/ephyr: map host X server's keymap into Xephyr, if supported 2016-03-01 11:00:34 -05:00
devbook.am
docbook.am
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
manpages.am
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

					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