How to extend fbdev(Xfbdev) to support overlay1?

wjx_sy wjx_sy at 163.com
Tue Apr 15 07:33:13 PDT 2008


  Hi All,

    Currently, I have the same problems Jianjun said. 
Jianjun's mail as follows:

    Currently, I am working on Gtk+/X for embedded system, which runs on an
Intel PXA27x processor. The LCD driver supports three frame buffer layers:
base, overlay1 and overlay2. They are /dev/fb0, /dev/fb1 and /dev/fb2 in my
system. On Xserver there is kdrive server and fbdev driver. I would like the
windowing system to make use of three layers simultaneously.
    As for a Video Capture application, the common gtk window should be
placed on fb0, the live video should be on overlay2, while the text or icon
on video should be on overlay1 for the sake of transparent effect.
    That is to say, the Gtk application should be able to create windows on
a specified layer, either one of the three frame buffers. And kdrive should
be capable of rendering the window to the correct frame buffer.
    But the fbdev driver support only one frame buffer (the base, /dev/fb0)
by default in kdrive server. Also the depth of overlay1 is 19(RGB cover 18
bit, and a transparent bit). But fbdev does not support depth 19.
    Is there any solution for this issue?


Best Regards

Jianxiu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20080415/27a3a121/attachment.html>


More information about the xorg mailing list