Template:ArticleBasedOnModel Template:ArticleMainWriter Template:ReviewersList Template:ArticleApprovedVersion
Some typical issues related to the Wayland / Weston framework are listed below. Solutions or debugging methods are proposed for these issues.
If your issue is not listed, try also looking in the articles in the Wayland/Weston or troubleshooting grids categories.
Symptom | Resolution |
---|---|
Template:Board$ glmark2-es2-wayland [11380.091100] reserved_mem_unmap_user: vm_munmap failed eglCreateWindowSurface failed with error: 0x3003 Error: eglCreateWindowSurface failed with error: 0x3003 Error: CanvasGeneric: Invalid EGL state Error: main: Could not initialize canvas Template:Board$ weston-simple-egl [11380.091100] reserved_mem_unmap_user: vm_munmap failed has EGL_EXT_buffer_age and EGL_EXT_swap_buffers_with_damage weston-simple-egl: ../git/clients/simple-egl.c:440: create_surface: Assertion `ret == EGL_TRUE' failed. Aborted (core dumped) Template:Board$ weston-simple-egl has EGL_EXT_buffer_age and EGL_EXT_swap_buffers_with_damage Segmentation fault (core dumped) |
Weston is using pixman software composition instead of GPU hardware composition. This may be because you have not accepted the EULA at the beginning of the build... Template:Board$ cat /etc/default/weston #Autogenerated OPTARGS=--use-pixman Please comment the content of the file /etc/default/weston or delete it. |
Template:Board$ systemctl stop Weston Failed to stop Weston.service: Unit Weston.service not loaded. |
Please remove the capital letter in the word Weston. The correct command is Template:Board$ systemctl restart Template:Highlighteston |