Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Linux

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 08-28-2007, 06:50 PM
jellybean stonerfish
Newsgroup Contributor
 
Posts: n/a
Grub: Changing vga setting.

Can grub be set to display its data in different vga modes?

stonerfish

Lazy me, asking here first. Now I will go to the grub site, and
read what I can to find out. If I figure out how, or find out it is
impossible, I will let you all know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 08-28-2007, 06:50 PM
  #2 (permalink)  
Old 08-28-2007, 07:30 PM
sk8r-365
Newsgroup Contributor
 
Posts: n/a
Re: Grub: Changing vga setting.

Horton heard a Who named jellybean stonerfish saying:

> Can grub be set to display its data in different vga modes?
>
> stonerfish
>
> Lazy me, asking here first. Now I will go to the grub site, and
> read what I can to find out. If I figure out how, or find out it is
> impossible, I will let you all know.


If you have the right setting in the kernel (CONFIG_FB=y ... I think) you need
to add the correct setting in grub. Here's part of my grub for your benefit:

title Debian GNU/Linux, kernel 2.6.18-4-686
root (hd0,0)
kernel /vmlinuz-2.6.18-4-686 root=/dev/sda3 ro vga=791
initrd /initrd.img-2.6.18-4-686

The vga= part sets resolution.

--
sk8r-365
The only way to make Windows "secure":
1) go to http://goodbye-microsoft.com
2) replace existing operating system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 08-28-2007, 11:40 PM
jellybean stonerfish
Newsgroup Contributor
 
Posts: n/a
Re: Grub: Changing vga setting.

On Tue, 28 Aug 2007 20:06:30 -0600, sk8r-365 wrote:

> Horton heard a Who named jellybean stonerfish saying:
>
>> Can grub be set to display its data in different vga modes?
>>
>> stonerfish
>>
>> Lazy me, asking here first. Now I will go to the grub site, and
>> read what I can to find out. If I figure out how, or find out it is
>> impossible, I will let you all know.

>
> If you have the right setting in the kernel (CONFIG_FB=y ... I think) you need
> to add the correct setting in grub. Here's part of my grub for your benefit:
>
> title Debian GNU/Linux, kernel 2.6.18-4-686
> root (hd0,0)
> kernel /vmlinuz-2.6.18-4-686 root=/dev/sda3 ro vga=791
> initrd /initrd.img-2.6.18-4-686
>
> The vga= part sets resolution.
>


Yes, I know how to set up the kernel to use higher resolutions.
I was wondering if the grub menu could be displayed at higher resolutions,
before the kernel is loaded.

stonerfish
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 08-31-2007, 07:20 AM
§ñühw¤£f
Newsgroup Contributor
 
Posts: n/a
Re: Grub: Changing vga setting.


Date: 31 Aug 2007 14:14:08 GMT
Lines: 42
Message-ID: <46d8222f$0$47111$892e7fe2@authen.yellow.readfreen ews.net>
NNTP-Posting-Date: 31 Aug 2007 09:14:08 CDT
X-Trace: DXC=;4RhT1^lVX:?@YhM`CKcW<]AGWjF5PjP9465Ue@WB_5?GI7Al313M[>]nK=3`F;XS;Y9S_[G10Wa:3Y6cZhPNK30aDR]]eKGEO7
Xref: unlimited.newshosting.com alt.os.linux:155075

jellybean stonerfish <stonerfish@geocities.com> pinched out a steaming
pile of<mm8Bi.4142$JD.1424@newssvr21.news.prodigy.net>:

>On Tue, 28 Aug 2007 20:06:30 -0600, sk8r-365 wrote:
>
>> Horton heard a Who named jellybean stonerfish saying:
>>
>>> Can grub be set to display its data in different vga modes?
>>>
>>> stonerfish
>>>
>>> Lazy me, asking here first. Now I will go to the grub site, and
>>> read what I can to find out. If I figure out how, or find out it

is
>>> impossible, I will let you all know.

>>
>> If you have the right setting in the kernel (CONFIG_FB=y ... I

think) you need
>> to add the correct setting in grub. Here's part of my grub for your

benefit:
>>
>> title Debian GNU/Linux, kernel 2.6.18-4-686
>> root (hd0,0)
>> kernel /vmlinuz-2.6.18-4-686 root=/dev/sda3 ro vga=791
>> initrd /initrd.img-2.6.18-4-686
>>
>> The vga= part sets resolution.
>>

>
>Yes, I know how to set up the kernel to use higher resolutions.
>I was wondering if the grub menu could be displayed at higher

resolutions,
>before the kernel is loaded.
>
>stonerfish
>

Looks like it is :)

http://ubuntuforums.org/archive/index.php/t-119696.html

go for the gold! try a 799!!!
:)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 08-31-2007, 09:20 AM
Bob Tennent
Newsgroup Contributor
 
Posts: n/a
Re: Grub: Changing vga setting.

On 31 Aug 2007 14:14:08 GMT, §ñühw¤£f wrote:

>>I was wondering if the grub menu could be displayed at higher

> resolutions,
>>before the kernel is loaded.
>>

> Looks like it is :)
>
> http://ubuntuforums.org/archive/index.php/t-119696.html
>
> go for the gold! try a 799!!!


You didn't read far enough:

>|actually I wanted to change the resolution at the grub menu selection.
>|which is at the begining of the loading of linux... :P
>|
>|nope. GRUB, as for now, only allows 640x480 resolution in the bootmenu.


Bob T.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 08-31-2007, 05:40 PM
jellybean stonerfish
Newsgroup Contributor
 
Posts: n/a
Re: Grub: Changing vga setting.

On Fri, 31 Aug 2007 15:50:48 +0000, Bob Tennent wrote:

> On 31 Aug 2007 14:14:08 GMT, §ñühw¤£f wrote:
>
> >>I was wondering if the grub menu could be displayed at higher

> > resolutions,
> >>before the kernel is loaded.
> >>

> > Looks like it is :)
> >
> > http://ubuntuforums.org/archive/index.php/t-119696.html
> >
> > go for the gold! try a 799!!!

>
> You didn't read far enough:
>
> >|actually I wanted to change the resolution at the grub menu selection.
> >|which is at the begining of the loading of linux... :P
> >|
> >|nope. GRUB, as for now, only allows 640x480 resolution in the bootmenu.

>
> Bob T.


I didn't quite understand his post. go for the gold?
But I did follow the link and read "far enough" If rysiek is correct,
then I will be stuck with low res grub menu. Not that it really matters.
I was just wanting to tweak my system a little.

rysiek wrote on March 3rd, 2006, 01:36 PM
>nope. GRUB, as for now, only allows 640x480 resolution in the bootmenu.


>Cheers
>Mike


The good news.
On my journey, I discovered to my surprise that I can put a graphic behind
my boot menu. Wow! I thought a splash had to be after the kernel was
loaded. So I will stick with a low-res menu, but try to figure out how to
do something like this http://en.wikipedia.org/wiki/Image:Grub-debian.jpg
By following the advice here http://ruslug.rutgers.edu/~mcgrof/grub-images/


stonerfish
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 08-31-2007, 07:40 PM
Bob Tennent
Newsgroup Contributor
 
Posts: n/a
Re: Grub: Changing vga setting.

On Sat, 01 Sep 2007 00:31:19 GMT, jellybean stonerfish wrote:

>> > go for the gold! try a 799!!!

>
> I didn't quite understand his post. go for the gold?


vga=799 seems to be the maximal color-depth/resolution available for the
boot messages. Not really relevant if it's the boot menu you're trying
to configure.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 09-01-2007, 07:20 AM
§ñühw¤£f
Newsgroup Contributor
 
Posts: n/a
Re: Grub: Changing vga setting.

Bob Tennent <rdtennent********.com> pinched out a steaming pile
of<slrnfdhj2d.5up.BobT@linus.cs.queensu.ca>:

>On Sat, 01 Sep 2007 00:31:19 GMT, jellybean stonerfish wrote:
>
> >> > go for the gold! try a 799!!!

> >
> > I didn't quite understand his post. go for the gold?

>
>vga=799 seems to be the maximal color-depth/resolution available for

the
>boot messages. Not really relevant if it's the boot menu you're trying
>to configure.
>

If I can get grub to hook up, and get to a command line and type startx
and have the xwinders work, I'm happy.

Whatever happened to just being satisfied with typing "startx"?
:(


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing a default setting senewsom Microsoft Office 6 05-11-2009 11:40 PM
Can I switch from IDE to AHCI on the fly just by changing the setting in the CMOS? Windows User Undefined Vista Hardware 8 08-24-2007 06:40 PM
setting resolution for LCD TV(vista keeps changing) tack Windows Vista 0 06-26-2007 05:40 AM
GRUB orange Linux 1 05-06-2007 12:15 AM
Changing default setting for Start > Shutdown Thomas G. Madsen Windows Vista 0 04-23-2007 04:30 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 04:32 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0