Re: vga=ask in lilo.conf

1999-12-26 Thread Nate Duehr
Hi Andy,

The VGA stuff is kernel-based.  SVGATextMode is a program that you can load
after the kernel's loaded to use SVGA instead of VGA. 

So generally the answer to your question is, yes.  However, you can use the
SVGA stuff to get higher resolutions also.

Personally, I don't use the SVGATextMode stuff, as the resolutions and
text modes available under most of my VGA cards suit me just fine.

Hope it helps, enjoy.  You can read more in the man pages for the SVGA stuff
if your interested.  I've never really used it, as I like the VGA stuff
better.

Enjoy, and hope you had happy holidays, 
Nate, [EMAIL PROTECTED]
On Sat, Dec 25, 1999 at 10:43:23AM -0800, Andy Thomas wrote:
> Hi,
> It's when it gets to "Invoking SVGATextMode..." on bootup that  it switches
> back to 80x25.  Is "svgatextmode" some sort of driver I should unload in
> order to get this to "stick?"
> 
> Thanks
> Andy
> 


Re: vga=ask in lilo.conf

1999-12-25 Thread Andy Thomas
Hi,
It's when it gets to "Invoking SVGATextMode..." on bootup that  it switches
back to 80x25.  Is "svgatextmode" some sort of driver I should unload in
order to get this to "stick?"

Thanks
Andy


Re: vga=ask in lilo.conf

1999-12-22 Thread Nate Duehr
On Mon, Dec 20, 1999 at 03:13:37PM -0800, Andy Thomas wrote:
> Hi,
> Is this known to be a bit buggy?  I put this in there and once in awhile
> (every 5th boot or so... I know linux is stable but am saving electricity
> ) I get the video option in the boot menu ("hit enter to choose").  Once
> it "crashed the video" (after choosing something like 132 x something
> mode)... another time I chose 80x50 and it went that way for awhile, then
> reverted to 80x25.  Most of the time though the menu never comes up at all
> during boot.

Not sure what's causing this behaviour.

> vga=ask was indicated as an option by the O'Reilly book.

Yep, this should show you all the options available to you.

The kernel has built-in support for the standard VGA text modes (not to be
confused with SVGATextMode package) which you can call at boot-time by
passing values to the kernel from LILO.  

My preferred way of doing this is via the LILO prompt itself, which gives me
the flexibility to turn this one on and off at will.

Some video cards can't do the various modes they claim to support quite right, 
so on new machines, calling this stuff from the LILO boot prompt (if you have
it enabled) allows you to play with the settings to find the best one for the
particular machine.

So at the LILO: prompt, type:

"linux vga=ask" if your kernel image is called linux as most are...

You'll be prompted through displaying the possibilities your card can support.
You then choose and voila... smaller text than you had during the LILO portion
of the boot. 

Some settings don't work so well, so play and find what's best for your machine.
Then you can either define it on the command line from LILO "linux vga=2", or
just put it in /etc/lilo.conf and rerun lilo ... as I believe you said the
O'Reilley book suggests.

> TIA for any insight into this.
> Andy

Hope it helps...

Nate, [EMAIL PROTECTED]


vga=ask in lilo.conf

1999-12-21 Thread Andy Thomas
Hi,
Is this known to be a bit buggy?  I put this in there and once in awhile
(every 5th boot or so... I know linux is stable but am saving electricity
) I get the video option in the boot menu ("hit enter to choose").  Once
it "crashed the video" (after choosing something like 132 x something
mode)... another time I chose 80x50 and it went that way for awhile, then
reverted to 80x25.  Most of the time though the menu never comes up at all
during boot.

vga=ask was indicated as an option by the O'Reilly book.

TIA for any insight into this.
Andy