Difference between revisions of "Wayland"
From Rockchip open source Document
(Created page with " == Weston == Weston is the reference implementation of a Wayland compositor, and a<br/> useful compositor in its own right. === Structure === File:Wayland.png|RTENOTITLE...") |
|||
Line 1: | Line 1: | ||
− | == | + | == Wayland == |
Weston is the reference implementation of a Wayland compositor, and a<br/> useful compositor in its own right. | Weston is the reference implementation of a Wayland compositor, and a<br/> useful compositor in its own right. |
Latest revision as of 07:50, 13 July 2018
Wayland
Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right.
Structure
Weston
The Weston reference implementation of a Wayland compositor.
1. run wayland with drm and gpu renderer
export XDG_RUNTIME_DIR=/tmp weston --backend=drm-backend.so --idle-time=100
2. run wayland with drm and cpu renderer
weston --backend=drm-backend.so --idle-time=100 --use-pixman
--idle-time: how many seconds the weston got to sleep, it's usefull to test wayland
suspend and resume.
--use-pixman: it's usefull to compare gpu or non-gpu performance and behavior.
Wayland performance test
3D preformance: glmark2-es2-wayland
glmark2-es2 can get from https://github.com/glmark2/glmark2
OpenVG test: vg_api_tests
build from mali DDK, build with make bin/vg_api_tests