Headless mode showing only about 40 FPS

2020-07-31 Thread Singh, Satyeshwar
Hey guys, I have been noticing that Wayland apps like simple-egl only get about 40 FPS in Headless mode. I followed the logic and it seems to me that this is inevitable in the current code (unless of course I am miscalculating 😉). Here’s the flow of events: 1. headless_output_repaint is calle

Re: RFC: libei - emulated input in Wayland compositors

2020-07-31 Thread Jonas Ã…dahl
On Fri, Jul 31, 2020 at 08:49:41PM +0200, Roman Gilg wrote: > On Fri, Jul 31, 2020 at 7:13 AM Peter Hutterer > wrote: > > > > I've been working on a new approach for allowing emulated input devices in > > Wayland. Or in short - how can we make xdotool and synergy work? And > > eventually replace

Re: RFC: libei - emulated input in Wayland compositors

2020-07-31 Thread Roman Gilg
On Fri, Jul 31, 2020 at 7:13 AM Peter Hutterer wrote: > > I've been working on a new approach for allowing emulated input devices in > Wayland. Or in short - how can we make xdotool and synergy work? And > eventually replace them. > > The proposal I have is a library for Emulated Input, in short l

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Lonnie Cumberland
One more quick question. I had read somewhere that Wayland has troubles with Nvidia cards, but what is strange is that I was able to download a Wayland Linux ISO called "WayfireWM 3D" https://forum.manjaro.org/t/wayfire-linux-manjaro-spin-with-wayfirewm-3d-wayland-compositer/110398 and iso from

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Lonnie Cumberland
Hi pq, Thanks so very much for the clarification as I am totally new to the Wayland world across all of the platforms. In the past, I have used a lot of Linux and other similar flavors, but for this particular project, I am jumping into the FreeBSD and illumos-based (i.e. OpenIndiana, OmniOS, and

[ANNOUNCE] wayland-utils 1.0.0

2020-07-31 Thread ofourdan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subject: [ANNOUNCE] wayland-utils 1.0.0 To: wayland-devel@lists.freedesktop.org This is first release of wayland-utils which only contains (for now) wayland-info, a utility for displaying information about the Wayland protocols supported by a Wayland

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Pekka Paalanen
On Tue, 21 Jul 2020 13:17:25 -0400 Lonnie Cumberland wrote: > Hi pq, > > Thanks for your question on my post and I am sorry that I was not clearer > on the information. > > Yes, you are correct in that the Direct Framebuffer approach that I am > thinking about is how it might be possible to com

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Pekka Paalanen
On Tue, 21 Jul 2020 15:52:07 -0400 Lonnie Cumberland wrote: > Yea, that is the idea. > > The concern for me is that my main OS for the project being built off of > FreeBSD that has been trimmed down with a project called "mfsBSD" is at > about 30MB in size (compressed, uncompress is about 65MB).

Re: RFC: libei - emulated input in Wayland compositors

2020-07-31 Thread Peter Hutterer
On Fri, Jul 31, 2020 at 12:16:55PM +0300, Pekka Paalanen wrote: > On Fri, 31 Jul 2020 15:13:50 +1000 > Peter Hutterer wrote: > > > I've been working on a new approach for allowing emulated input devices in > > Wayland. Or in short - how can we make xdotool and synergy work? And > > eventually rep

Re: RFC: libei - emulated input in Wayland compositors

2020-07-31 Thread Pekka Paalanen
On Fri, 31 Jul 2020 15:13:50 +1000 Peter Hutterer wrote: > I've been working on a new approach for allowing emulated input devices in > Wayland. Or in short - how can we make xdotool and synergy work? And > eventually replace them. > > The proposal I have is a library for Emulated Input, in shor

Re: RFC: libei - emulated input in Wayland compositors

2020-07-31 Thread Jonas Ã…dahl
On Fri, Jul 31, 2020 at 11:00:53AM +0300, Vlad Zahorodnii wrote: > Howdy, > > On 7/31/20 8:13 AM, Peter Hutterer wrote: > > I've been working on a new approach for allowing emulated input devices in > > Wayland. Or in short - how can we make xdotool and synergy work? And > > eventually replace the

Re: RFC: libei - emulated input in Wayland compositors

2020-07-31 Thread Peter Hutterer
On Fri, Jul 31, 2020 at 11:00:53AM +0300, Vlad Zahorodnii wrote: > > c) allows you to e.g. suspend the client when convenient or just ignore > > certain sequences altogether. The two made-up examples are: suspend EI > > during a password prompt, or allow EI from the software yubikey *only* > > duri

Re: RFC: libei - emulated input in Wayland compositors

2020-07-31 Thread Vlad Zahorodnii
Howdy, On 7/31/20 8:13 AM, Peter Hutterer wrote: > I've been working on a new approach for allowing emulated input devices in > Wayland. Or in short - how can we make xdotool and synergy work? And > eventually replace them. ++, it would be nice to have something that is supported by all major com

hotplug in weston

2020-07-31 Thread zou lan
Hi all, I want to ask if hotplug is fully supported in weston 8.0? I see some related hotplug changes in drm-backend and compositor, but how to handle windows if there is application running on that output plugged out? Is desktop shell or ivi-shell support hotplug? Thank you! Best regards Nancy