Before I request that the busybox SETFONT application be added to TinyCore, I'm testing the following project..
Objective: my *console* fonts are butt-ugly, no matter what size I configure them to. So I want to use the Terminus console fonts in the console for say virtual terminals, or in micro-core.
This is not about X, where I am already happily running Terminus fonts.
Tools gathered:
1) Since the SETFONT application is not part of TinyCore, I downloaded the latest binary for it from the official Busybox site.
2) I am successfully using Terminus console fonts in Porteus, so I grabbed the console fonts I used from it (from a slackware package actually) - just to make sure that I didn't blow it with some error in my own compilation attempts from the official Terminus fonts site.
When running the following, I get an error (as a normal user or as root)
setfont ./ter-132n.pcf.gz
Here is the error:
setfont: input file : Bad length or unsupported font type
I get this same error when ungzipping the font as just an uncompressed pcf file.
I'm pretty sure that pcf is a supported font type with Tinycore. Or is there some sort of terminal configuration in the kernel itself, like terminal=linux or something that is the blocker?
I don't know since I'm not a kernel hacker..
To be able to run Terminus console fonts with Tinycore (remember my terminus fonts in X are doing fine) would just rock my world since I consider my standard fonts in the console, no matter how I configure them for size, are too ugly for comfort.
Any tips appreciated....