On Tue, 11 Jun 2013 11:29:30 +0200
Marc Chalain wrote:
> Hello
> Then when I start weston with:
> --backend=fbdev-backend.so --modules=tablet-shell.so --device=/dev/fb0
> desktop-shell.so and tablet-shell.so seem to be started in the same time
> and tablet-shell.so cover some parts of desktop-sh
Hello
Then when I start weston with:
--backend=fbdev-backend.so --modules=tablet-shell.so --device=/dev/fb0
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.
if I start weston with:
--backend=fbdev-backend.so --devic
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)