Hello,
I'm not a programmer, but you might want to add --use-pixman in weston
--help output.
It currently displays this
Options for drm-backend.so:
--connector=IDBring up only this connector
--seat=SEAT The seat that weston should run on
--tty=TTY The tty
If --use-pixman is passed as command line option to weston, the drm
backend will use the pixman renderer instead of the gl one.
---
src/compositor-drm.c | 209 --
1 file changed, 187 insertions(+), 22 deletions(-)
diff --git a/src/compositor-drm.c