Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754264Ab0K2OIh (ORCPT ); Mon, 29 Nov 2010 09:08:37 -0500 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:49310 "EHLO www.etchedpixels.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753599Ab0K2OIf (ORCPT ); Mon, 29 Nov 2010 09:08:35 -0500 Date: Mon, 29 Nov 2010 14:07:21 +0000 From: Alan Cox To: microcai@fedoraproject.org Cc: Lisa Milne , "jonsmirl@gmail.com" , Theodore Tso , linux-kernel@vger.kernel.org, linux-console@vger.kernel.org Subject: Re: VT console need rewrite Message-ID: <20101129140721.40bbc1e8@lxorguk.ukuu.org.uk> In-Reply-To: <1290994083.877.13.camel@cai.gentoo> References: <1290941875.13526.15.camel@cai.gentoo> <73BC440E-833E-4E1B-ACCC-5D68BAB89D83@mit.edu> <1290951770.13526.18.camel@cai.gentoo> <20101129020610.7ea7c79e.lisa@ltmnet.com> <1290961207.13526.31.camel@cai.gentoo> <20101128234634.461daec4@pyx> <1290994083.877.13.camel@cai.gentoo> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEWysKsSBQMIAwIZCwj///8wIhxoRDXH9QHCAAABeUlEQVQ4jaXTvW7DIBAAYCQTzz2hdq+rdg494ZmBeE5KYHZjm/d/hJ6NfzBJpp5kRb5PHJwvMPMk2L9As5Y9AmYRBL+HAyJKeOU5aHRhsAAvORQ+UEgAvgddj/lwAXndw2laEDqA4x6KEBhjYRCg9tBFCOuJFxg2OKegbWjbsRTk8PPhKPD7HcRxB7cqhgBRp9Dcqs+B8v4CQvFdqeot3Kov6hBUn0AJitrzY+sgUuiA8i0r7+B3AfqKcN6t8M6HtqQ+AOoELCikgQSbgabKaJW3kn5lBs47JSGDhhLKDUh1UMipwwinMYPTBuIBjEclSaGZUk9hDlTb5sUTYN2SFFQuPe4Gox1X0FZOufjgBiV1Vls7b+GvK3SU4wfmcGo9rPPQzgIabfj4TYQo15k3bTHX9RIw/kniir5YbtJF4jkFG+dsDK1IgE413zAthU/vR2HVMmFUPIHTvF6jWCpFaGw/A3qWgnbxpSm9MSmY5b3pM1gvNc/gQfwBsGwF0VCtxZgAAAAASUVORK5CYII= Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1570 Lines: 38 > Don't you see the cosole code ? There is TODO that say , "hey , I need > UNICODE support..." And what has happened over time is that we've learned - that real unicode is hard - that some languages need very complex character handling, and this happens to be most of the major non western european languages in the world today and someone put all the needed logic into pango, and people wrote fbterm and friends. The world has moved on > Simply drawing characters won't need any hw acceleration. It doesn't > matter if it is slow. KMS and Wayland will make more people work under > console, trust me. No I don't trust you, sorry. You need compositing acceleration to do some of the character composing efficiently and to do anti-aliasing which for small symbols in many non western fonts is rather essential. > > Your other problem is mode setting, VESA is on its way out, a lot of > No, VESA will still be here for another decades. Some fb driver conflict VESA is X86 specific, PC class hardware specific and subject to various assumptions, when it works. No VESA on Intel MID platforms, no VESA on PPC, no VESA on Android phones > printk console , if redirect to a ttyS? , then the outer Linux world > terminal will do UNICODE handling. In a window in a debug/development environment under X11 with Pango.. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/