public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] consolefont
@ 2004-12-01 18:19 Björn Lübke
  2004-12-01 22:55 ` [gentoo-user-de] consolefont Michael Mauch
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Björn Lübke @ 2004-12-01 18:19 UTC (permalink / raw
  To: gentoo-user-de

Hallo,

kann jemand mal so freundlich sein und mir seine /etc/init.d/consolefont 
mailen?
Ich bilde mir ein nichts kaputt gemacht zu haben, habe nur "for x in $(seq 1 
"$NR_OF_TTYS")" in "for x in 'seq 1 6' geändert. Aber seit kurzem erhalte ich 
folgende Fehlermeldung:
 
uranus root # /etc/init.d/consolefont restart
 * Setting user font...
Couldnt open /dev/vc/seq   #logisch, gibt es nicht
 * Failed to set user font

also muß ich wohl doch was beschädigt haben. Ich finde die Stelle aber 
nicht :-(. Aber warum das plötzlich nicht geht entzieht sich meiner Kenntnis.
Es hatte schon funktioniert, auf allen Konsolen lief der gensplash.

Björn

--
gentoo-user-de@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-user-de]  consolefont
@ 2008-05-23 14:44 Hartmut Figge
  2008-05-23 15:49 ` Boris Voelkle
  2008-05-23 17:07 ` [gentoo-user-de] consolefont Dirk Heinrichs
  0 siblings, 2 replies; 9+ messages in thread
From: Hartmut Figge @ 2008-05-23 14:44 UTC (permalink / raw
  To: gentoo-user-de

Gruß,

nachdem ich mich dazu aufgerafft habe, endlich meine Konsolen mit
Umlauten zu versehen, bin ich ich auf ein Problem gestoßen.

Rufe ich unter X eine Konsole auf, z.B. mittels Ctrl+Alt+F2, ergibt sich
für die Darstellung von Umlauten
http://www.triffids.de/pub/gentoo/console/IMG_0006.JPG (34 KB)

Reparieren lässt es sich durch 'sudo /etc/init.d/consolefont restart'
http://www.triffids.de/pub/gentoo/console/IMG_0012.JPG (49 KB)

X wird immer von einer Konsole mittels startx gestartet. Verwendet wird
icewm. Kein KDE oder Gnome vorhanden.

Sowohl unter X als auch auf den Konsolen gilt

hafi@e675 ~ $ locale
LANG=de_DE@euro
LC_CTYPE="de_DE@euro"
LC_NUMERIC="de_DE@euro"
LC_TIME="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_MESSAGES=en_US
LC_PAPER="de_DE@euro"
LC_NAME="de_DE@euro"
LC_ADDRESS="de_DE@euro"
LC_TELEPHONE="de_DE@euro"
LC_MEASUREMENT="de_DE@euro"
LC_IDENTIFICATION="de_DE@euro"
LC_ALL=

Weitere Angaben:

----- /etc/X11/xorg.conf -----
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
        Option          "XkbOptions"    "compose:menu"
#       Option          "XkbOptions"    "compose:caps"
EndSection
---------------

----- /etc/rc.conf -----
# UNICODE="yes"
UNICODE="no"

#XSESSION="Gnome"
XSESSION="icewm"
---------------

----- /etc/conf.d/consolefont -----
# CONSOLEFONT="default8x16"
CONSOLEFONT="lat9v-16"
---------------

Ein Workaround für das Problem wäre

----- ~/.bashrc -----
if [ $TERM = "linux" ]
then
 sudo /etc/init.d/consolefont restart
fi
---------------

Unschön und löst zwar obiges Problem, aber nicht das ähnliche, welches
sich auf der Konsole durch Beenden von X ergibt.

Eine Idee wäre nett. :)

Hartmut

-- 
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-05-23 18:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01 18:19 [gentoo-user-de] consolefont Björn Lübke
2004-12-01 22:55 ` [gentoo-user-de] consolefont Michael Mauch
2004-12-02  0:06   ` Björn Lübke
2004-12-01 23:47 ` [gentoo-user-de] consolefont Björn Lübke
2004-12-02 14:25 ` Hans-Werner Hilse
  -- strict thread matches above, loose matches on Subject: below --
2008-05-23 14:44 Hartmut Figge
2008-05-23 15:49 ` Boris Voelkle
2008-05-23 16:04   ` [gentoo-user-de] consolefont Hartmut Figge
2008-05-23 17:07 ` [gentoo-user-de] consolefont Dirk Heinrichs
2008-05-23 17:32   ` [gentoo-user-de] consolefont Hartmut Figge
2008-05-23 17:37     ` Dirk Heinrichs
2008-05-23 18:28       ` Hartmut Figge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox