On Tue, 21 Nov 2017 06:37:32 +
"Keskinarkaus, Teemu" wrote:
> Hi,
>
> Just inquiring what is the state of the Wayland VNC and/or RDP
> support?
>
> We have i.MX6 based HW and atm. it's using Weston 1.11.x which I
> assume is way too old for VNC/RDP? Or is there backport for that?
>
> We ar
Sequences to trigger:
- spurious debouncing is enabled
- release a button in IS_DOWN state -> RELEASE_DELAYED
- short timeout triggers RELEASE_WAITING
If a button press now comes before the long timeout expires, we transition to
MAYBE_SPURIOUS where the long timeout may expire. In that case we sho
Hi,
Just inquiring what is the state of the Wayland VNC and/or RDP support?
We have i.MX6 based HW and atm. it's using Weston 1.11.x which I assume is way
too old for VNC/RDP? Or is there backport for that?
We are also working on Weston 2.0, but I haven't really been able to find if
the VNC/RD
On Wed, Nov 15, 2017 at 02:30:44PM +, Arnaud Vrac wrote:
> Hi all,
>
> Seeing Jonas effort to make xdg-shell stable, I'd like to clear something
> up before this is done.
>
> The set_fullscreen request documentation mentions:
> If the surface doesn't cover the whole output, the compositor wil
Having a strict requirement on clients obeying the configured window
geometry for fullscreen toplevel surfaces might have the side effect of
making it harder or impossible to implement various hardware
optimizations on certain system configurations. By softening
requirements on the geometry while l
On Monday, November 20, 2017 3:54:44 AM CET, Peter Hutterer wrote:
On Sun, Nov 19, 2017 at 08:45:16PM +0100, Vicente Bergas wrote:
On Thursday, November 16, 2017 2:29:05 AM CET, Peter Hutterer wrote:
On Wed, Nov 15, 2017 at 09:31:07PM +0100, Vicente Bergas wrote: ...
Hi Peter,
ba9e6012a52b pr
Am 20.11.2017 09:08, schrieb Pekka Paalanen:
On Sat, 18 Nov 2017 20:42:44 +0900
YoungJun Jo wrote:
Hi pq,
Thank you for your response.
However, weston_matrix *is* using float instead of double. Is that the
problem?
No. according to your analysis, it does not seem to be the cause of the thi
Xwayland is a pretty standard Wayland client, we want to be able to
capture core dumps on crashes.
Yet using "-core" in the command line is not what we want, because that
causes any FatalError() to generate a core dump, meaning that we would
get a core file for all Wayland server crashes, which wo
On Sat, 18 Nov 2017 20:42:44 +0900
YoungJun Jo wrote:
> Hi pq,
>
> Thank you for your response.
>
> > However, weston_matrix *is* using float instead of double. Is that the
> > problem?
>
> No. according to your analysis, it does not seem to be the cause of the this
> problem.
>
> > During