this post was submitted on 29 Mar 2024
22 points (100.0% liked)

Linux and Tech News

2102 readers
1 users here now

This is where all the News about Linux and Linux adjacent things goes. We'll use some of the articles here for the show! You can watch or listen at:

You can also get involved at our forum here on Lemmy:

Or just get the most recent episode of the show here:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] autotldr@lemmings.world 1 points 1 year ago

This is the best summary I could come up with:


With the frame-buffer device "FBDEV" subsystem changes sent out today for the Linux 6.9 kernel, there is support for larger console fonts to better handle today's ~4K displays.

Samuel Thibault took the liberty of increasing the maximum VT console font size to 64 x 128.

As part of the change is switching to a bitmap rather than just a larger integer size with the existing FBDEV code.

He explained in the patch adjusting the code to allow the increased size of 64 x 128: "By using bitmaps we actually support whatever size we would want, but the console currently limits fonts to 64x128 (which gives 60x16 text on 4k screens), so we don't need more for now, and we can easily increase later."

Allowing the larger size should be welcome by those using a frame-buffer console on today's high resolution displays.

This change plus various FBDEV fixes are part of this pull request for Linux 6.9.


The original article contains 184 words, the summary contains 156 words. Saved 15%. I'm a bot and I'm open source!