>Blank screen after decompressing kernel?
>Make sure your .config has
> CONFIG_INPUT=y
> CONFIG_VT=y
> CONFIG_VGA_CONSOLE=y
> CONFIG_VT_CONSOLE=y
> A lot of people have discovered that taking their .config from 2.4 and
> running make oldconfig to pick up new options leads to problems, notably
> with CONFIG_VT not being set.
# Re: kernel 2.6 et framebuffer
Posté par jug . En réponse au journal kernel 2.6 et framebuffer. Évalué à 1.
Le "post-halloween document" de Dave Jones (http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt(...)) dit :
>Blank screen after decompressing kernel?
>Make sure your .config has
> CONFIG_INPUT=y
> CONFIG_VT=y
> CONFIG_VGA_CONSOLE=y
> CONFIG_VT_CONSOLE=y
> A lot of people have discovered that taking their .config from 2.4 and
> running make oldconfig to pick up new options leads to problems, notably
> with CONFIG_VT not being set.