All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maciej Zenczykowski <maze@cela.pl>
To: Sergey Vlasov <vsu@altlinux.ru>
Cc: linux-kernel@vger.kernel.org
Subject: Re: VGA Console Idea
Date: Tue, 4 Nov 2003 19:07:28 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.44.0311041902321.5053-100000@gaia.cela.pl> (raw)
In-Reply-To: <20031104204426.12c06ccb.vsu@altlinux.ru>

> Unfortunately, this won't work, because the standard VGA text mode
> uses funny tricks to convert 8x16 font bitmaps in memory to 9x16
> bitmaps for real display (some graphic characters from the original
> IBM charset are specially handled by the hardware).

True, forgot about this (not so) little detail.  In 9pixel-wide font 
modes, the 9th pixel for all chars is taken to be background, except for 
0xC0..0xDF, where (if enabled) the 9th column is a copy of the eighth.  
Basically this means my idea would work only in 8-pixel wide font modes 
(which are probably still used quite a bit, on laptops especially - I'm 
using a 100x40 video mode on my 800x600 LCD display with 8x15 font). 

> However, for the framebuffer console (where we don't have hidden 9th
> pixel column) this could be useful - it is certainly better to lose
> high-intensity background (which almost nobody uses) than
> high-intensity foreground (which is used much more often). Probably
> this can be performed without actually inverting anything...

In framebuffer mode we should theoretically have no problem supporting any 
number of characters we want.  As long as we don't use direct video memory 
access thru vcs/vcsa were programs expect 8-bit characters we can keep 
even 16-bit (or 32) chars in memory (probably in unicode) - this of couse 
increases the size of the font we need to keep resident in memory, but 
we'd almost be rid of one level of font-mapping...

> PS: I really use high-intensity background colors in VIM (though I
> rarely run in in the console these days).
:)


      reply	other threads:[~2003-11-04 18:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-04 17:20 VGA Console Idea Maciej Zenczykowski
2003-11-04 17:44 ` Sergey Vlasov
2003-11-04 18:07   ` Maciej Zenczykowski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0311041902321.5053-100000@gaia.cela.pl \
    --to=maze@cela.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vsu@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.