Keine Tastatur und Maus in X

Nach einem mutigen Update meines Gentoo Systems durch

emerge -u world

standen unerwartet an der grafischen Oberfläche (X.Org X Server 1.7.7) weder die Tastatur noch die Maus zur Verfügung. Ohne X-Server war die Tastatur verfügbar.
Das Problem schien vom X-Server verursacht zu sein – und das obwohl an der Konfiguration nichts verändert wurde.
Der Blick in /var/log/Xorg.0.log brachte den entscheidenden Hinweis:

(...)
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "Xinerama" "1"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse1
(WW) Disabling Keyboard1
(II) Loader magic: 0x81ec6a0
(...)

Nanu, Keyboard und Maus erkannt, aber dann disabled?
Die Lösung ist das Ergänzen der /etc/X11/xorg.conf in der Section “ServerLayout” um folgende Zeile:

Option "AllowEmptyInput" "false"

Und schon klappt`s auch mit Maus und Tastatur in X. Ganz einfach.

Die Kommentarfunktion ist geschlossen.