From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [ANNOUNCE] kmscon: Lazy-web's DRM based terminal emulator Date: Sun, 1 Apr 2012 22:40:33 +0100 Message-ID: <20120401224033.571b3720@pyramind.ukuu.org.uk> References: <20120328103020.238eab42@jbarnes-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from lxorguk.ukuu.org.uk (lxorguk.ukuu.org.uk [81.2.110.251]) by gabe.freedesktop.org (Postfix) with ESMTP id 680799E7D1 for ; Sun, 1 Apr 2012 14:38:04 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: David Herrmann Cc: Ran Benita , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org > the VT-emulation in the kernel. And then we still need to figure out a > way to make the kernel spit console-log to the display while > booting/etc. However, I plan to provide a prototype that works with > CONFIG_VT=n to at least get some testing environment. I'll keep > dri-devel informed if I think it's getting stable. Nothing stops the DRI driver registering a console handler without being a VT. Just as we can use the parallel port. Alan