On Tue, 2007-05-01 at 10:18 -0700, sanhay wrote:
>  But my question is if the
> driver is giving information about framebuffer size which is same as the
> physical framebuffer size, how come directFB is still trying to do panning?

Because this particular driver accepts a virtual screen size greater
than the physical size (I don't know if it works, but it looks like it
by looking at the code). You can check this by doing fbset -vyres
<value> where value is greater than vertical resolution.

Driver support for pan_display() can also be checked by looking for
fix->xpanstep and fix->ypanstep.  If the value is zero then panning is
not supported in that particular direction.

Tony



_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to