From: Greg KH <gregkh@linuxfoundation.org>
To: nimrud <amanoeladawod@gmail.com>
Cc: akpm@linux-foundation.org, linux-fbdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fonts: New Terminus large console font
Date: Mon, 26 Nov 2018 06:56:46 +0000 [thread overview]
Message-ID: <20181126065646.GA9680@kroah.com> (raw)
In-Reply-To: <20181126034734.9423-1-amanoeladawod@gmail.com>
On Sun, Nov 25, 2018 at 10:47:34PM -0500, nimrud wrote:
> 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>
> ---
> include/linux/font.h | 8 +-
> lib/fonts/Kconfig | 10 +
> lib/fonts/Makefile | 1 +
> lib/fonts/font_ter16x32.c | 2072 +++++++++++++++++++++++++++++++++++++
> lib/fonts/fonts.c | 4 +
> 5 files changed, 2092 insertions(+), 3 deletions(-)
> create mode 100644 lib/fonts/font_ter16x32.c
>
> diff --git a/include/linux/font.h b/include/linux/font.h
> index d6821769dd1e..8ab5192e8a13 100644
> --- a/include/linux/font.h
> +++ b/include/linux/font.h
> @@ -29,9 +29,10 @@ struct font_desc {
> #define FONT10x18_IDX 5
> #define SUN8x16_IDX 6
> #define SUN12x22_IDX 7
> -#define ACORN8x8_IDX 8
> -#define MINI4x6_IDX 9
> -#define FONT6x10_IDX 10
> +#define TER16x32_IDX 8
> +#define ACORN8x8_IDX 9
> +#define MINI4x6_IDX 10
> +#define FONT6x10_IDX 11
By changing the font names, did you just break anything? Why not just
add your new one at the end of the list?
thanks,
greg k-h
next parent reply other threads:[~2018-11-26 6:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20181126034734.9423-1-amanoeladawod@gmail.com>
2018-11-26 6:56 ` Greg KH [this message]
[not found] ` <CACd_pd8o5vA85ppNp3hzm+awBvwq6VEONij6rHAPExmPfjaWRA@mail.gmail.com>
2018-11-26 8:14 ` [PATCH] Fonts: New Terminus large console font Greg KH
2018-11-26 6:57 ` Greg KH
2018-11-27 13:24 ` Lubomir Rintel
[not found] <20181126092115.754-1-amanoeladawod@gmail.com>
2018-12-05 11:02 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181126065646.GA9680@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=amanoeladawod@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).