public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: Ray Olszewski <ray@comarre.com>
To: Ole Martin Handeland <oli@oasenlan.com>, linux-newbie@vger.kernel.org
Subject: Re: Change the screen resolution at boot screen
Date: Sat, 18 Sep 2004 14:12:34 -0700	[thread overview]
Message-ID: <5.1.0.14.1.20040918112624.020302f0@celine> (raw)
In-Reply-To: <cih4un$tv4$1@sea.gmane.org>

At 01:08 PM 9/18/2004 +0200, Ole Martin Handeland wrote:
>Hi,
>
>My friend installed linux on his old notebook (dsl or deli, don't 
>remember), and we came up with one problem: his screen could only handle 
>800x600 resolution, but the boot screen used 1024x768 or something. So 
>when the login prompt should show, its way below the screen. (no, the 
>screen doesn't clear before the login prompt.) So, do anyone know how to 
>change this resolution?


Exactly how to fix this depends on unreported details.

As a general matter, your friend is running a Linux install that switches 
to the console framebuffer (vesafb - the one with the little Tux at the 
top, initially) after the kernel boots, and (I'm guessing) switches to 
something like a 40-line mode. But your friend's laptop doesn't support the 
standard VGA-mode switching. This is all a guess, of course ... I'm just 
trying to make clear what I interpret your sketchy description to be about.

One possible fix is at the lilo prompt, if your friend can intervene there. 
Try adding "vga=NORMAL" (or maybe "vga=0x301") and see if that helps. One 
of these should get you to 24-line (640x480) mode.

If not, and he or you can somehow manage to login, you can edit 
/etc/lilo.conf to add the appropriate vga= call to the default lilo boot. 
(Then run the Linux app lilo to update the lilo booter.)

The long term solution is probably not to use the framebuffer. That might 
mean changing kernels, if this feature is compiled in, or stopping the 
kernel from loading the vesafb.o module during boot/init. Can't be more 
specific without knowing a lot more about the specifics of the Linux 
installation.

In general, read up on this in the kernel documentation, at 
/[path_to_kernel_source]/Documentation/fb/vesafb.txt .

If you post a followup question, please provide specifics about the system.



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

      reply	other threads:[~2004-09-18 21:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-18 11:08 Change the screen resolution at boot screen Ole Martin Handeland
2004-09-18 21:12 ` Ray Olszewski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.1.20040918112624.020302f0@celine \
    --to=ray@comarre.com \
    --cc=linux-newbie@vger.kernel.org \
    --cc=oli@oasenlan.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox