Carlos Ojea Castro wrote:
Hello !
If you want to confirm, insert this in the beginning of
vesafb_probe(struct device *device) in drivers/video/vesafb.c:
printk("vesafb: ypan %i, vremap %i", ypan, vram_remap);
And if the above is the cause, you can, temporarily, hardcode
your preferences in vesafb.c and see at least if it works for you.
In order to hardcode my preferences, I downloaded kernel 2.6.12.5
sources, I tried it before the change in vesafb.c and ... flipping
works with that kernel !
vesafb usually works if you compile your own kernel.
It still using 1800k but the geometry changed, now is 640 480 640 960
24 instead of 640 480 640 480 24.
vesafb defaults to memory using just double of the required memory for
a video mode. You can increase this with the vremap option. I assume
that this particular kernel will also autodetect the correct RAM
size of your card.
Tony
_______________________________________________
directfb-dev mailing list
[EMAIL PROTECTED]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev