Re: Weston on RPi: running as non-root

2013-01-03 Thread Kristian Høgsberg
On Thu, Jan 03, 2013 at 12:31:50PM +0200, Mika Boström wrote: > I had a strange problem: after weston had started on RPi, I couldn't get > any of the clients to run. I'm posting this in the hope that it will > help someone else solve similar problems. > > Steps taken: > 1. went with raspbian (from

Re: [PATCH] wayland: Don't cancel a roundtrip when any event is received

2013-01-03 Thread Kristian Høgsberg
On Tue, Dec 25, 2012 at 01:01:08PM +0100, Jonas Ådahl wrote: > Since wl_display_dispatch_queue() returns the number of processed events > or -1 on error, only cancel the roundtrip if an -1 is returned. > > This also fixes a potential memory corruption bug happening when the > roundtrip does an ear

Weston on RPi: running as non-root

2013-01-03 Thread Mika Boström
I had a strange problem: after weston had started on RPi, I couldn't get any of the clients to run. I'm posting this in the hope that it will help someone else solve similar problems. Steps taken: 1. went with raspbian (from official image) 2. rebuilt cairo packages to enable cairo-glesv2 3. follo