Waypipe: a transparent Wayland proxy

2019-06-28 Thread Manuel Stoeckl
For the last few weeks, I've been working on a program which can be used to transparently proxy Wayland clients over a network. (Like "ssh -X ...", except here it's "waypipe ssh ...".) https://gitlab.freedesktop.org/mstoeckl/waypipe/ Waypipe needs to be run on both ends of a socket connection,

XDC 2019: 10 days left to submit your talks!

2019-06-28 Thread Mark Filion
Hello! Onlyh 10 days to go to submit your talks, workshops or demos for this year's X.Org Developer Conference, which will be taking place in beautiful Montréal, Canada on October 2-4, 2019! Whether it's the Linux kernel, Mesa, DRM, Wayland or X11, if it's related to the Open Source graphics

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Philipp Zabel
Hi Pekka, On Fri, 2019-06-28 at 12:58 +0300, Pekka Paalanen wrote: > On Fri, 28 Jun 2019 11:23:53 +0200 > Philipp Zabel wrote: > > On Thu, 2019-06-27 at 20:36 +, Simon Ser wrote: > > > What would be other use-cases for DRM leases? Probably fullscreen games? > > > > One use case I'd like

Re: dpms with wayland

2019-06-28 Thread Eugen Friedrich
Hi Vladimir On Tue, 25 Jun 2019 at 18:05, Pekka Paalanen wrote: > > On Tue, 25 Jun 2019 14:51:08 + > "Jovic, Vladimir" wrote: > > > > -Ursprüngliche Nachricht- > > > Von: Pekka Paalanen > > > Gesendet: Dienstag, 25. Juni 2019 16:37 > > > An: Jovic, Vladimir > > > Cc:

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Simon Ser
On Thursday, June 27, 2019 11:36 PM, Simon Ser wrote: > > Previously there were some musings about the security considerations. > > This version of the protocol allows the compositor to consider the lease > > request in its own time, perhaps presenting the user with a dialog to > > consent to the

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Simon Ser
On Friday, June 28, 2019 12:58 PM, Pekka Paalanen wrote: > On Fri, 28 Jun 2019 11:23:53 +0200 > Philipp Zabel p.za...@pengutronix.de wrote: > > > On Thu, 2019-06-27 at 20:36 +, Simon Ser wrote: > > > > > What would be other use-cases for DRM leases? Probably fullscreen games? > > > > One use

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Simon Ser
On Friday, June 28, 2019 12:23 PM, Philipp Zabel wrote: > > I'm not sure the client is in the best position to decide which connectors > > to > > pick here. > > The client may be the only one with enough knowledge to pick, see below. > > > Maybe it would be better for the client to say why it

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Simon Ser
On Friday, June 28, 2019 10:51 AM, Marius Vlad wrote: > >> + > >> + > >> +The compositor may choose to advertise 0 or more connectors which > >> may be > >> +leased to clients, and will use this event to do so. This object > >> may be > >> +passed into a lease

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Pekka Paalanen
On Fri, 28 Jun 2019 11:23:53 +0200 Philipp Zabel wrote: > On Thu, 2019-06-27 at 20:36 +, Simon Ser wrote: > > What would be other use-cases for DRM leases? Probably fullscreen games? > > One use case I'd like would be presentation software, where tagging the > projector as non-desktop

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Philipp Zabel
On Thu, 2019-06-27 at 20:36 +, Simon Ser wrote: [...] > > + > > + > > +The compositor may choose to advertise 0 or more connectors which > > may be > > +leased to clients, and will use this event to do so. This object > > may be > > +passed into a lease

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Pekka Paalanen
On Thu, 27 Jun 2019 15:46:27 -0400 Drew DeVault wrote: > From: Marius Vlad > > Simple protocol extension to manage DRM lease. Based on the work by Keith > Packard in [1], respectively [2]. > > [1] > https://cgit.freedesktop.org/mesa/drm/commit/?id=c4171535389d72e9135c9615cecd07b346fd6d7e >

Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-06-28 Thread Marius Vlad
Hi Drew, Thanks for taking the time to reboot the lease protocol! On 6/27/19 11:36 PM, Simon Ser wrote: > Hi, > > Thanks for your work! Here is a first round of comments. > > On Thursday, June 27, 2019 10:46 PM, Drew DeVault wrote: >> From: Marius Vlad >> >> Simple protocol extension to