[PATCH] Update build instructions for new wayland-egl dependencies.

2011-02-07 Thread Darxus
--- building.html | 48 +--- 1 files changed, 37 insertions(+), 11 deletions(-) diff --git a/building.html b/building.html index 446e780..48d5837 100644 --- a/building.html +++ b/building.html @@ -37,22 +37,24 @@ LIBRARY_PATH=$HOME/install/lib Mode

New build requirements related to wayland-egl

2011-02-07 Thread Darxus
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 splitting the wayland repo into two repos, presumably one

Re: [PATCH] - Add the wayland-build.sh script to building.html and to the directory

2011-02-07 Thread Chris Morgan
On Fri, Feb 4, 2011 at 11:02 PM, Chris Morgan wrote: > Darxus' build scripts made getting, building and running wayland very > easy. It seems useful to provide these to users on the official > wayland site to lower the barrier to getting started with wayland. > > I combined two of them together an

Re: [PATCH] Move window frame surface dimensions into struct display and begin using them in place of hardcoded values

2011-02-07 Thread Chris Morgan
2011/2/7 Kristian Høgsberg : > On Sun, Feb 6, 2011 at 11:14 PM, Chris Morgan wrote: >>  clients/window.c |   44 +++- >>  1 files changed, 35 insertions(+), 9 deletions(-) > > Hi Chris, > > I was thinking that we could introduce a struct frame type-of-thing >

Re: Wayland with a intel 865 card

2011-02-07 Thread Daniel
El dj 03 de 02 de 2011 a les 11:11 -0500, en/na dar...@chaosreigns.com va escriure: > On 02/03, Daniel wrote: > > Is it at all possible to run Wayland using an Intel 82865G integrated > > card? > > My guess is "No." > > Without X, the only video cards that work with Wayland are Intel i915 > (2004

Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-07 Thread Dan Nicholson
On Mon, Feb 07, 2011 at 01:58:19PM +0800, Arthur Zhu wrote: > From 7f26f3b6692a8a8061c0d817388505d4190e88a0 Mon Sep 17 00:00:00 2001 > From: Arthur Zhu > Date: Mon, 7 Feb 2011 13:50:55 +0800 > Subject: [PATCH] Adding --enable-egl-dri2-x11&drm option. > > --- > configure.ac | 34 +++

Re: [PATCH] Listening socket tweaks

2011-02-07 Thread Kristian Høgsberg
2011/2/7 Marty Jack : > > > On 02/07/2011 08:18 AM, Kristian Høgsberg wrote: >> On Mon, Feb 7, 2011 at 4:39 AM, Marty Jack wrote: >>> With this patch, crashed compositors won't prevent a new one from starting, >>> and unprivileged clients can connect. >> >> Hi Marty, >> >> The compositor is suppo

Re: [PATCH] Move window frame surface dimensions into struct display and begin using them in place of hardcoded values

2011-02-07 Thread Kristian Høgsberg
On Sun, Feb 6, 2011 at 11:14 PM, Chris Morgan wrote: >  clients/window.c |   44 +++- >  1 files changed, 35 insertions(+), 9 deletions(-) Hi Chris, I was thinking that we could introduce a struct frame type-of-thing that could hold the different frame deta

Re: [PATCH] Listening socket tweaks

2011-02-07 Thread Marty Jack
On 02/07/2011 08:18 AM, Kristian Høgsberg wrote: > On Mon, Feb 7, 2011 at 4:39 AM, Marty Jack wrote: >> With this patch, crashed compositors won't prevent a new one from starting, >> and unprivileged clients can connect. > > Hi Marty, > > The compositor is supposed to run as the user, not roo

Re: [PATCH] Listening socket tweaks

2011-02-07 Thread Kristian Høgsberg
On Mon, Feb 7, 2011 at 4:39 AM, Marty Jack wrote: > With this patch, crashed compositors won't prevent a new one from starting, > and unprivileged clients can connect. Hi Marty, The compositor is supposed to run as the user, not root, and the restrictive permissions on the unix socket is how we

[PATCH] Listening socket tweaks

2011-02-07 Thread Marty Jack
With this patch, crashed compositors won't prevent a new one from starting, and unprivileged clients can connect. diff --git a/wayland/wayland-server.c b/wayland/wayland-server.c index dece0d1..6b5f503 100644 --- a/wayland/wayland-server.c +++ b/wayland/wayland-server.c @@ -33,6 +33,7 @@ #includ