New to wayland, need help pls.

2014-04-13 Thread Srivardhan M S
Hi, I am new to Wayland, and I would like to contribute to it. I have already, downloaded the source code and have built it. Now reading the documentation for understanding. Can you pls tell me how I can start involving and contributing to wayland? Thank-you, Sri _

Re: Question about multi-display on wayland protocol

2014-04-13 Thread Jasper St. Pierre
I'd imagine this is something like _NET_WM_FULLSCREEN_MONITORS, which allows an application to full-screen across multiple outputs. This is a use case xdg-shell doesn't handle right now. I don't know of anything but games that would like to use such a feature, though. On Mon, Apr 14, 2014 at 2:30

Re: Question about multi-display on wayland protocol

2014-04-13 Thread Pekka Paalanen
On Mon, 14 Apr 2014 02:51:41 + Yang Andy wrote: > Hello everyone > > I have one question about multi-display control on wayland protocol. > > I want to control and render dual displays on wayland protocol. > > Could anyone give me some advice about how to control dual displays on > waylan

RE: [PATCH V3 4/7] Add new mode function in drm backend

2014-04-13 Thread Wang, Quanxian
Sorry to be later. Thanks for your comment. On Wed, 2014-04-09 at 08:36 +0200, Hardening wrote: > Le 08/04/2014 07:03, Quanxian Wang a écrit : > > provide drm_output_new_mode interface to create new mode from > > outsite instead of only from edid or configure. > > > > Signed-off-by: Quanxian Wang

Re: [PATCH V3 0/7] Add weston randr protocol

2014-04-13 Thread Wang, Quanxian
Sorry to be later. Thanks for your comment. On Wed, 2014-04-09 at 08:44 +0200, Hardening wrote: > Le 08/04/2014 07:03, Quanxian Wang a écrit : > > Important Changes compared with V2: > > > > 1) Provide 2 methods to mode match for mode setting and mode delete. > > a) Exact mode number matc

Re: [PATCH V3 5/7] weston:Add the weston randr protocol implementation

2014-04-13 Thread Wang, Quanxian
Sorry to be later. Thanks for your comment. On Wed, 2014-04-09 at 09:59 +0200, Hardening wrote: > Le 08/04/2014 07:03, Quanxian Wang a écrit : > > Signed-off-by: Quanxian Wang > > --- > > module/Makefile.am|3 + > > module/wrandr/Makefile.am | 32 ++ > > module/wrandr/wrandr.c

Question about multi-display on wayland protocol

2014-04-13 Thread Yang Andy
Hello everyone I have one question about multi-display control on wayland protocol. I want to control and render dual displays on wayland protocol. Could anyone give me some advice about how to control dual displays on wayland protocol? Or is there any information about this subject? Than

Re: How can I start wayland at boot?

2014-04-13 Thread Michael Johnson
Thanks for your input. I'll look into GDM and go from there. Cheers ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: How can I start wayland at boot?

2014-04-13 Thread Jasper St. Pierre
Recent gdm has support for Wayland sessions. You'll have to write the session file yourself if you want to launch weston, though. Something like this should work. # mkdir -p /usr/share/wayland-sessions/ # echo << /usr/share/wayland-sessions/weston.desktop On Sun, Apr 13, 2014 at 9:21 AM, Pekka

Re: How can I start wayland at boot?

2014-04-13 Thread Pekka Paalanen
On Sun, 13 Apr 2014 13:09:47 +0100 Michael Johnson wrote: > Thanks for your reply Pekka, > > I wasn't expecting any display managers to be ready for wayland/weston yet, > but I was just hoping that I could create a service/daemon so that it would > start as soon as I logged in, and not have an

Re: How can I start wayland at boot?

2014-04-13 Thread Pekka Paalanen
On Sat, 12 Apr 2014 11:46:54 +0100 Michael Johnson wrote: > Hi all, > > Is there a way to start wayland as a service?  I haven't seen any info on > this. Hi, first you need to pick the compositor you want, since Wayland is not a runnable program. The service you are likely looking for is a di