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

wsfontload and 80x25bf



Hello!

I have been trying to load fonts at 80x25, but I didnt success.
I had to use the 80x25bf mode, in which I have my colors broken :(
When searching the archives I found this post:

http://marc.theaimsgroup.com/?l=openbsd-misc&m=102216844628973&w=2

After reading it, I thought, that I will not have my font loaded at
80x25,
BUT recently it turned out, that at 80x50 there is no such
limitation and
I can load custom font at full 16 color 80x50, not being forced to
use *bf.

Now I am full of doubts:
Why I can load a font at 80x50 and I can not at 80x25? Because of
hardware?
Am I wrong and I DO can load custom font at 80x25 on i386?
Maybe I did something wrong?
Please, clear my doubts. I need to be sure.

I tried with many different fonts (from NetBSD and OpenBSD's edited
with fed(1)), but with no success.
I tested it on i386 machines with 3 few different video cards and
OpenBSD-3.2 and 3.3-beta.

I load fonts and screens in this manner:

# 80x50
# works OK!
wsfontload -h 8 -e iso /usr/share/misc/pcvtfonts/lat2.808
for vconsole in 1 2 3 5
do
	wsconscfg -dF $vconsole
	wsconscfg -t 80x50 $vconsole
done

and also:

# 80x25
# works only with 80x25bf, but doesnt load the font after
s/80x25bf/80x25/
wsfontload -N PL816 -h 16 /usr/share/misc/pcvtfonts/iso2.816
for SCREEN in 1 2 3 5
do
    wsconscfg -dF $SCREEN
    wsconscfg -t 80x25bf -e vt100 $SCREEN
done


Thanks in advance,
Tom Bak


--
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Visit your host, monkey.org