|
From: Jani M. <ja...@as...> - 2001-12-14 12:09:37
|
Thanks I see this was a user(land) problem after all :) It will work as I want after I RTFM on these console tools. Jani. > And do you load your fonts into kernel? > > for a in `seq 1 24`; do > setfont --tty=/dev/tty$a -f $FONTNAME -u $SFMNAME > charset --tty=/dev/tty$a G0 $ACMNAME > done > > Doing setfont/charset without /dev/tty* does not set fonts on all > consoles, it sets up only console you are watching. And VT reset > resets font too. > Petr Vandrovec > van...@vc... > > |