Gentoo Archives: gentoo-user-de

From: Hartmut Figge <h.figge@×××.de>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] consolefont
Date: Fri, 23 May 2008 14:45:20
Message-Id: 4836D869.9030808@hfigge.myfqdn.de
1 Gruß,
2
3 nachdem ich mich dazu aufgerafft habe, endlich meine Konsolen mit
4 Umlauten zu versehen, bin ich ich auf ein Problem gestoßen.
5
6 Rufe ich unter X eine Konsole auf, z.B. mittels Ctrl+Alt+F2, ergibt sich
7 für die Darstellung von Umlauten
8 http://www.triffids.de/pub/gentoo/console/IMG_0006.JPG (34 KB)
9
10 Reparieren lässt es sich durch 'sudo /etc/init.d/consolefont restart'
11 http://www.triffids.de/pub/gentoo/console/IMG_0012.JPG (49 KB)
12
13 X wird immer von einer Konsole mittels startx gestartet. Verwendet wird
14 icewm. Kein KDE oder Gnome vorhanden.
15
16 Sowohl unter X als auch auf den Konsolen gilt
17
18 hafi@e675 ~ $ locale
19 LANG=de_DE@euro
20 LC_CTYPE="de_DE@euro"
21 LC_NUMERIC="de_DE@euro"
22 LC_TIME="de_DE@euro"
23 LC_COLLATE="de_DE@euro"
24 LC_MONETARY="de_DE@euro"
25 LC_MESSAGES=en_US
26 LC_PAPER="de_DE@euro"
27 LC_NAME="de_DE@euro"
28 LC_ADDRESS="de_DE@euro"
29 LC_TELEPHONE="de_DE@euro"
30 LC_MEASUREMENT="de_DE@euro"
31 LC_IDENTIFICATION="de_DE@euro"
32 LC_ALL=
33
34 Weitere Angaben:
35
36 ----- /etc/X11/xorg.conf -----
37 Section "InputDevice"
38 Identifier "Keyboard0"
39 Driver "kbd"
40 Option "CoreKeyboard"
41 Option "XkbRules" "xorg"
42 Option "XkbModel" "pc105"
43 Option "XkbLayout" "de"
44 Option "XkbVariant" "nodeadkeys"
45 Option "XkbOptions" "compose:menu"
46 # Option "XkbOptions" "compose:caps"
47 EndSection
48 ---------------
49
50 ----- /etc/rc.conf -----
51 # UNICODE="yes"
52 UNICODE="no"
53
54 #XSESSION="Gnome"
55 XSESSION="icewm"
56 ---------------
57
58 ----- /etc/conf.d/consolefont -----
59 # CONSOLEFONT="default8x16"
60 CONSOLEFONT="lat9v-16"
61 ---------------
62
63 Ein Workaround für das Problem wäre
64
65 ----- ~/.bashrc -----
66 if [ $TERM = "linux" ]
67 then
68 sudo /etc/init.d/consolefont restart
69 fi
70 ---------------
71
72 Unschön und löst zwar obiges Problem, aber nicht das ähnliche, welches
73 sich auf der Konsole durch Beenden von X ergibt.
74
75 Eine Idee wäre nett. :)
76
77 Hartmut
78
79 --
80 gentoo-user-de@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] consolefont Boris Voelkle <boris@×××××××.eu>
Re: [gentoo-user-de] consolefont Dirk Heinrichs <dirk.heinrichs@××××××.de>