Command line Linux: Better Font?

4

1

I'm looking for a way to get a nicer font (Times New Roman or whathaveyou) on my command-line text-only system.

That's right, I'm talking about a system without a window manager, and without X.

I'm not talking about having multiple fonts, or "rich text" -- Just to change the one and only crappy default console font.

themirror

Posted 2010-06-29T01:34:15.507

Reputation: 1 426

Answers

5

setfont loads the EGA/VGA font tables. Look in /lib/kbd/consolefonts for candidates, and the man page for more info.

Ignacio Vazquez-Abrams

Posted 2010-06-29T01:34:15.507

Reputation: 100 516

1Or /usr/share/consolefonts/ under Gentoo with kbd-1.15.2. – Benjamin Bannier – 2010-06-29T01:48:42.037

At least on Debian Linux, it's /usr/share/consolefonts. – sleske – 2010-06-29T01:48:46.093