xserver-xf86-config: Set AllowEmptyInput to no fixing chaned defaults in modern xservers

Signed-off-by: Richard Purdie <richard@ted.(none)>
This commit is contained in:
Richard Purdie 2009-06-04 19:41:32 +01:00
parent ae950c85d7
commit 497fe49727
3 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Section "ServerLayout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AllowEmptyInput" "no"
# Uncomment if you have a wacom tablet
InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"

View File

@ -77,7 +77,7 @@ Section "ServerLayout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AllowEmptyInput" "no"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"

View File

@ -2,6 +2,7 @@ DESCRIPTION = "X.Org X server configuration file"
HOMEPAGE = "http://www.x.org"
SECTION = "x11/base"
LICENSE = "MIT-X"
PR = "r1"
SRC_URI = "file://xorg.conf"