---
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
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
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
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
>
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
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 +++
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
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
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
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
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
11 matches
Mail list logo