[xulrunner] Ignore the GLX blacklist

Christopher Aillon caillon at fedoraproject.org
Wed Jan 12 23:02:29 UTC 2011


commit 654d4ce2eb09b3060821a59df6c59c3b6115c677
Author: Christopher Aillon <caillon at redhat.com>
Date:   Wed Jan 12 15:03:13 2011 -0800

    Ignore the GLX blacklist
    
    Upstream is seeing a bunch of crashes, but most likely on older hardware so they are blocking all drivers until they figure out which ones are the culprits.  Enabling it in rawhide to see if we can track down any of these (though I suspect they are mostly older drivers).

 xulrunner.sh.in |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/xulrunner.sh.in b/xulrunner.sh.in
index b776138..8f76b27 100644
--- a/xulrunner.sh.in
+++ b/xulrunner.sh.in
@@ -59,4 +59,11 @@ fi
 XUL_DIST_BIN="$XUL_LIB_DIR/xulrunner-XULRUNNER_VERSION"
 XUL_PROGRAM="$XUL_DIST_BIN/xulrunner"
 
+##
+## Enable WebGL
+##
+MOZ_GLX_IGNORE_BLACKLIST=1
+export MOZ_GLX_IGNORE_BLACKLIST
+
+
 exec $XUL_PROGRAM "$@"


More information about the scm-commits mailing list