> I think I might have located the problem. The server is not reporting the > correct drawable in a completion event requested by an Xinerama-fied > XShmPutImage request. The attached is a possible fix for that. That works, but I think there's just a typo in the original code that keeps it from working the way it was intended. FOR_NSCREENS should have been FOR_NSCREENS_BACKWARD. The idea was that it counts down and sends the event on the last one (index zero) which had the correct drawable. Alot of functions use the BACKWARD version for this an similar reasons. Mark. _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86