lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 5 Dec 2018 16:42:03 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Amanoel Dawod <amanoeladawod@...il.com>
Cc:     gregkh@...uxfoundation.org, akpm@...ux-foundation.org,
        linux-kernel@...r.kernel.org, linux-fbdev@...r.kernel.org
Subject: Re: [PATCH v2] Fonts: New Terminus large console font

On 12/5/18 3:56 PM, Amanoel Dawod 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

               converted

Where does "ter-i32b.psf" come from?
I.e., where can I find it?

> (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@...il.com>
> ---


> +const struct font_desc font_ter_16x32 = {
> +	.idx	= TER16x32_IDX,
> +	.name	= "TER16x32",
> +	.width	= 16,
> +	.height = 32,
> +	.data	= fontdata_ter16x32,

Please update Documentation/fb/fbcon.txt with the addition of that font name
if that is applicable.

thanks,
-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ