All of lore.kernel.org
 help / color / mirror / Atom feed
* 1024x768 SVGA Shell - won't work
@ 2002-06-04  8:10 Adam Luchjenbroers
  2002-06-05 10:33 ` Adam Luchjenbroers
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Luchjenbroers @ 2002-06-04  8:10 UTC (permalink / raw)
  To: linux-newbie

I recently downloaded and built kernel 2.4.18 and I am no longer able to
boot up with my shell running at 1024x768 (or I think thats what it was at,
parameter was vga=791). I included the SVGA console drivers and my
video-card drivers when I compiled it.

My old kernel was 2.4.8-26mdk (Mandrake 8.1) - does it have any patches
applied to it to allow this or am I doing something wrong.

The only other thing that seems weird is that it doesn't seem to be
rebuilding the kernel headers. Anybody know how to make it do this?

Any help that can be offered would be appreciated
-
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] 7+ messages in thread

* Re: 1024x768 SVGA Shell - won't work
  2002-06-04  8:10 1024x768 SVGA Shell - won't work Adam Luchjenbroers
@ 2002-06-05 10:33 ` Adam Luchjenbroers
  2002-06-05 14:10   ` Ray Olszewski
  2002-06-05 15:51   ` Steven Smith
  0 siblings, 2 replies; 7+ messages in thread
From: Adam Luchjenbroers @ 2002-06-05 10:33 UTC (permalink / raw)
  To: linux-newbie

OK, I've done some research (suddenly noticed there was a massive folder in 
my kernel source tree called 'Documentation' - wish I'd seen it sooner).

The mode I was using is one of the VESAfb modes (1024x768x24, apparently). 

These modes require the frame-buffer drivers to be compiled. The frame-buffer 
drivers are greyed out.

I can find nothing telling me what else I need to enable to be able to enable 
the frame-buffer drivers.

Does anybody know what options I must enable, or even better, have a 
dependancy map of the kernel?
-
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] 7+ messages in thread

* Re: 1024x768 SVGA Shell - won't work
  2002-06-05 10:33 ` Adam Luchjenbroers
@ 2002-06-05 14:10   ` Ray Olszewski
  2002-06-05 15:51   ` Steven Smith
  1 sibling, 0 replies; 7+ messages in thread
From: Ray Olszewski @ 2002-06-05 14:10 UTC (permalink / raw)
  To: adam, linux-newbie

See below.

At 08:03 PM 6/5/02 +0930, Adam Luchjenbroers wrote:
>OK, I've done some research (suddenly noticed there was a massive folder in
>my kernel source tree called 'Documentation' - wish I'd seen it sooner).
>
>The mode I was using is one of the VESAfb modes (1024x768x24, apparently).
>
>These modes require the frame-buffer drivers to be compiled. The frame-buffer
>drivers are greyed out.

"greyed out"? Are you using "make xconfig", perhaps?

>I can find nothing telling me what else I need to enable to be able to enable
>the frame-buffer drivers.

In the "make menuconfig" version of kernel make, framebuffer support is 
labeled as experimental. This mean you need to enable support for 
experimental drivers (the first menu choice in "make menuconfig" ... not 
sure where it is in "make xconfig") to have it available.

>Does anybody know what options I must enable, or even better, have a
>dependancy map of the kernel?

Not sure what you have in mind by the second half of this. I too would like 
better documentation of interdependencies among config options, but I don't 
know where to find such a reference.


--
-----------------------------------------------"Never tell me the 
odds!"--------------
Ray Olszewski					     -- Han Solo
Palo Alto, California, USA				ray@comarre.com
-------------------------------------------------------------------------------------------

-
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] 7+ messages in thread

* Re: 1024x768 SVGA Shell - won't work
  2002-06-05 10:33 ` Adam Luchjenbroers
  2002-06-05 14:10   ` Ray Olszewski
@ 2002-06-05 15:51   ` Steven Smith
  2002-06-06 11:38     ` Adam Luchjenbroers
  2002-06-08 17:01     ` Mike Deuce
  1 sibling, 2 replies; 7+ messages in thread
From: Steven Smith @ 2002-06-05 15:51 UTC (permalink / raw)
  To: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

> I can find nothing telling me what else I need to enable to be able to enable
> the frame-buffer drivers.
The only thing I can see is CONFIG_EXPERIMENTAL, under
``Code maturity level options''.

> Does anybody know what options I must enable, or even better, have a 
> dependancy map of the kernel?
The dependency map used by the kernel itself is in arch/i386/config.in.
It isn't terribly easy to read, but it might be somewhat helpful.

Steven Smith,
sos22@cam.ac.uk.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: 1024x768 SVGA Shell - won't work
  2002-06-05 15:51   ` Steven Smith
@ 2002-06-06 11:38     ` Adam Luchjenbroers
  2002-06-08 17:01     ` Mike Deuce
  1 sibling, 0 replies; 7+ messages in thread
From: Adam Luchjenbroers @ 2002-06-06 11:38 UTC (permalink / raw)
  To: linux-newbie

Got it compiled, worked it out before you pair replied (kinda good timing,
I fix the problem THEN you give me some help)

Although now trying to use VESAFB modes reboots my machine, one minute it
is loading up, the next thing I see is BIOS.

Any known causes for this (I'm having a great time here aren't I)

But at least now I'm one step closer.

> The dependency map used by the kernel itself is in arch/i386/config.in.
> It isn't terribly easy to read, but it might be somewhat helpful.

I'll take a look at it and see if I can't make an easier to read map using 
kivio or gimp or something.
-
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] 7+ messages in thread

* Re: 1024x768 SVGA Shell - won't work
  2002-06-05 15:51   ` Steven Smith
  2002-06-06 11:38     ` Adam Luchjenbroers
@ 2002-06-08 17:01     ` Mike Deuce
  1 sibling, 0 replies; 7+ messages in thread
From: Mike Deuce @ 2002-06-08 17:01 UTC (permalink / raw)
  To: linux-newbie


----- Original Message -----
From: "Steven Smith" <sos22@cam.ac.uk>
To: <linux-newbie@vger.kernel.org>
Sent: Wednesday, June 05, 2002 10:51 AM
Subject: Re: 1024x768 SVGA Shell - won't work

Not entirely sure what you mean by dependency map, but there is something to
look at:
http://www.thinkgeek.com/images/products/zoom/linux-poster.jpg



-
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] 7+ messages in thread

* Re: 1024x768 SVGA Shell - won't work
@ 2002-06-10 18:37 Steven.Keuchel
  0 siblings, 0 replies; 7+ messages in thread
From: Steven.Keuchel @ 2002-06-10 18:37 UTC (permalink / raw)
  To: linux-newbie

Hi,

I think you can't use VESAFB modes for configuring the driver for your
video-card. Take a look at "Documentation/fb/modedb.txt". This will help you
setting the video mode for your video-card properly.

-
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] 7+ messages in thread

end of thread, other threads:[~2002-06-10 18:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04  8:10 1024x768 SVGA Shell - won't work Adam Luchjenbroers
2002-06-05 10:33 ` Adam Luchjenbroers
2002-06-05 14:10   ` Ray Olszewski
2002-06-05 15:51   ` Steven Smith
2002-06-06 11:38     ` Adam Luchjenbroers
2002-06-08 17:01     ` Mike Deuce
  -- strict thread matches above, loose matches on Subject: below --
2002-06-10 18:37 Steven.Keuchel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.