Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4921163pxk; Wed, 30 Sep 2020 15:41:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxnUF44zV0Xy6n1gES59OQKktuJu8fkJR8LZ5YC3/IzcAXtZvBd0CCX58IMsWIC/rAJxgqB X-Received: by 2002:aa7:d4d0:: with SMTP id t16mr5250368edr.83.1601505664247; Wed, 30 Sep 2020 15:41:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601505664; cv=none; d=google.com; s=arc-20160816; b=IjWguE2MfpA966qOQeMtJdT0f0HGLUu4klRMabPITuGeSfD04i+7EizafZi0tgLCoU yVmv28jZowoWTR4oYG1LYhpJpQC6hTgBqgwdDYzwJP5CPGhplAd+hJm8lXb+GjPm3api +r+3MxiWk+oyBhRGMO0Yf4ouhZJci2CS4edpuaeCN1dh3eCOEv4uaXUyK8qeEpZufXfG twkiCdvKgVO7RcRpCYjHifFgPt3CRYbE9vn9vZ/4T1ZHvK8HlPOSR5yruyh15IeFEBag fMZzWspoINI7s/Mt/HPj4omY2Q3FylrzcCx5hEl4nXs2Nne60iZ9Qt71i235JjLBS+F9 dsDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:message-id:in-reply-to :subject:cc:to:from:date; bh=9MK2p5r6XZbMqfOphxqQdAM84jpuVhU+dAXv0e8Mdj0=; b=Ta3Oqr+vYploQR8u9/yA1TOQFdeAKNqj4NVYq4GlUFH95Bbt3Z0juJ2ZYt2VmsmIT6 9QNx38wOXZpbKVjntw4/LTcmh7pX+0Z1JEIOHlSaqbsoKasOQp/wfT5o4WEgg6khB/8A 6+2peUnLGtVRFFIXFKfrAZ0r9xFXZcHy2MY93xZ8Y76b9/uUL/QnCQ7AuUjFRhFcchAd A4T9pPSGuQZR5Iv9YIHJDW1sY8XHcwgE8aEIatFT1xprriZPu33TgR497nNFT+XfVI0L md511imbxm0bKQGb4umTpfV+teBK73OjdHUHrB7rlSB3rDVPDVVFGlh9Zs4H2SnrGv4B Omqw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u17si2028469edr.266.2020.09.30.15.40.42; Wed, 30 Sep 2020 15:41:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730590AbgI3V3n (ORCPT + 99 others); Wed, 30 Sep 2020 17:29:43 -0400 Received: from [157.25.102.26] ([157.25.102.26]:35754 "EHLO orcam.me.uk" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725814AbgI3V3n (ORCPT ); Wed, 30 Sep 2020 17:29:43 -0400 Received: from bugs.linux-mips.org (eddie.linux-mips.org [IPv6:2a01:4f8:201:92aa::3]) by orcam.me.uk (Postfix) with ESMTPS id ED5F42BE086; Wed, 30 Sep 2020 22:29:39 +0100 (BST) Date: Wed, 30 Sep 2020 22:29:36 +0100 (BST) From: "Maciej W. Rozycki" To: Adam Borowski cc: Pavel Machek , Linus Torvalds , Randy Dunlap , LKML , "linux-doc@vger.kernel.org" , Greg Kroah-Hartman , Daniel Vetter , Yuan Ming , Willy Tarreau , Bartlomiej Zolnierkiewicz , NopNop Nop , =?UTF-8?B?5byg5LqR5rW3?= , Andy Lutomirski Subject: Re: fbcon: remove soft scrollback code (missing Doc. patch) In-Reply-To: <20200918102750.GA27828@angband.pl> Message-ID: References: <20200916205434.GA10389@duo.ucw.cz> <20200918102750.GA27828@angband.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Sep 2020, Adam Borowski wrote: > > > Note that scrollback hasn't actually gone away entirely - the original > > > scrollback supported by _hardware_ still exists. > > > > > > Of course, that's really just the old-fashioned text VGA console, but > > > that one actually scrolls not by moving any bytes around, but by > > > moving the screen start address. And the scrollback similarly isn't > > > about any software buffering, but about the ability of moving back > > > that screen start address. > > > Could we pause this madness? Scrollback is still useful. I needed it > > today... it was too small, so command results I was looking for > > already scrolled away, but... life will be really painful with 0 scrollback. > > > > You'll need it, too... as soon as you get oops and will want to see > > errors just prior to that oops. > > I concur -- this a serious usability regression for regular users. Linus: > you have a serial cable on your main dev machine, so do I, but hardly any > regular people do -- that's restricted to mostly IPMI and such. > > And without some kind of scrollback, there's no way of knowing why eg. > your rootfs failed to mount (there was some oops, but its reason was at > the beginning...). Or, any other problem the user would be able to solve, > or pass the error messages to someone more knowledgeable. > > I also wonder why did you choose to remove softscrollback which is actually > useful, yet leave hardscrollback which doesn't come to use on any > non-ancient hardware: > * on !x86 there's no vgacon at all > * on x86, in-tree drivers for GPUs by Intel, nVidia and AMD (others are > dead) default to switching away from vgacon > * EFI wants its own earlycon > ... thus, the only niche left is nVidia proprietary drivers which, the last > time I looked, still used CGA text mode. For the record I keep using the console scrollback all the time, and FWIW I have gone through all the hoops required to keep using VGA hardware emulation and its console text mode with my most recent laptop, which is a ThinkPad P51; no longer manufactured, but still hardly an obsolete device by today's standards I believe. Sadly this video adapter setup has its shortcomings which used not to be there with my older hardware, which I find a functional regression to be blamed on the manufacturer, but I have learnt to live with that as I found no alternative I would find comfortable to work with. So no, it's not that nobody uses that stuff anymore, and not with obsolete hardware either. Maciej