From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: Re: [PATCH 0/7] Detaching fbcon Date: Wed, 07 Jun 2006 03:45:26 +0800 Message-ID: <4485DB56.7020004@gmail.com> References: <44856223.9010606@gmail.com> <9e4733910606060910m44cd4edfs8155c1fe031b37fe@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9e4733910606060910m44cd4edfs8155c1fe031b37fe@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: Cc: Andrew Morton , Linux Fbdev development list , Linux Kernel Development Jon Smirl wrote: > On 6/6/06, Antonino A. Daplas wrote: >> Overall, this feature is a great help for developers working in the >> framebuffer or console layer. There is not need to continually reboot >> the >> kernel for every small change. It is also useful for regular users who >> wants >> to choose between a graphical console or a text console without having to >> reboot. > > Instead of the sysfs attribute, what about creating a new escape > sequence that you send to the console system to detach? Doing it that > way would make more sense from a stacking order. It just seems > backwards to me that you ask a lower layer to detach from the layer > above it. It is not the vt layer that attaches fbcon, it's fbcon that attaches to the vt layer. So it is more logical that fbcon detaches itself, not the other way around. Tony