On Fri, 15 Nov 2002 17:07:06 +0530, Sandip P Deshmukh <[EMAIL PROTECTED]> wrote:
>hello all! > >my console seems to be switching into framebuffer mode when i boot. > >following is the resective line from dmesg: > >Console: switching to colour frame buffer device 80x30 >fb0: VGA16 VGA frame buffer device > >what is the advantage of this mode? AFAIK it enables you to (simply) change the text screen size and refresh rate from the standard 80x25 to whatever you want, and is therefore responsible for SVGATextMode freezing in 1999. >does it mean any extra overhead? Yes. Every character sent to the screen is sent as a bitmap. How significant this is depends on the speed of your machine and your sense of engineering elegance. It offends mine, so I use SVGATextMode, even though that meant some hacking to get it to work with a SiS6326. >how do i turn it off and on? Try vga=0 in your boot parameters (I think, I've never turned it on). IIRC it's a kernel feature which my kernel is compiled without. >thanx in advance > >sandip p deshmukh >------***-------- > >Have the courage to take your own thoughts seriously, for they will shape you. > -- Albert Einstein -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]