Created attachment 121303 [details] X log when playing an xvideo on sprite (eg mplayer -vo xv:port=104 ~/mnt/lin-ult/tools/Mplayer/videofolder/helloMoscow.mpg), if the video is dragged past the left hand edge of the screen then X dies (Fatal server error:sna_blt_fill_box:3326 assertion 'box->x1 >= 0' failed).
commit bb8dc3ef37580a221a40ba3dcbde755edc59bb62 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Jan 26 12:50:13 2016 +0000 sna/video: ValidateGC before use We required the GC->pCompositeClip in order to apply the current Drawable's clip to video region, this requires us to call ValidateGC first. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93874 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Thanks for the bug report. I'm confident that's the issue...
(In reply to Chris Wilson from comment #1) > commit bb8dc3ef37580a221a40ba3dcbde755edc59bb62 > Author: Chris Wilson <chris@chris-wilson.co.uk> > Date: Tue Jan 26 12:50:13 2016 +0000 > > sna/video: ValidateGC before use > > We required the GC->pCompositeClip in order to apply the current > Drawable's > clip to video region, this requires us to call ValidateGC first. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93874 > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> > > Thanks for the bug report. I'm confident that's the issue... Confirmed - that's solved the problem, thank you.
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.