* 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
This commit is contained in:
Eelco Dolstra 2009-04-21 08:03:05 +00:00
parent 453e9abc9e
commit 9940de0088
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "AllowEmptyInput" "off"
EndSection