GNOME Bugzilla – Bug 341186
vino support for Xgl
Last modified: 2006-10-19 08:41:28 UTC
This patch makes vino work with Xgl, which can't support the shared_pixmaps feature of MIT-SHM because of how it implements pixmaps using OpenGL. (I think it also fixes vino on X servers that don't support MIT-SHM at all, if any such actually exists.)
Created attachment 65115 [details] [review] xgl support for vino
Looks good Dan - please commit to HEAD and gnome-2-16 Only change I'd make is that the XGetSubImage() doesn't need the XSync() - it already is synchronous.
*** Bug 353642 has been marked as a duplicate of this bug. ***
committed to HEAD and gnome-2-16 (with XSync() moved)
Verified on xsun, works well.