XLibre Xserver
Go to file
Peter Hutterer ff41753b1b xkb: warn if XKB SlowKeys have been automatically enabled
Slow keys are enabled when the XKB AccessX features are generally enabled
(ctrls->enabled_ctrls & XkbAccessXKeysMask) and either shift key is held for
8 seconds. For the unsuspecting user this appears as if the keyboard
suddenly stops working.

Print a warning to the log, so we can later tell them "told you so".

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2012-06-07 07:23:56 +10:00
Xext Xext: include dix-config.h 2012-05-24 15:52:38 +10:00
Xi Xi: make stub DeleteInputDeviceRequest call RemoveDevice 2012-05-24 14:57:11 +10:00
composite
config config/udev: add pre_init stage to config and udev. 2012-05-21 12:58:32 +01:00
damageext
dbe
dix Fix crash for motion events from devices without valuators 2012-06-04 11:28:44 +10:00
doc
exa render/exa: use glyph picture accessors 2012-05-21 12:59:20 +01:00
fb Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glx xf86: migrate to using xf86ScreenToScrn wrapper (v2) 2012-05-21 12:59:08 +01:00
hw Xvfb: destroy the screen pixmap in CloseScreen 2012-05-24 14:57:21 +10:00
include config/udev: add pre_init stage to config and udev. 2012-05-21 12:58:32 +01:00
m4
man os: Add -displayfd option 2012-05-01 11:36:30 +10:00
mi mi: Remove redundant declarations. 2012-05-14 13:17:01 +01:00
miext miext: Remove redundant declaration. 2012-05-14 13:17:04 +01:00
os Merge remote-tracking branch 'whot/for-keith' 2012-05-09 21:17:16 -07:00
randr randr: Remove redundant declaration. 2012-05-14 13:16:54 +01:00
record
render render/exa: use glyph picture accessors 2012-05-21 12:59:20 +01:00
test test/touch: Initialize device name 2012-06-05 16:04:07 +10:00
xfixes xfixes: remove redundant declaration. 2012-05-14 13:16:46 +01:00
xkb xkb: warn if XKB SlowKeys have been automatically enabled 2012-06-07 07:23:56 +10:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac os: Add CryptoAPI as a choice of SHA1 implementation 2012-05-04 13:13:50 -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