* 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:
parent
453e9abc9e
commit
9940de0088
|
@ -9,6 +9,7 @@ EndSection
|
||||||
|
|
||||||
Section "ServerFlags"
|
Section "ServerFlags"
|
||||||
Option "AllowMouseOpenFail" "on"
|
Option "AllowMouseOpenFail" "on"
|
||||||
|
Option "AllowEmptyInput" "off"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue