<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello<br></div>Then when I start weston with:<br> --backend=fbdev-backend.so --modules=tablet-shell.so --device=/dev/fb0<br></div>desktop-shell.so and tablet-shell.so seem to be started in the same time and tablet-shell.so cover some parts of desktop-shell.so. <br>
</div>if I start weston with:<br> --backend=fbdev-backend.so --device=/dev/fb0<br></div>and inside weston.ini with:<br></div><div> [core]<br></div><div> modules=tablet-shell.so<br></div><div> [shell]<br> homescreen=<myimage><br>
</div>The background (homescreen) flashes and the screen becomes black.<br><br></div>Then I suppose that tablet-shell.so is buggy first and the mix of two shells is not recommended.<br><br></div>When I start weston with only the desktop-shell.so, it seems to work.<br>
<br></div>One day and an half loose.<br></div>Marc.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/11 Marc Chalain <span dir="ltr"><<a href="mailto:marc.chalain@gmail.com" target="_blank">marc.chalain@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi,<br></div>Since Monday, my screen is black. I make test and when I write some colors directly inside the frame buffer, they appear.<br>
</div>To be clearer I added inside fbdev_output_repaint<br>
    {<br>        unsigned short color=0xA55A;<br>        int i;<br>        for (i = 0; i < output->fb_info.buffer_length / 2; i+=2)<br>        {<br>            *(unsigned short *)(output->fb + i) = color + i;<br>

        }<br>    }<br></div>and the display is painted, but without the shadow_buffer and the screen are black.<br><br></div>Has somebody an idea ?<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Marc.<br>
</font></span><br></div>PS: I can't continue with this issue.<br>
</div>
</blockquote></div><br></div>