Hello, I'm trying to port an older driver to XFree 1.7 and I'm facing an issue with EXA (classic). It seems that Xv's "PutImage" is calling our PutImage handler with a Drawable that is PINNED ? That means we cannot ever draw to it since exaMoveInPixmap() doesnt work on pinned pixmaps... Any suggestions on this? -Yves