[PATCH 2/2] Clarify which kernel building commands are only necessary on Ubuntu

2011-02-17 Thread Darxus
--- building.html |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/building.html b/building.html index a586b93..768520d 100644 --- a/building.html +++ b/building.html @@ -220,7 +220,11 @@ Nouveau kernel git repository: $ cp /boot/config-`uname -r` .config # use .c

[PATCH 1/2][web] Convert to XHTML 1.1

2011-02-17 Thread Darxus
May be served as text/html, so doesn't break any browsers. Only changes are closing meta, link, img, and br tags, and the doctype. --- architecture.html | 14 +++--- building.html | 10 +- faq.html |8 index.html|8 screenshots.ht

[PATCH][web] Minor fixes and logo linking to main page

2011-02-17 Thread Darxus
Fix 1 html validator error, a few warnings, and make the Wayland logo link to the main page. Did you know you're not supposed to put an directly in a in HTML 4.01 Strict? --- architecture.html |8 building.html |2 +- faq.html |2 +- index.html|2 +

[PATCH][web] Building: Replace Modesetting with more detailed and current Hardware / Drivers

2011-02-17 Thread Darxus
--- building.html | 25 + 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/building.html b/building.html index f974270..8a53036 100644 --- a/building.html +++ b/building.html @@ -21,6 +21,23 @@ below, but you can use your favorite directory of course or in

[PATCH] Build instructions: Add Nouveau kernel build instructions

2011-02-17 Thread Darxus
--- building.html | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/building.html b/building.html index f1a9ab8..f974270 100644 --- a/building.html +++ b/building.html @@ -199,5 +199,27 @@ LIBGL_DEBUG=verbose WAYLAND_DEBUG=1 +Nouveau Kernel + +To u

Re: [PATCH 1/4] building: Wayland core libraries

2011-02-17 Thread Sedat Dilek
2011/2/17 Kristian Høgsberg : > On Thu, Feb 17, 2011 at 7:29 AM, Sedat Dilek > wrote: > > I looks like all these patches raced with Darxus' updates.  I applied > Darxus' patch since I had it sitting in my inbox a couple of days > already, but hopefully the end result should be the same. > > Thank

Re: [PATCH 1/4] building: Wayland core libraries

2011-02-17 Thread Kristian Høgsberg
On Thu, Feb 17, 2011 at 7:29 AM, Sedat Dilek wrote: I looks like all these patches raced with Darxus' updates. I applied Darxus' patch since I had it sitting in my inbox a couple of days already, but hopefully the end result should be the same. Thanks, Kristian > Signed-off-by: Sedat Dilek >

Re: [wayland] building: Clarify after the split into wayland and wayland-demos repos

2011-02-17 Thread Kristian Høgsberg
On Thu, Feb 17, 2011 at 10:38 AM, wrote: > On 02/17, Sedat Dilek wrote: >> unfortunately, the wayland-website (building) does not have updated >> informations on how to build after the split of >> 1. wayland core [1] >> 2. wayland libs and demos [2] >> >> Can someone please enlighten on this? > >

Re: [wayland] radeon r200 and "egl_dri2: add swrast" (mesa-from-git)?

2011-02-17 Thread Kristian Høgsberg
On Thu, Feb 17, 2011 at 2:51 AM, Sedat Dilek wrote: > Hi, > > I tried to jump on the Wayland train at the end of last year, but my > radeon r200 is/was not the ideal hardware platform. > > Today, while checking mesa-from-git, I saw the commit "egl_dri2: add > swrast" [1]. > I remember Chia-I Wu to

Re: [wayland] building: Clarify after the split into wayland and wayland-demos repos

2011-02-17 Thread Darxus
On 02/17, Sedat Dilek wrote: > unfortunately, the wayland-website (building) does not have updated > informations on how to build after the split of > 1. wayland core [1] > 2. wayland libs and demos [2] > > Can someone please enlighten on this? I did, but it hasn't been committed: Date: Wed, 16

[PATCH 2/4] Building: Building mesa with wayland egl-platforms

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 22 +++--- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/building.html b/building.html index 4147d90..5c4aa25 100644 --- a/building.html +++ b/building.html @@ -72,28 +72,36 @@ There now exists two repositories:

[PATCH 4/4] building: Clean up unnecesary relicts

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 24 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/building.html b/building.html index f93b077..0f525e5 100644 --- a/building.html +++ b/building.html @@ -179,30 +179,6 @@ glib-2.0, gdk-2.0 (for poppler) a

[PATCH 1/4] building: Wayland core libraries

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/building.html b/building.html index 8005ce1..4147d90 100644 --- a/building.html +++ b/building.html @@ -55,6 +55,23 @@ Minimum requirements: AMD/ATI: Linux kern

[PATCH 3/4] building: Wayland demos

2011-02-17 Thread Sedat Dilek
Signed-off-by: Sedat Dilek --- building.html | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/building.html b/building.html index 5c4aa25..f93b077 100644 --- a/building.html +++ b/building.html @@ -162,18 +162,21 @@ package for pixman. $ make && make

[PATCH] building: Introduce INSTALL_PATH variable for install path

2011-02-17 Thread Sedat Dilek
Use $INSTALL_PATH globally as users might have other places where they are used to install software. By the way, you can now easily change the install path as it is in one place. Signed-off-by: Sedat Dilek --- building.html | 36 +++- 1 files changed, 19 inserti

[wayland] building: Clarify after the split into wayland and wayland-demos repos

2011-02-17 Thread Sedat Dilek
Hi, unfortunately, the wayland-website (building) does not have updated informations on how to build after the split of 1. wayland core [1] 2. wayland libs and demos [2] Can someone please enlighten on this? I would update the building website accordingly. Currently, I can only help with providin

[PATCH 2/4] PreReq: Clarify on KMS and PageFlip requirements

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/building.html b/building.html index 54112e4..b2fb2b0 100644 --- a/building.html +++ b/building.html @@ -37,12 +37,12 @@ LIBRARY_PATH=$HOME/install/

[PATCH 3/4] PreReq: Check for KMS and PageFlip support

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/building.html b/building.html index b2fb2b0..50a7435 100644 --- a/building.html +++ b/building.html @@ -42,6 +42,12 @@ and nVidia graphics cards. Most di

[PATCH 4/4] PreReq: Add Minimum requirements for AMD/ATI gfxcards

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/building.html b/building.html index 50a7435..6205bee 100644 --- a/building.html +++ b/building.html @@ -48,6 +48,9 @@ Check for KMS and PageFlip support: $

[PATCH 1/4] PreReq: Kernel ModeSetting and PageFlip IOCTL

2011-02-17 Thread sedat . dilek
From: Sedat Dilek Signed-off-by: Sedat Dilek --- building.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/building.html b/building.html index dcf06f9..54112e4 100644 --- a/building.html +++ b/building.html @@ -35,7 +35,7 @@ LIBRARY_PATH=$HOME/install/lib Do no