Re: [Web] [PATCH 1/3] Enable building gallium for nouveau.

2012-03-26 Thread darxus
On 03/26, Scott Moreau wrote: >Perhaps there should be a comment about --[dis|en]able-gallium-egl. If you >enable gallium egl, the default for EGL_DRIVER is egl_gallium and >optionally, EGL_SOFTWARE=1 can be set to use software rendering. Meaning it should work on any video card? Yep,

Re: [Web] [PATCH 1/3] Enable building gallium for nouveau.

2012-03-26 Thread Scott Moreau
Perhaps there should be a comment about --[dis|en]able-gallium-egl. If you enable gallium egl, the default for EGL_DRIVER is egl_gallium and optionally, EGL_SOFTWARE=1 can be set to use software rendering. EGL_DRIVER is egl_dri2 by default when built without egl gallium. You can still set EGL_DRIVE

[Web] [PATCH 3/3] Update xwayland branch from xwayland to xwayland-1.10.

2012-03-26 Thread Darxus
--- xserver.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xserver.html b/xserver.html index 9f42e32..adf6192 100644 --- a/xserver.html +++ b/xserver.html @@ -35,7 +35,7 @@ available from these repos: -http://cgit.freedesktop.org/~krh/xserver/log/?h=xwayl

[Web] [PATCH 2/3] Clean up link to nvidia firmware loading

2012-03-26 Thread Darxus
--- building.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/building.html b/building.html index 30a0379..6257b02 100644 --- a/building.html +++ b/building.html @@ -35,9 +35,9 @@ Cards probably work back to Radeon 7200 (2000). nVidia: Requires Nouveau (open so

[Web] [PATCH 1/3] Enable building gallium for nouveau.

2012-03-26 Thread Darxus
Required for this to work with nouveau. r300,r600,swrast are already built by default. --- building.html |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/building.html b/building.html index 0ca147a..30a0379 100644 --- a/building.html +++ b/building.html @@ -99,7 +99,8 @@

Re: Got xwayland to build, clients don't display

2012-03-26 Thread Ander Conselvan de Oliveira
On 03/26/2012 12:49 AM, dar...@chaosreigns.com wrote: Once I got it built, X clients would run, and generally act like they were connecting to an X server, but wouldn't display. Using wayland master, with nouveau drivers. There was already a bug open for what I'm seeing: $WLD/bin/Xorg -config b

Re: Starting document for porting wayland to mali gpu

2012-03-26 Thread Simon Hong
After I read your reply and link, a lot of terms (dri2, drm, kms and etc) are not familiar with me. I think I need more study about this. Thank you for sharing your blog. Simon. On Fri, Mar 23, 2012 at 5:45 PM, Pekka Paalanen wrote: > On Fri, 23 Mar 2012 05:50:02 +0900 > Simon Hong wrote: > >>