public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Change the screen resolution at boot screen
@ 2004-09-18 11:08 Ole Martin Handeland
  2004-09-18 21:12 ` Ray Olszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Ole Martin Handeland @ 2004-09-18 11:08 UTC (permalink / raw)
  To: linux-newbie

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?

Thanks.

-
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Change the screen resolution at boot screen
  2004-09-18 11:08 Change the screen resolution at boot screen Ole Martin Handeland
@ 2004-09-18 21:12 ` Ray Olszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Ray Olszewski @ 2004-09-18 21:12 UTC (permalink / raw)
  To: Ole Martin Handeland, linux-newbie

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-18 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-18 11:08 Change the screen resolution at boot screen Ole Martin Handeland
2004-09-18 21:12 ` Ray Olszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox