[PATCH] Add libudev-dev to the required dependencies on Raspberry Pi

2012-11-10 Thread Zan Dobersek
The libudev-dev package is required to build Weston when using the Raspbian distribution on the Raspberry Pi. --- raspberrypi.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberrypi.html b/raspberrypi.html index e263fd8..c4984d1 100644 --- a/raspberrypi.html +++ b/r

Re: Memory issue with libcairo/gl and -nvidia binary driver

2011-03-24 Thread Zan Dobersek
On Thu, Mar 24, 2011 at 8:00 PM, Levi Schuck wrote: > > That last part seems pretty sad > Only to a Nvidia employee. > > On Mar 24, 2011, at 12:31, cat wrote: > > > > On Wed, Mar 23, 2011 at 6:42 PM, Bryce Harrington < > br...@canonical.com> wrote: > >> In testing, we found an oddball is

Re: What exactly triggers creation of a new client in Wayland server

2011-01-25 Thread Zan Dobersek
e of receiving data. Any ideas? Regards, Zan Dobersek On Tue, Jan 18, 2011 at 10:51 PM, Marty Jack wrote: > You have it right. > > When a client does a connect on a socket that another process is listening > to (the listen is at line 692), this makes the other end get a "readable

What exactly triggers creation of a new client in Wayland server

2011-01-18 Thread Zan Dobersek
ave missed? My knowledge of sockets is quite basic, so I would be happy if someone would clarify how exactly this bit of code is executed. Regards, Zan Dobersek ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.o

Re: running wayland outside X

2010-12-28 Thread Zan Dobersek
Set WAYLAND_DEBUG env variable, it helps a lot. You will probably see which object is non-existent. Regards, Zan On Dec 28, 2010 4:46 PM, "Üstün Ergenoglu" wrote: I finally got wayland running inside an X session with open source ati drivers(r600) (though with frequent crashes) and all the clie