RE: [PATCH 0/9] implement multi screen clone mode in drm-backend.so

2013-10-22 Thread Zhang, Xiong Y
y, October 23, 2013 10:18 AM To: Zhang, Xiong Y Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH 0/9] implement multi screen clone mode in drm-backend.so Xiong, I'm not sure that we need to go that far right now. I'm fine for now with just a config option. My primary concern i

Re: [PATCH 0/9] implement multi screen clone mode in drm-backend.so

2013-10-22 Thread Jason Ekstrand
correct a new protocol should be added ? > > ** ** > > thanks > > *From:* Jason Ekstrand [mailto:ja...@jlekstrand.net] > *Sent:* Wednesday, October 23, 2013 9:52 AM > > *To:* Zhang, Xiong Y > *Cc:* wayland-devel@lists.freedesktop.org > *Subject:* Re: [PATCH 0/9

RE: [PATCH 0/9] implement multi screen clone mode in drm-backend.so

2013-10-22 Thread Zhang, Xiong Y
t: Re: [PATCH 0/9] implement multi screen clone mode in drm-backend.so Xiong, A "clone" option would be one way to configure it. I just don't want to be tied to a single master output. --Jason On Tue, Oct 22, 2013 at 8:46 PM, Zhang, Xiong Y mailto:xiong.y.zh...@intel.com>> wrot

Re: [PATCH 0/9] implement multi screen clone mode in drm-backend.so

2013-10-22 Thread Jason Ekstrand
trand.net] > *Sent:* Sunday, October 13, 2013 10:53 AM > *To:* Zhang, Xiong Y > *Cc:* wayland-devel@lists.freedesktop.org > *Subject:* Re: [PATCH 0/9] implement multi screen clone mode in > drm-backend.so > > ** ** > > Xiong, > > I'm sorry for taking s

RE: [PATCH 0/9] implement multi screen clone mode in drm-backend.so

2013-10-22 Thread Zhang, Xiong Y
Ekstrand [mailto:ja...@jlekstrand.net] Sent: Sunday, October 13, 2013 10:53 AM To: Zhang, Xiong Y Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH 0/9] implement multi screen clone mode in drm-backend.so Xiong, I'm sorry for taking so long to reply; I meant to do so sooner but haven'

Re: [PATCH 0/9] implement multi screen clone mode in drm-backend.so

2013-10-12 Thread Jason Ekstrand
Xiong, I'm sorry for taking so long to reply; I meant to do so sooner but haven't found the time. First off, I'm glad to see someone implementing output cloning. It makes for all sorts of interesting cases that have yet to be tested. Also, I plan to implement it in the wayland backend at some po

[PATCH 0/9] implement multi screen clone mode in drm-backend.so

2013-09-17 Thread Xiong Zhang
the theory for clone mode is: all the outputs share the same fb, when primary output do modeset and pageflip, clone output do this also. I fulfill repaint, VT switch and hotplug function. I don't implement dynamical setting output's mdoe. Xiong Zhang (9): add multi-screen-mode option to westo