<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 ?<br></div>Marc.<br><br></div>PS: I can't continue with this issue.<br>
</div>