[Bug 68987] intel-virtual-overlay: only background image and mouse cursor
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 5 11:16:17 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=68987
--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
The repaint algorithm is extremely simple:
1. Register for Damage tracking on the root window of the Intel X server
2. Wait for Damage events
3. Mark the outputs as damaged, and activate a timer
4. Wait for timer to expire
5. Paint damaged regions on remote outputs (essentially GetImage(local root
window), PutImage(remote root window)
Now, that I mention it... It might not be the damage tracking but the timer
that's failing. But to answer your question, the only thing that could perturb
this is if something prevented the Damage from being sent by X or managed to
hide itself from the GetImage. (Neither of which are likely, and would be X or
DDX bugs.)
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130905/71723ef4/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list