Re: wayland-d

2017-02-08 Thread Rémi Thébault
2017-02-09 7:56 GMT+01:00 Rémi Thébault : > Hello, > > I've started to build new bindings to Wayland for the D programming > language. > Available at github.com/rtbo/wayland-d. Only client protocol supported at > the moment. > I come over an issue when starting to test requests. I wrote a simple >

wayland-d

2017-02-08 Thread Rémi Thébault
Hello, I've started to build new bindings to Wayland for the D programming language. Available at github.com/rtbo/wayland-d. Only client protocol supported at the moment. I come over an issue when starting to test requests. I wrote a simple program using the bindings: _

libinput bumped to 1.6.900

2017-02-08 Thread Peter Hutterer
libinput was bumped to 1.6.900 yesterday, so if you need to rely on it for either the switch interface or the wheel tilt additions, you can now rely on this in your configure.ac. This isn't a proper announce because I neither have a tag nor a tarball nor is it release-ready, this is just for in-de

[PATCH weston] weston-resizor: Don't add new frame callbacks every click

2017-02-08 Thread Derek Foreman
The frame callback added on button click re-adds itself when done, so adding a new one every click resulted in an ever increasing number of callbacks. Signed-off-by: Derek Foreman --- clients/resizor.c | 5 + 1 file changed, 5 insertions(+) diff --git a/clients/resizor.c b/clients/resizor.c

[ANNOUNCE] weston 1.99.92

2017-02-08 Thread Bryce Harrington
Here is the beta for the upcoming weston 2.0 release. Changes since weston 1.12 include EGL_KHR_swap_buffers_with_damage support, porting backends to new API for output setup, support for DRM_FORMAT_YUV444 buffers in the gl backend, better panel positioning support for desktop-shell, and numerous

Re: [PATCH v2] clients: teach simple-dmabuf-v4l to deal with flipped input

2017-02-08 Thread Bryce Harrington
On Wed, Feb 08, 2017 at 11:33:29AM -0500, Micah Fedke wrote: > Bryce, > > Here is a branch that uses the legacy VIDIOC_QUERYCTRL to query the > controls, instead of VIDIOC_QUERY_EXT_CTRL. I believe this will make > it more compatible with older kernels. Can you test it? > > https://git.collabora

Re: [PATCH v2] clients: teach simple-dmabuf-v4l to deal with flipped input

2017-02-08 Thread Micah Fedke
Bryce, Here is a branch that uses the legacy VIDIOC_QUERYCTRL to query the controls, instead of VIDIOC_QUERY_EXT_CTRL. I believe this will make it more compatible with older kernels. Can you test it? https://git.collabora.com/cgit/user/fedke.m/weston.git/log/?h=yflip_queryctl_legacy_01 Tha

wayland/weston 1.9.0 and glimagesingk gstreamer wayland sink query with i.MX6

2017-02-08 Thread Vikas Patil
Dear All, When I run simple video application (which pause and play gstreamer pipeline continuously) based on following pipeline [1] with weston 1.9.0 and glimagesink (part of gstreamer1.0-plugins-bad 1.6.0 package) on i.MX6 based platform and Linux 4.1 without exporting (export XDG_RUNTIME_DI

[PATCH 2/2] compositor-drm: Mark eDP connection as internal

2017-02-08 Thread Armin Krezović
Signed-off-by: Armin Krezović --- libweston/compositor-drm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c index 7f1eeda9..13cb5a89 100644 --- a/libweston/compositor-drm.c +++ b/libweston/compositor-drm.c @@ -2425,7 +

[PATCH 1/2] libbacklight: Fix backlight detection on recent kernels

2017-02-08 Thread Armin Krezović
I don't know when it started happening, but recent kernels give different names for pci_device and backlight parent. pci_device is tied to the GPU PCI ID, while backlight parent is tied to the connector, rather than the GPU itself. On my system, I get the following (paths taken from actual string

Re: [PATCH v2] clients: teach simple-dmabuf-v4l to deal with flipped input

2017-02-08 Thread Daniel Stone
Hi, On 8 February 2017 at 10:23, Pekka Paalanen wrote: > On Tue, 7 Feb 2017 17:17:41 -0800 > Bryce Harrington wrote: >> Breaks the build on older linux kernels. >> >> CC clients/weston_simple_dmabuf_v4l-simple-dmabuf-v4l.o >> clients/simple-dmabuf-v4l.c:358:25: warning: ‘struct v4l2_quer

Re: [PATCH v2] clients: teach simple-dmabuf-v4l to deal with flipped input

2017-02-08 Thread Pekka Paalanen
On Tue, 7 Feb 2017 17:17:41 -0800 Bryce Harrington wrote: > On Tue, Feb 07, 2017 at 11:48:47AM +0200, Pekka Paalanen wrote: > > On Mon, 6 Feb 2017 12:57:41 -0500 > > Micah Fedke wrote: > > > > > The v4l2 API can be queried to detect if the input video image is > > > horizontally or verticall

RE: [RFC wayland, weston] Expose an output's connector name

2017-02-08 Thread Ucan, Emre (ADITG/SW1)
Hi Matthias, We also need this feature in IVI use-case. The HMI control should choose which applications will be shown in which output. It needs information about outputs to do so. I have some inline comments below. > -Original Message- > From: wayland-devel [mailto:wayland-devel- > bou