| /CvsUp /LangUage |
§lang unter FreeBSD korrekt setzen:
Kontrolle, ob Keyboard (hier PS/2) vom Kernel richtig erkannt wurde:
btu@charon$ dmesg |grep atk atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0
$lang setzen:
Auszug aus der /etc/rc.conf
font8x14="iso15-8x14" font8x16="iso15-8x16" font8x8="iso15-8x8" keymap="german.cp850"
Auszug /etc/ttys
ttyv0 "/usr/libexec/getty Pc" cons25l1 on secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25l1 on secure ttyv2 "/usr/libexec/getty Pc" cons25l1 on secure ttyv3 "/usr/libexec/getty Pc" cons25l1 on secure ttyv4 "/usr/libexec/getty Pc" cons25l1 on secure ttyv5 "/usr/libexec/getty Pc" cons25l1 on secure ttyv6 "/usr/libexec/getty Pc" cons25l1 on secure ttyv7 "/usr/libexec/getty Pc" cons25l1 on secure
~/.bashrc
lang=de_DE.ISO8859-15 charset=ISO8859-15
~/.profile
LC_ALL=de_DE.ISO8859-15; export LC_ALL LC_MESSAGES=de_DE.ISO8859-15; export LC_MESSAGES LC_COLLATE=de_DE.ISO8859-15; export LC_COLLATE LC_CTYPE=de_DE.ISO8859-15; export LC_CTYPE LC_MONETARY=de_DE.ISO8859-15; export LC_MONETARY LC_NUMERIC=de_DE.ISO8859-15; export LC_NUMERIC LC_TIME=de_DE.ISO8859-15; export LC_TIME
LC_ALL sollte zwar schon alles totschlagen aber sischer ist sischer
LinXus/LangUage (last modified 2008-11-04 06:59:55)