aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-03-07 20:26:27 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-03-07 20:42:56 +0100
commitfdd1165ca6c6e415b7eca5e90a3667b7341d7205 (patch)
tree39248d40f39dc05a8f9b6d9a0f0c95fa2bc75a56 /recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
parenta0b042d1f0ba0ba30c0e39f1645d2dfed10ea429 (diff)
downloadopenembedded-fdd1165ca6c6e415b7eca5e90a3667b7341d7205.tar.gz
xserver-xorg-conf : fix AllowEmptyInput problem for eee701 and bump PR
In newer Xorg versions AllowEmptyInput is on by default, And that appear in Xorg.0.log of the eee701 machine: (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Keyboard (WW) Disabling Mouse With the mouse disabled as result. Option "AllowEmptyInput" "false" in ServerLayout Section fixes the problem
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf_0.1.bb')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index ad8bcb4dcc..617eee66c9 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r19"
+PR = "r20"
SRC_URI = "file://xorg.conf"