• # Re: kernel 2.6 et framebuffer

    Posté par . En réponse au journal kernel 2.6 et framebuffer. Évalué à 1.

    Je sais pas si c'est exactement ton problème, mais si l'écran reste noir au démarrage, c'est peut être à cause d'une mauvaise configuration du noyau.

    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.