From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 Date: Tue, 10 Jan 2023 21:55:36 +0100 From: Samuel Thibault To: Greg Kroah-Hartman , Jiri Slaby , kbd@lists.altlinux.org Message-ID: <20230110205536.6kiju6swwabazr6u@begin> Mail-Followup-To: Samuel Thibault , Greg Kroah-Hartman , Jiri Slaby , kbd@lists.altlinux.org, linux-kernel@vger.kernel.org References: <20221218003209.503539532@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221218003209.503539532@ens-lyon.org> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Cc: linux-kernel@vger.kernel.org Subject: Re: [kbd] [patchv2 0/3] VT: Support >32x32 fonts for hidpi displays X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2023 20:55:44 -0000 Archived-At: List-Archive: Hello, Ping, is there anything to be done on this? Samuel Samuel Thibault, le dim. 18 déc. 2022 01:32:09 +0100, a ecrit: > Hello, > > This patch series adds to Linux and kbd the support for fonts larger than 32x32 > by dropping the oldish VGA constraints that don't apply to fb-based consoles. > > Samuel