I want to use weston on fb1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I want to use weston on fb1

517 Views
tekuno27
Contributor I
Hi,
I am creating images with yocto.
I use wayland.
The following configuration is considered.
 /dev/fb1 ← Weston + Qt
 /dev/fb0 ← gstreamer
"device = /dev/fb1" was specified in the boot argument of weston.
From the weston startup log, it looks like you are using "/dev/fb1". However, Weston + Qt works with "/dev/fb0".
The starting command argument of weston that I tried is as follows.
   " --Device=/dev/fb0 --backend=fbdev-backend.so ''
Is there a way to solve this?
Thank you.
Labels (4)
0 Kudos
1 Reply

445 Views
b36401
NXP Employee
NXP Employee

Please try using --device instead of --Device option. I mean lower case.

0 Kudos