Summary: | calling compScreenUpdate() from a block handler breaks other extensions (VNC) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Pierre Ossman <ossman> | ||||||
Component: | Server/Ext/Composite | Assignee: | Xorg Project Team <xorg-team> | ||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||
Severity: | normal | ||||||||
Priority: | medium | Keywords: | patch | ||||||
Version: | unspecified | ||||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Pierre Ossman
2018-09-20 14:31:23 UTC
Created attachment 141660 [details] [review] patch to use WorkQueue instead of BlockHandler Thanks for the patch, but we're handling patch submissions in gitlab now, via merge requests to https://gitlab.freedesktop.org/xorg/xserver/ . (We've moved bug tracking to gitlab as well for most X.Org projects, but are still working on it for the Xserver itself.) commit 1bd5d0a53c5ff4169c5a6704c1c4b276f998b938 Author: Pierre Ossman <ossman@cendio.se> Date: Wed Oct 3 10:28:52 2018 +0200 Switch automatic composite update to WorkQueue It is currently (ab)using the screen BlockHandler callback to do this. But this can cause problems with other extension as their block handlers might have executed before Composite's. And the operations Composite does might result in them wanting to change timeouts. Practically this caused problems for TigerVNC's VNC extension which failed to send out updates for Composite's screen updates. |
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.