Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1547451imm; Thu, 19 Jul 2018 03:49:08 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeNu6oDXg5M6lHP3rIj+5zo5JH8wLkpqW+YFjTEi/Jq7DnSbbWmk9bqr0HaJL/iNA0WW99h X-Received: by 2002:a62:9cd7:: with SMTP id u84-v6mr9140152pfk.90.1531997348107; Thu, 19 Jul 2018 03:49:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531997348; cv=none; d=google.com; s=arc-20160816; b=WO3pABBLatOE4hD0dhgynfypygAtV69xIec6jNWoVDAOjwjDS/0uZKghSFuCNzERbh ZS7WqdlqafV0hPRF1KCIqLUdOIAFkPe7y35Kq8RbZMTgTKfu7apy3Liao46p+S9X4vlN R1O7ImWanRomGUhFsYmw/t5bCeSFtuq+F0Xn9IzKAm/9dI4b2xrYzTApw/Jd6gHu1zVk pHJIOLx1ScjPOaVIjrz9JJfiLjOsUFrTFi5192hiDDCe9K5deyuOXStdfdIJyTAZP/Ys Rw5/Z13nGgXca2rhNYvmsJCpcyXyjK39jbeT/vg274wemvZhmXGwIDbPcTuZzajXVwKb ibrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=/IxxUSO+SSD4mR48KFtM2zNSwA3ymA/Vhsh2D02jvtA=; b=Qjf85bvC0MZZcCgoeTn9Y+2hfMvge3Ae0H2RiKKwYQfadfdYt7M6z/3M2kK0zQwUnb 8OMvp2xVBG4z5TIiEo/iysKtGn0ZJBWNAvfMZM9/FXOzs/TZ0qZd9p4L7tY1QPlJLQzp w3mcEDs8zx2eHW/dxxm26cOjwxmLTM6ITkrHpx0FPVz9vAjKRVq6x4iNaNnJ1Boal+3o sRa2/eHDcuImNSZ8Y0SBuXOqveyYUPypSp2Eam87Y+X3OecwJwZFQH5/V/TILE4L1tWz NWHkOzwOBzqzqDOgEVM6qskb5PYJ2EJlpu/+JYdi8ovGUopRRFtaw14r0PitTIMdK0d7 UYTA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b2-v6si5499120pff.192.2018.07.19.03.48.53; Thu, 19 Jul 2018 03:49:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730996AbeGSLao (ORCPT + 99 others); Thu, 19 Jul 2018 07:30:44 -0400 Received: from www.llwyncelyn.cymru ([82.70.14.225]:57314 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726640AbeGSLao (ORCPT ); Thu, 19 Jul 2018 07:30:44 -0400 Received: from alans-desktop (82-70-14-226.dsl.in-addr.zen.co.uk [82.70.14.226]) by fuzix.org (8.15.2/8.15.2) with ESMTP id w6JAlnZH028928; Thu, 19 Jul 2018 11:47:49 +0100 Date: Thu, 19 Jul 2018 11:47:49 +0100 From: Alan Cox To: Adam Borowski Cc: Greg Kroah-Hartman , Jiri Slaby , linux-console@vger.kernel.org, Bartlomiej Zolnierkiewicz , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] vt: no blinking on console, 256/24-bit color improvements Message-ID: <20180719114749.00a7f979@alans-desktop> In-Reply-To: <20180718030152.kdq53mwpdfusvwl5@angband.pl> References: <20180718030152.kdq53mwpdfusvwl5@angband.pl> Organization: Intel Corporation X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Jul 2018 05:01:52 +0200 Adam Borowski wrote: > Hi! > Here's a patchset with two entangled improvements: > > * it'd be good to get rid of blinking where possible. Even CGA (thus VGA) > allows disabling it, rendering such characters with a bright background > instead. That's a matter of taste so needs to configurable. Changing the default ought I think to be its own patch as it's a separate discussion to having the choice there and easy to make. For the palette why does it needs changing and exactly what standards document defines 'right', especially given we don't do ICC in console mode ? Have you tested the values used against multiple monitor types and cards with a light meter ? BTW visibly breaking the Nvidia crud is also fine. They'll then actually bother to fix it and uually quite soon. Alan