Re: arch/i386/boot rewrite, and all the hard-coded video cards

From: Linus Torvalds
Date: Tue May 01 2007 - 17:42:36 EST




On Tue, 1 May 2007, Rene Herman wrote:
>
> The answer will probably be "no", but would this be a good point to ask if
> this would be a good time to not bother with the mode switching code at all
> anymore?

The standard extended modes are actually really useful, if for a very
simply reason: they give you bigger more lines on screen when a bug
happens.

So I _still_ occasionally use "vga=extended" just for that reason. The
default 80x25 thing scrolls most oops away.

> I'd consider keeping anything but VESA 1.2 (which that ET4000 and most all
> other Super VGA cards of the era also do!) nonsensical and as far as I'm
> concerned this includes all the VGA modes with the strange number of lines; a
> 43/60-line VGA screen is too horrible to look at anyway...

80x50 is useful for the above reason. Yeah, it's ugly, but it's useful for
the "It's too much work to try to do anything but just take a digital
photo of the screen". And that 50-line mode will actually be 43 in EGA
mode, I think.

The 132x50 mode is probably a bit prettier, and is fairly common too, and
useful for the same reason.

And once you support those, you might as well support all the VESA text
modes.

And yes, I'm literally talking about the *text* modes. Not all of us want
to have fbcon built in - I prefer my text-mode lean and mean and fast as
hell, and if I want a frame buffer, I'll take X11, thank you very much.

Linus
-
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/