On Tue, 14 Mar 2006 21:25:11 +0100
Karsten <analyzer2(at)gmx.net> wrote:
> Guten Abend
>
> Ich habe bei der Installation der neusten FreeBSD einen kleinen
> Fehler begannen. Das Tastaturlayout habe ich versäumt zu ändern. Wie
> kann ich dies nachträglich via shell nachholen? Danke.
>
Console:
keymap="german.cp850"
in /etc/rc.conf
Für X kannst du es in /etc/X11/xorg.conf setzen (Annahme: du benutzt
xorg):
z.B.
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
-- Manfred To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 15 Mar 2006 - 07:19:23 CET