]> Gentwo Git Trees - linux/.git/commit
lib/fonts: Add Terminus 10x18 console font
authorNeilay Kharwadkar <neilaykharwadkar@gmail.com>
Sun, 16 Nov 2025 19:20:29 +0000 (19:20 +0000)
committerHelge Deller <deller@gmx.de>
Tue, 2 Dec 2025 18:57:01 +0000 (19:57 +0100)
commitb08ee4d666f216a6f9e7194a9b335147d4717f33
treecc2bbacec92fa6668f432b9aae25b8518616ec3a
parent0155e868cbc111846cc2809c1546ea53810a56ae
lib/fonts: Add Terminus 10x18 console font

Add a compile-in option for Terminus 10x18 bitmap console font
to improve readability on modern laptop displays.

On modern 13-16 inch laptop displays with high pixel density,
common scaled resolutions like 1280x800 and 1440x900 are widely
used.

At these resolutions, VGA 8x16 is too small and difficult to
read for extended periods, while Terminus 16x32 is too large,
providing only 25-28 rows. The existing 10x18 font has poor
readability.

Terminus 10x18 provides improved readability with its clean,
fixed-width design while maintaining practical row counts
(44-50 rows).

A comfortable and readable built-in font for early boot messages,
kernel panics or whenever userspace is unavailable.

The font was converted from standard Terminus ter-i18b.psf using
psftools and formatted to match kernel font conventions.

This patch is non-intrusive, no options are enabled by default
so most users won't notice a thing.

Signed-off-by: Neilay Kharwadkar <neilaykharwadkar@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
include/linux/font.h
lib/fonts/Kconfig
lib/fonts/Makefile
lib/fonts/font_ter10x18.c [new file with mode: 0644]
lib/fonts/fonts.c