1) Went to this site and chose to look for terminus fonts, and used the Slackware 15 sets. As of today, I downloaded the terminus-font-4.49.1-noarch-3.txz package.
https://pkgs.org
2) Converted the slackware txz to the Porteus xzm format from within the file manager by right-clicking.
3) Activated the new terminus xzm package (right click) again, and they got installed to:
/usr/share/kbd/consolefonts
4) Got into a virtual terminal (ctrl-alt-f2) for example, and from that directory issue a huge setfont command for grampa eyes: (use your own path method). CTRL-ALT-F7 to get back to X11.
Code: Select all
setfont ./ter-232b.psf.gz
Your locale or preference: Read the terminus docs in the package to find out which set you like. Engrampa or other unarchivers can easily find this in the xzm. My set seems to be starting with 2, as in the above ter-232b.psf.gz
Extra credit: Instead of loading up the whole xzm module, I suppose you could install, save and remove the ones you don't need, and manually reintroduce them, and perhaps even on startup. For me, I can afford the ram, and simply slack (ahem) it by loading it as an entire module.
This reads like a lot, but very simple once you do it.