Re: [PATCH 0/6] Add weston randr protocol

2014-02-27 Thread Matthias Clasen
For comparison, here is the dbus API that gnome-shell is exposing for display configuration under both X and wayland: https://wiki.gnome.org/Initiatives/Wayland/Gaps/DisplayConfig ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://

RE: [PATCH 0/6] Add weston randr protocol

2014-02-27 Thread Wang, Quanxian
-Original Message- From: wayland-devel-boun...@lists.freedesktop.org [mailto:wayland-devel-boun...@lists.freedesktop.org] On Behalf Of Hardening Sent: Thursday, February 27, 2014 5:15 PM To: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH 0/6] Add weston randr protocol Le 27/02

Re: [PATCH 0/6] Add weston randr protocol

2014-02-27 Thread Hardening
Le 27/02/2014 04:27, Quanxian Wang a écrit : These patches will provide weston randr protocol, its implementation and randr application. The idea is from xrandr provided by xserver. *Dynamic* mode setting is the main objective of this protocol. Remember, it is one shot operation. For example, if

RE: [PATCH 0/6] Add weston randr protocol

2014-02-26 Thread Wang, Quanxian
p.org Subject: Re: [PATCH 0/6] Add weston randr protocol On Thu, 27 Feb 2014 05:30:21 + "Wang, Quanxian" wrote: > Hi, All > > From Jason's comment, about the security issue, I am not sure if I should > think about that in this protocol. For communication protocol bet

Re: [PATCH 0/6] Add weston randr protocol

2014-02-26 Thread Pekka Paalanen
On Thu, 27 Feb 2014 05:30:21 + "Wang, Quanxian" wrote: > Hi, All > > From Jason's comment, about the security issue, I am not sure if I should > think about that in this protocol. For communication protocol between client > and server, it is hard to control the permission by single protoco

RE: [PATCH 0/6] Add weston randr protocol

2014-02-26 Thread Wang, Quanxian
At least it should be in display server level. Thanks Regards Quanxian Wang From: Jason Ekstrand [mailto:ja...@jlekstrand.net] Sent: Thursday, February 27, 2014 11:29 AM To: Wang, Quanxian Cc: wayland-devel@lists.freedesktop.org; Zhang, Xiong Y Subject: Re: [PATCH 0/6] Add weston randr prot

RE: [PATCH 0/6] Add weston randr protocol

2014-02-26 Thread Wang, Quanxian
From: Jason Ekstrand [mailto:ja...@jlekstrand.net] Sent: Thursday, February 27, 2014 11:29 AM To: Wang, Quanxian Cc: wayland-devel@lists.freedesktop.org; Zhang, Xiong Y Subject: Re: [PATCH 0/6] Add weston randr protocol Quanxian, I haven't looked through the code line-by-line, but I do h

Re: [PATCH 0/6] Add weston randr protocol

2014-02-26 Thread Jason Ekstrand
Quanxian, I haven't looked through the code line-by-line, but I do have a few general comments. First, please double-check your copyright blocks. One of your files is copyrighted Benjamin Franzke and another is copyrighted Collabora. I don't think that was intended. Second, it doesn't appear th