[ISSUE] shadow buffer not copied inside the frame buffer

Marc Chalain marc.chalain at gmail.com
Tue Jun 11 01:40:48 PDT 2013


Hi,
Since Monday, my screen is black. I make test and when I write some colors
directly inside the frame buffer, they appear.
To be clearer I added inside fbdev_output_repaint
    {
        unsigned short color=0xA55A;
        int i;
        for (i = 0; i < output->fb_info.buffer_length / 2; i+=2)
        {
            *(unsigned short *)(output->fb + i) = color + i;
        }
    }
and the display is painted, but without the shadow_buffer and the screen
are black.

Has somebody an idea ?
Marc.

PS: I can't continue with this issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20130611/86a8f2d4/attachment.html>


More information about the wayland-devel mailing list