From 9940de0088cd88cd12cb06015f6851762ddeca93 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 21 Apr 2009 08:03:05 +0000 Subject: [PATCH] * After upgrading to X.org server 1.5.3, we suddenly need to set "AllowEmptyInput" to "off", otherwise we get no keyboard or mouse. The logfile then says: (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled. (WW) Disabling Keyboard[0] (WW) Disabling Mouse[0] which seems rather weird. svn path=/nixos/trunk/; revision=15204 --- upstart-jobs/xserver.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/upstart-jobs/xserver.conf b/upstart-jobs/xserver.conf index 36e9da8bf0fe..b1d3a11e97ba 100644 --- a/upstart-jobs/xserver.conf +++ b/upstart-jobs/xserver.conf @@ -9,6 +9,7 @@ EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "on" + Option "AllowEmptyInput" "off" EndSection