Comment 23 for bug 67188

Revision history for this message
jlinkels (jlinkels) wrote :

I tried every solution given in the entire internet for the bug -- none worked. Until I edited xorg.conf directly to reflect the real situation I had:
Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us_intl"
EndSection

No idea why...

jlinkels