]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Fonts: New Terminus large console font
authorAmanoel Dawod <amanoeladawod@gmail.com>
Tue, 19 Mar 2019 08:34:37 +0000 (16:34 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Apr 2019 12:37:29 +0000 (14:37 +0200)
commit2680bb61f1492bc449896f26f2bf06ec3bd53223
tree3ad3dc31cb6db844d5b4d9b4f9c2b012c304e43e
parent9344fbf1373ade1762d731759ee14758edf77816
Fonts: New Terminus large console font

BugLink: https://bugs.launchpad.net/bugs/1819881
This patch adds an option to compile-in a high resolution
and large Terminus (ter16x32) bitmap console font for use with
HiDPI and Retina screens.

The font was convereted from standard Terminus ter-i32b.psf
(size 16x32) with the help of psftools and minor hand editing
deleting useless characters.

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

I am placing my changes under the GPL 2.0 just as source Terminus font.

Signed-off-by: Amanoel Dawod <amanoeladawod@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit ac8b6f148fc97e9e10b48bd337ef571b1d1136aa)
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Acked-by: Kleber Souza <kleber.souza@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
include/linux/font.h
lib/fonts/Kconfig
lib/fonts/Makefile
lib/fonts/font_ter16x32.c [new file with mode: 0644]
lib/fonts/fonts.c