Comment 14 for bug 67188

Revision history for this message
Shirish Agarwal (shirishag75) wrote :

looking at /etc/X11/xorg.conf this is what it looks like :-

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "us"
EndSection

From the forums did the Driver from "kbd" to "keyboard" let's see if that workaround works or not.