XDC 2019: Registration & Call for Proposals now open!

2019-05-17 Thread Mark Filion
Hello! Registration & Call for Proposals are now open for XDC 2019, which will take place at the Concordia University Conference Centre in Montréal, Canada on October 2-4, 2019. Thanks to LWN.net, this year we have a brand new website using the Indico platform, a fully open source event managemen

Re: Using libweston with GTK/GDK

2019-05-17 Thread Pekka Paalanen
On Fri, 17 May 2019 11:10:20 +0300 Pekka Paalanen wrote: > On Fri, 17 May 2019 03:45:10 +0100 > adlo wrote: > > > On Thu, 2019-05-16 at 11:58 +0300, Pekka Paalanen wrote: > > > > > > you should run an actual event loop in the client, which will then > > > flush your requests to the composito

Re: Using libweston with GTK/GDK

2019-05-17 Thread Pekka Paalanen
On Fri, 17 May 2019 03:45:10 +0100 adlo wrote: > On Thu, 2019-05-16 at 11:58 +0300, Pekka Paalanen wrote: > > > > you should run an actual event loop in the client, which will then > > flush your requests to the compositor. Your issue seems to be a > > missing > > flush. > > > > See also https:

about weston behavior if DRM driver don't expose supported modifiers

2019-05-17 Thread Esaki Tomohito
Hello, A board (arm64 arch) DRM kernel driver doesn't expose supported DRM modifiers (hardware supports linear only), so I suggested following patch: https://patchwork.kernel.org/patch/10936631/ The driver maintainer (Laurent CC'd) replied: > I don't think the right solution is to expose the li