From patchwork Tue Nov 7 04:48:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10045695 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 263BC60360 for ; Tue, 7 Nov 2017 04:48:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19E0729EE2 for ; Tue, 7 Nov 2017 04:48:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0E6C529EED; Tue, 7 Nov 2017 04:48:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 67D5129EE2 for ; Tue, 7 Nov 2017 04:48:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752072AbdKGEsY (ORCPT ); Mon, 6 Nov 2017 23:48:24 -0500 Received: from merlin.infradead.org ([205.233.59.134]:53648 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751763AbdKGEsX (ORCPT ); Mon, 6 Nov 2017 23:48:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/vRd++Vf+pNVwNC/K20eV6lwCR6dTVAMZfDYTieDfpE=; b=eHZspV3iJ74ASZYWL1+sF7zbjr i8154spVd4fFuIhyOzjNj3ekDtRStFwvvvx58CfgjVA7La9QHILEIB9w7RaOj8iQfAJ97UgAhX3Bg 92MYKaQzBV3XilYV0MEQxov5Ery0lDjYx11CDgTzav9RYIxWt577EcvSaQL2vhUzIt9N7weMVwC1y fWR8ShIXWsffghcnUgHuoNPO4eXLRdisbZDDASv4+ZZJ+xfLREzzYQaC9BZxi5m3ckMW52xCYvbDH f7R8B78t+PAqYQ7ckAQJbpHzVkrMEl/5bGR7bNprj1HrYiuJND1S9AbmZg/fpIsRe36LUak7IANV5 +IIRs2Kg==; Received: from static-50-53-32-32.bvtn.or.frontiernet.net ([50.53.32.32] helo=midway.dunlap) by merlin.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1eBvo4-0001iZ-HN; Tue, 07 Nov 2017 04:48:13 +0000 To: LKML , "linux-doc@vger.kernel.org" , Jonathan Corbet , Andrew Morton Cc: Geert Uytterhoeven , Bartlomiej Zolnierkiewicz , Linux Fbdev development list From: Randy Dunlap Subject: [PATCH] documentation: update list of available compiled-in fonts Message-ID: Date: Mon, 6 Nov 2017 20:48:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Update list of available compiled-in fonts in lib/fonts/: add 6x10 and drop RomanLarge (which was reverted 12 years ago). Signed-off-by: Randy Dunlap Cc: Geert Uytterhoeven Acked-by: Geert Uytterhoeven --- Documentation/fb/fbcon.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- lnx-414-rc8.orig/Documentation/fb/fbcon.txt +++ lnx-414-rc8/Documentation/fb/fbcon.txt @@ -77,8 +77,8 @@ C. Boot options 1. fbcon=font: Select the initial font to use. The value 'name' can be any of the - compiled-in fonts: VGA8x16, 7x14, 10x18, VGA8x8, MINI4x6, RomanLarge, - SUN8x16, SUN12x22, ProFont6x11, Acorn8x8, PEARL8x8. + compiled-in fonts: VGA8x16, 7x14, 10x18, VGA8x8, MINI4x6, + SUN8x16, SUN12x22, 6x10, ProFont6x11, Acorn8x8, PEARL8x8. Note, not all drivers can handle font with widths not divisible by 8, such as vga16fb.