On 8/5/05, Denis Oliver Kropp <[EMAIL PROTECTED]> wrote: > Quoting Carlos Ojea Castro: > > Hello! > > > > I have a problem when I try to enable flipping on the primary surface: > > dsc.flags = DSDESC_CAPS; > > dsc.caps = DSCAPS_PRIMARY | DSCAPS_FLIPPING; > > DFBCHECK (dfb->CreateSurface( dfb, &dsc, &primary )); > > > > > > I get this error: > > (!!!) *** WARNING [fbdev driver possibly buggy] *** [fbdev.c:1609 in > > dfb_fbdev_set_mode()] > > (!!!) *** ONCE [unsupported destination format] *** [generic.c:5077 > > in gAcquire()] > > I've seen that error with too less video memory, but it could > really mean that a frame buffer driver is buggy. >
I think the driver is buggy shouldn't fall back to main memory if there is not enough vram ? Mike > > If I don't enable flipping, it runs fine (but without flipping, of course > > ;)) > > Anyone knows what I am doing wrong? Maybe I don't have enough virtual > > memory or something. > > You have enough video memory for 640x480 16bit double buffered. > > Did you add "ypan" parameter to vesafb? > > -- > Best regards, > Denis Oliver Kropp > > .------------------------------------------. > | DirectFB - Hardware accelerated graphics | > | http://www.directfb.org/ | > "------------------------------------------" > > _______________________________________________ > directfb-dev mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev > _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
