xserver-xf86-config: The simplified xorg.conf shouldn't use legacy drivers, it confuses the xserver with multiple keyboards

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-07-09 11:05:51 +01:00
parent 1df8cad472
commit f5d0882b40
2 changed files with 1 additions and 2 deletions

View File

@ -23,5 +23,4 @@ EndSection
Section "ServerFlags"
Option "DontZap" "0"
Option "AllowEmptyInput" "0"
EndSection

View File

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