[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

console-tools config w. framebuffers



Hi Debian!!

Because of a quirk (vc's and displaying graphical characters to make boxes ;-) ) I got the console-tools package to show graphical characters.

I put this in /etc/console-tools/config:

SCREEN_FONT=default8x16.psf.gz
APP_CHARSET_MAP=cp437_to_iso01.trans

Works great on vc#1, the first one.

Now the config file warns that with framebuffers this only is good for vc #1. OK. So I tried this to get my characters to show up on all vc's:

SCREEN_FONT=default8x16.psf.gz
SCREEN_FONT_vc2=default8x16.psf.gz
SCREEN_FONT_vc3=default8x16.psf.gz
SCREEN_FONT_vc4=default8x16.psf.gz
SCREEN_FONT_vc5=default8x16.psf.gz
SCREEN_FONT_vc6=default8x16.psf.gz
#
APP_CHARSET_MAP=cp437_to_iso01.trans
APP_CHARSET_MAP_vc2=cp437_to_iso01.trans
APP_CHARSET_MAP_vc3=cp437_to_iso01.trans
APP_CHARSET_MAP_vc4=cp437_to_iso01.trans
APP_CHARSET_MAP_vc5=cp437_to_iso01.trans
APP_CHARSET_MAP_vc6=cp437_to_iso01.trans

which, sad to say, does NOT work. Can anybody tell me what I do wrong?

This is what console-tools spells out in the header of the config file:

# You can also specify per-VC settings by suffixing variable names as in
# the examples below. This only works on framebuffer devices.
#
# CAVEATS:
#
# - When using the new framebuffer devices, the "global setting" for a font
# only affects the current console (ie., at boot-time, the first one)
# - ACM setting involves 2 steps (maybe loading a user ACM, and activating
# it on a given charset slot - see charset(1) for details), the 1st of which
# affects the entire system, but the 2nd of which only affects the current
# VC (ie., at boot-time, the first one). So that if you want to use the same
# ACM on all VCs, you have to specify "APP_CHARSET_MAP_vc<N>=user" for all
# relevant values of <N>.
#


Thanks!!

Hugo.



Reply to: