LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-22-2002, 01:51 PM   #1
Stephanie
LQ Addict
 
Registered: May 2001
Location: Arizona
Distribution: 9.2 Mandy 1.4 Gentoo 5.1 FreeBSD WinXP
Posts: 1,166

Rep: Reputation: 45
Startup resolution


I am running Aurora at boot right now, whoch makes my graphics display got to 1280x800 or something like that.

Anyway, I would like to not use Aurora and actually see the startup text go by, but when i do, the resolution is much bigger. Is there a way to edit some file to make it so that on a text boot the display goes to the 1280x800?

i really hope I make sense with this question.
 
Old 01-22-2002, 01:57 PM   #2
ryanstrayer
Member
 
Registered: Jan 2002
Location: Kansas City
Distribution: RedHat 7.2 Kernel 2.4.17
Posts: 250

Rep: Reputation: 30
Yes - there is a few ways you can do it.

The easiest way is to add

VGA=extended

or

VGA=ask

to your lilo.conf file. Find a resolution that you like and replace 'ask' with that resolution.

Also do a 'man bootparam' to get a full description of the VGA= parameter.

Another better way that I use, but it is sometime harder to get it to work correctly, is by using Frame Buffer support. This ususally requires a kernel rebuild, depending on your distro of Linux. Once you have enabled FB, add

VGA=788

to your lilo.conf file. If you don't get anything (black screen, locking up, etc) then chances are it won't work with your system. It's a $@#% to get to work sometimes, but when it does, I think its alot better than the other options.

Oh and of course, don't forget to rewrite your lilo boot parameters to the boot sector by typing 'lilo' after you've edited your lilo.conf.

Last edited by ryanstrayer; 01-22-2002 at 01:58 PM.
 
Old 01-22-2002, 02:05 PM   #3
Stephanie
LQ Addict
 
Registered: May 2001
Location: Arizona
Distribution: 9.2 Mandy 1.4 Gentoo 5.1 FreeBSD WinXP
Posts: 1,166

Original Poster
Rep: Reputation: 45
Thanks, but I will try the first way you mentioned. I never have luck getting kernels compiles to work properly.
 
Old 01-22-2002, 02:24 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
aurora only runs in a framebuffer, so the vga=788 line will work straight away.

788 means 800x600 btw
791 is 1024x768

it's not aurora that makes it 1280 by whatever, A will fill out the space it's got i think.
 
Old 01-22-2002, 02:26 PM   #5
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Rep: Reputation: 30
if i'm not mistaken 1024x768 is the maximum res. for framebuffer. Correct me if i'm wrong.
 
Old 01-22-2002, 02:29 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally posted by therion12
if i'm not mistaken 1024x768 is the maximum res. for framebuffer. Correct me if i'm wrong.
guess what... you're wrong.

framebuffer modes in **HEX**-

Code:
Colours   640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200
--------+--------------------------------------------------------------
 4 bits |    ?       ?     0x302      ?        ?        ?         ?
 8 bits |  0x300   0x301   0x303    0x305    0x161    0x307     0x31C
15 bits |    ?     0x310   0x313    0x316    0x162    0x319     0x31D
16 bits |    ?     0x311   0x314    0x317    0x163    0x31A     0x31E
24 bits |    ?     0x312   0x315    0x318      ?      0x31B     0x31F
32 bits |    ?       ?       ?        ?      0x164      ?

Last edited by acid_kewpie; 01-22-2002 at 02:34 PM.
 
Old 01-22-2002, 02:39 PM   #7
ryanstrayer
Member
 
Registered: Jan 2002
Location: Kansas City
Distribution: RedHat 7.2 Kernel 2.4.17
Posts: 250

Rep: Reputation: 30
.

Last edited by ryanstrayer; 01-22-2002 at 03:22 PM.
 
Old 01-22-2002, 02:48 PM   #8
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Rep: Reputation: 30
Cool, i'm gonna try. Thanx for the tip.
 
Old 01-22-2002, 02:55 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally posted by ryanstrayer
Works on mine.. always has. So no, I'm not wrong.
ehh? i never said you were wrong... please pay attention ehh?
 
Old 01-22-2002, 03:05 PM   #10
Stephanie
LQ Addict
 
Registered: May 2001
Location: Arizona
Distribution: 9.2 Mandy 1.4 Gentoo 5.1 FreeBSD WinXP
Posts: 1,166

Original Poster
Rep: Reputation: 45
Gentleman please. This is not the place to tell who is wrong.

Go to the General forum for that
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Startup screen resolution Jeebizz Slackware 7 09-21-2005 05:28 PM
Text Resolution, Graphic resolution. Change from prompt dlublink SUSE / openSUSE 2 01-28-2005 11:50 AM
Startup screen resolution change | howto? the_gripmaster Red Hat 3 07-07-2004 07:52 PM
changing resolution non-X / startup background uncle_fungus1 Linux - General 1 11-01-2003 03:49 AM
Slackware startup resolution cav Slackware 8 07-31-2003 02:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration