[PATCH 3/3] client: Change the way fd's are buffered and flushed

2018-09-07 Thread Lloyd Pique
To allow more fd's to be buffered, remove the use of the MAX_FDS_OUT when deciding if there is room in fds_out. A full set of 1024 can now be enqueued for output. The consequence is that the flush code must be able to handle sending more than MAX_FDS_OUT safely. The logic has been changed so that

[PATCH 2/3] client: Add wl_display_soft_flush()

2018-09-07 Thread Lloyd Pique
This allows a client to occasionally flush the output buffers in the middle of making a large number of calls which fill them. A soft flush differs from a normal flush in that the buffer is not flushed if it is not full enough. The current criteria set is the buffer being half full. This does

RE: arch linux: weston 5.0.0 not working with nouveau

2018-09-07 Thread Singh, Satyeshwar
Looks like some drm issue. Just wondering if you can use KMS APIs directly without seeing this issue? So for example, will kmscube draw something on the screen (https://github.com/robclark/kmscube)? BTW, noticed that you are using /dev/dri/card1 in your logs. What's at card0? Note that this

Re: [RFC,wayland-protocols] Add alpha-compositing protocol

2018-09-07 Thread Gary Bisson
Hi Alexandros, All, On Tue, Aug 08, 2017 at 05:24:58PM +0300, Alexandros Frantzis wrote: > This protocol specifies a set of interfaces used to control the alpha > compositing and blending of surface contents. > > It's based on the Chromium Wayland protocol of the same name ([1]), > with a few

Re: [RFC wayland-protocols] input-method: Add zwp-input-method-v2

2018-09-07 Thread Simon Ser
On 6 August 2018 3:00 PM, Dorota Czaplejewicz wrote: > This protocol is based on v1, and current text-input-v3. > > The pieces passing data relevant to the application on the other side of the > compositor are a mirror copy of text-input-v3 events and requests. > > Compared to input-method-v1: >

arch linux: weston 5.0.0 not working with nouveau

2018-09-07 Thread Dirk Eibach
When I start weston it hangs with repeated error messages (see log). Starting with --use-pixman works fine. Log: Date: 2018-09-06 CEST [17:24:02.660] weston 5.0.0 https://wayland.freedesktop.org Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/

Re: Which package install locale files for xkb in wayland system?

2018-09-07 Thread Ran Benita
> Which package provides locale data? Unfortunately the locale data is indeed provided in the libx11 repository. It would have been nice to have an "xlocale-data" package but I was not able to push this through. For now, my recommendation for distributions is to split the static data in libx11

Which package install locale files for xkb in wayland system?

2018-09-07 Thread 강정현
Dear all.   I have known that locale data (for libxkbcommon) is exist in /usr/share/X11/locale/ normally. And that is provided in libX11. (refer libxkbcommon's documentation) Dataset libxkbcommon does not distribute a keymap dataset itself, other than for testing purposes. The