Re: Beginnings of multiple monitor

2011-02-09 Thread Kristian Høgsberg
On Wed, Feb 9, 2011 at 7:01 PM, Marty Jack wrote: > I have a little patch that allocates the CRTCs to avoid the multiple monitor > black screen.  If you don't want it right now that's fine too. > > I don't know what Kristian's ultimate vision of this is.  Do we allow windows > to move like they

Re: Beginnings of multiple monitor

2011-02-09 Thread Marty Jack
On 02/09/2011 07:08 PM, Alex Deucher wrote: > On Wed, Feb 9, 2011 at 7:01 PM, Marty Jack wrote: >> I have a little patch that allocates the CRTCs to avoid the multiple monitor >> black screen. If you don't want it right now that's fine too. >> >> I don't know what Kristian's ultimate vision of

Re: Beginnings of multiple monitor

2011-02-09 Thread Alex Deucher
On Wed, Feb 9, 2011 at 7:01 PM, Marty Jack wrote: > I have a little patch that allocates the CRTCs to avoid the multiple monitor > black screen.  If you don't want it right now that's fine too. > > I don't know what Kristian's ultimate vision of this is.  Do we allow windows > to move like they

Beginnings of multiple monitor

2011-02-09 Thread Marty Jack
I have a little patch that allocates the CRTCs to avoid the multiple monitor black screen. If you don't want it right now that's fine too. I don't know what Kristian's ultimate vision of this is. Do we allow windows to move like they do now on a virtual desktop where you can slide one to a Ri

Re: [RFC][PATCH] remove gdk-pixbuf and use libpng

2011-02-09 Thread Tiago Vignatti
On 02/09/2011 02:11 PM, ext Joakim Sindholt wrote: I think it would make more sense to write a generalized backend-driven system so distributions that don't wish to ship gdk-pixbuf, or libpng for that matter, can simply write a backend suitable for their needs. For the time being, Wayland comp

Re: [RFC][PATCH] remove gdk-pixbuf and use libpng

2011-02-09 Thread Joakim Sindholt
On Wed, 2011-02-09 at 13:06 +0200, Tiago Vignatti wrote: > Signed-off-by: Tiago Vignatti > --- > > This patch is a WIP to remove gdk-pixbuf dependency and use libpng instead. > It is unfinished though and only compositor with simple-client works. > > In principle, gdk-pixbuf is a bit bloated and

Re: New build requirements related to wayland-egl

2011-02-09 Thread Cyril Brulebois
Hi, dar...@chaosreigns.com (07/02/2011): > Requirements for building wayland changed today as support for the > wayland egl platform in mesa was added. You kind of need to build > both mesa and wayland twice, due to them now depending on each > other. It sounds like this will be fixed by splitt

[RFC][PATCH] remove gdk-pixbuf and use libpng

2011-02-09 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- This patch is a WIP to remove gdk-pixbuf dependency and use libpng instead. It is unfinished though and only compositor with simple-client works. In principle, gdk-pixbuf is a bit bloated and brings a big package dependency in some platforms which makes harder t