mitchel1220 wrote:Hi,
The only problem is that I cant set it to german keyboard layout.
I´ve done many times the sudo raspi-config to set it up and the pi remembers the settings but I have allways the english layout.
Any ideas community?
There was/is a bug (not restricted to the Pi) with the X window system and the keyboard layout. When outside of X you will get the layout that you set. When in X, you get the UK layout.
If this is your problem, there is a workaroud. Create a file called .xsessionrc in your home directory and put the following text in it (I'm guessing that the identifier for the German keyboard map is "de"):
- Code: Select all
setxkbmap de
This sets the right keyboard map for the X server.