Re: [PATCH 0/2] Enlarge the storage of chars in virtual terminal

From: Alan Cox
Date: Wed May 26 2010 - 10:56:33 EST


On Wed, 26 May 2010 14:55:04 +0800
Frank Pan <frankpzh@xxxxxxxxx> wrote:

> Greetings
>
> The motivation is display much more characters on the
> framebuffer console than 512. If this is done, foreign
> languages can be easily rendered with currently supported
> utf-8 encoding.

This has been suggested a couple of times but unfortunately it's not
enough to use bigger fonts. Rendering many non western languages is far
far more complex. In addition the text mode vt driver is limited to 512
symbols by the hardware.

Doing it right means putting the entirity of Pango into the kernel. I'd
rather not do that when the job can be done better via a user space
application and pty/tty pair.

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/