XWayland crash, multiple displays, Fedora 29

2018-09-04 Thread Chris Murphy
I've come across a regression from Fedora 28 to Fedora 29. Problem happens with combination of: 1. Wayland session 2. Chrome with hardware acceleration enabled; and also glxgears 3. multiple displays 4. moving the application window from one display to another or disconnecting the external display

[PATCH wayland-protocols v5] unstable/drm-lease: DRM lease protocol support

2018-09-04 Thread Marius Vlad
Simple protocol extension to manage DRM lease. Based on the work by Keith Packard in [1], respectively [2]. [1] https://cgit.freedesktop.org/mesa/drm/commit/?id=c4171535389d72e9135c9615cecd07b346fd6d7e [2]

Re: did the weston do the YUV to RGB convert internally?

2018-09-04 Thread Daniel Stone
Hi, On Tue, 4 Sep 2018 at 13:15, tugouxp <13824125...@163.com> wrote: > i launch a pipe line with with gstreamer command as below: > gst-launch-1.0 filesrc location=/mnt/UDISK/N_1080P_AVC_60F.avi ! avidemux > ! h264parse ! omxh264dec ! queue ! waylandsink > the target sink i use was

did the weston do the YUV to RGB convert internally?

2018-09-04 Thread tugouxp
hi folks: i launch a pipe line with with gstreamer command as below: gst-launch-1.0 filesrc location=/mnt/UDISK/N_1080P_AVC_60F.avi ! avidemux ! h264parse ! omxh264dec ! queue ! waylandsink the target sink i use was "waylandsink" , which take weston wayland server as compositor server. i