Re: Has any gotten wayland demos to run on Ubuntiu 11.10

2011-11-28 Thread Pekka Paalanen
On Mon, 28 Nov 2011 14:43:29 -0800 "Valavanis, Nikos" wrote: > Hi, > > Has any gotten the wayland demos to run on Ubuntu 11.10. > I am using a Dell inspiron 1500 with nvidia Quadra FX 380 graphics > card > > I tried both: > > 1. apt-get install wayland-demos >this gives: EGL error 0x3001

RE:Has any gotten wayland demos to run on Ubuntiu 11.10

2011-11-28 Thread Valavanis, Nikos
Hi, Has any gotten the wayland demos to run on Ubuntu 11.10. I am using a Dell inspiron 1500 with nvidia Quadra FX 380 graphics card I tried both: 1. apt-get install wayland-demos this gives: EGL error 0x3001 2. compiling source from http://wayland.freedesktop.org/building.html this give

[PATCH] server: no errors to a dead client

2011-11-28 Thread Pekka Paalanen
Do not try to send errors to an already dead client, while in the middle of cleanup. This fixes a segmentation fault in the demo compositor, when a client is killed. The future wl_shell_surface patches will introduce a dependency between a wl_surface and a wl_shell_surface objects: it is an error