From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754551AbdKIMmy (ORCPT ); Thu, 9 Nov 2017 07:42:54 -0500 Received: from mx2.suse.de ([195.135.220.15]:53990 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754405AbdKIMmx (ORCPT ); Thu, 9 Nov 2017 07:42:53 -0500 Date: Thu, 09 Nov 2017 13:42:51 +0100 Message-ID: From: Takashi Iwai To: "Pavel Machek" Cc: "Max Staudt" , , , "Michal Srb" , "Oliver Neukum" , "Stefan Dirsch" , , Subject: Re: [RFC 00/14] Kernel based bootsplash In-Reply-To: <20171109115655.GA18436@atrey.karlin.mff.cuni.cz> References: <20171025124602.28292-1-mstaudt@suse.de> <20171109115655.GA18436@atrey.karlin.mff.cuni.cz> 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Nov 2017 12:56:55 +0100, Pavel Machek wrote: > > Hi! > > > Dear fbdev and fbcon developers, > > > > Could you please voice your opinion on the following patch series? > > > > > > This series adds simple bootsplash functionality on top of fbcon. > > > > A (simple!) kernel based bootsplash allows system integrators to show an > > earlier and more reliable bootsplash, completely hiding the kernel's > > text output and VT (the 'quiet' option still displays warnings and a > > blinking cursor). > > "More reliable bootsplash" seems like an anti-goal. More reliable boot > should be the goal... > > You should be able to display nice splash screen from initrd... > > We may want to fix the blinking cursor. > > But if there are warnings, it is better to see the warnings then to > hide them. If root filesystem can't be mounted (for example) it is > good to know the reason, not to stare at the blank screen (or at boot splash). In theory, we can put a bootsplash_disable() call automatically when the certain level of kernel message appears, too. It's a question whether such behavior should be dynamically configurable or not, though. BTW, one thing that is bad with quiet boot option is that it hides always messages and shows only errors. With this bootsplash scenario, you can boot without quiet option. Once when the splash turned off (either by user action like key input or by some kernel trigger), you'll see the whole messages, thus have far more information there. thanks, Takashi