Re: Problem with framebuffer in 2.6.0-test3

From: James Simmons (jsimmons_at_infradead.org)
Date: 08/16/03

  • Next message: Jamie Lokier: "Scheduler activations (IIRC) question"
    Date:	Fri, 15 Aug 2003 23:59:11 +0100 (BST)
    To: Kurt Roeckx <Q@ping.be>
    
    

    > I disabled CONFIG_FB_VGA16 and CONFIG_FB_VESA now I get:

    I think the issue is that only one framebuffer is mapped to the console.
    VESA sets the graphics state before any fbdev drivers are registered. I
    believe that vga16fb is registered to the console. Because vga16fb expects
    a different hardware state than what VESA has done you get the problems
    you experience.
     
    > LD .tmp_vmlinux1
    > drivers/built-in.o(.text+0x742cb): In function `tdfxfb_imageblit':
    > : undefined reference to `cfb_imageblit'
    > make: *** [.tmp_vmlinux1] Error 1

    ??? That shouldn't happen.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" 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.tux.org/lkml/


  • Next message: Jamie Lokier: "Scheduler activations (IIRC) question"