Comment 5 for bug 213973

Revision history for this message
Kristian Kißling (kkissling) wrote : [WORKAROUND] Re: Wrong keyboard layout after LTS upgrade

Ok, that was easy. Open file "/etc/X11/xorg.conf", change

Option "XkbLayout" "us"

to

Option "XkbLayout" "de"

Or the shortcut of your country.
If you don't have Root priviliges, add

setxkbmap -model pc105 -layout de -variant basic

to the end of "/home/user/.profile"

Kristian