Summary: | Some issues when running an embedded westion session inside weston | ||
---|---|---|---|
Product: | Wayland | Reporter: | Axel Davy <vebveb> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Axel Davy
2013-08-17 14:53:46 UTC
I tried using gdb to find the root of this problem, and it looks the issue arise in such situation: . For one frame there is no commit: no repaint is scheduled, no frame handler and new commit are done by weston (the embedded one). . there is a commit by a client. idle_repaint is called to start again the process of drawing the frames and creating a frame handler. . But just after this idle_repaint, wl_display_run is blocked in wl_event_loop_dispatch. commit 286ff6817b7b127aae30b1daa4e5cb1a69880b72 Author: Jason Ekstrand <jason@jlekstrand.net> Date: Sun Oct 27 22:24:57 2013 -0500 compositor-wayland: Flush the display on commit This fixes the problem where animations will wait to play until input is received. In general, it also makes the backend far more responsive. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> https://bugs.freedesktop.org/show_bug.cgi?id=68221 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.