From fdd1165ca6c6e415b7eca5e90a3667b7341d7205 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 7 Mar 2010 20:26:27 +0100 Subject: 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 --- recipes/xorg-xserver/xserver-xorg-conf_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/xorg-xserver/xserver-xorg-conf_0.1.bb') 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" -- cgit 1.2.3-korg