Page MenuHomeFreeBSD

stand: Enable Spleen 32x64 font in the bootloader
ClosedPublic

Authored by ziaee on Apr 10 2025, 10:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 8, 10:28 AM
Unknown Object (File)
Sat, Jun 7, 3:16 PM
Unknown Object (File)
Sat, May 24, 12:12 PM
Unknown Object (File)
Wed, May 21, 11:11 AM
Unknown Object (File)
May 12 2025, 6:13 PM
Unknown Object (File)
May 12 2025, 8:42 AM
Unknown Object (File)
May 6 2025, 4:05 PM
Unknown Object (File)
Apr 20 2025, 3:22 AM
Subscribers

Details

Summary

Spleen 32x64 provides my 14" 2560x1600 display with the ancestral 80x25,
BSD standard console. We already include it in contrib, and it is built
for the runtime vt(4) font directory, but was previously unavailable to
the bootloader. Enable it in the build.

Bugs: This is only necessary if using a high DPI display, and in that
case the font isn't really 64pt.

MFC after: 3 days

Test Plan

<as root>
cd /usr/src && tools/tools/git/git-arc.sh patch -c D49768 && echo 'screen.font="32x64"' >> /boot/loader.conf && reboot

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This comment was removed by ziaee.
This comment was removed by ziaee.
ziaee retitled this revision from stand: Enable Spleen 64 to stand: Enable Spleen 32x64 font in the bootloader.
This revision is now accepted and ready to land.Apr 17 2025, 6:05 PM

@ziaee I cannot approve this change since I don't have enough knowledge to know if the change is ok.

@emaste can we go ahead with this change?

Approved; with @imp and @tsoome's review I think you can proceed.

I disgraced the commit log here. @emaste did not review this. I was thinking of him teaching me about Makefile but that was a completely different review.