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,
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
---
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
---
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
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 @@
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
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:
>
>>