How can i change the keyboard from english to german?

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
[cyber]
Newbie
Posts: 2
Joined: Sun Aug 24, 2003 1:19 pm

How can i change the keyboard from english to german?

Post by [cyber] »

I use IceWM instead of KDE.
How can i change it there?
Plz help ;)
Guest

Post by Guest »

Hi,



Srry I forgot to add this in the tut, but u have to change the language part. Go to this part of the tut

/usr/bin/X11/xvkbd -geometry 800x130-0-75 &
export LANG=en_US
exec icewm

and change the LANG part to the one shown. Srry about that
[cyber]
Newbie
Posts: 2
Joined: Sun Aug 24, 2003 1:19 pm

Post by [cyber] »

Thx for your help, but i dont mean the language :)
I want to change the keyboard layxout from qwerty to qwertz :D
Anyone an idea?
rocketeer
Pro
Posts: 75
Joined: Sun Aug 17, 2003 12:05 am

Post by rocketeer »

Dunno if this helps with IceWM since my gentoox has no X so I haven't tried that, but I had to make these settings on my laptop running standard Gentoo with Gnome.

In /etc/rc.conf, I changed the line:

Code: Select all

KEYMAP="uk"
to

Code: Select all

KEYMAP="se-latin1"
that should be for the console...also change the

Code: Select all

CONSOLEFONT="lat9w-14"
or to some other consolefont found in your system, usually at /usr/share/consolefonts/


In /etc/profile I put the line:

Code: Select all

export LANG="en_SE.ISO8859-1"
meaning I want english messages/labels but other settings are swedish (SE).[/code]

Hope it helps...
faisalkm
Novice
Posts: 25
Joined: Mon Sep 22, 2003 8:01 am

xfce

Post by faisalkm »

I have the same pblm in xfce
vSaAmTp
Newbie
Posts: 8
Joined: Sun Nov 09, 2003 5:50 pm

Post by vSaAmTp »

xfce: the problem too, to set the language to german. for xfce are not much infos
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

to edit the layout of a the on screen keyboard you need to click on the xkbv button on the keyboard itself.

To edit the layout of a real (USB) keyboard you need to edit /etc/X11/XF86Config and find the section for your keyboard and change the language there then save the file and hit ctrl+alt+backspace to kill X if you have the gdm patch installed gdm will restart automatically if not you will need to type startx
If you keep an open mind, will your brain fall out?
Post Reply