From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25194C43613 for ; Thu, 20 Jun 2019 07:43:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 020B9208CB for ; Thu, 20 Jun 2019 07:43:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726262AbfFTHnX (ORCPT ); Thu, 20 Jun 2019 03:43:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:50482 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725872AbfFTHnX (ORCPT ); Thu, 20 Jun 2019 03:43:23 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id E33D0AF2D; Thu, 20 Jun 2019 07:43:21 +0000 (UTC) Date: Thu, 20 Jun 2019 09:43:21 +0200 Message-ID: From: Takashi Iwai To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC 0/3] Automatically choose a bigger font for high resolution screens In-Reply-To: <20190620062821.GA20578@kroah.com> References: <20190618203425.10723-1-tiwai@suse.de> <20190620062821.GA20578@kroah.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 20 Jun 2019 08:28:21 +0200, Greg Kroah-Hartman wrote: > > On Tue, Jun 18, 2019 at 10:34:22PM +0200, Takashi Iwai wrote: > > Hi, > > > > this is an RFC patch for automatically selecting a bigger font for > > high resolution monitors if available. Although we recently got a > > 16x32 sized font support in the kernel, using it still requires some > > extra kernel option. This patch reduces this and the kernel will pick > > up a bigger font. > > > > The logic is simply checking the text screen size. If it's over a > > threshold, the penalty is given to the function that chooses the > > default font. > > > > The threshold was chosen so that the normal display up to Full HD > > won't be affected. > > > > There are two preliminary patches and they are merely cleanups. They > > can be applied no matter whether to take the last patch or not. > > I applied the first two patches, as they seem sane. Thanks! > I like the idea of the last one, and have no objections to it. I can > apply it too if you want and we can see what happens :) OK, then let's go ahead. We can see what people react if they can read a kernel crash message without glasses :) Takashi