summaryrefslogtreecommitdiffstats
path: root/firefox4.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox4.sh.in')
-rw-r--r--firefox4.sh.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox4.sh.in b/firefox4.sh.in
index 5a72c6b..d7f38cb 100644
--- a/firefox4.sh.in
+++ b/firefox4.sh.in
@@ -251,6 +251,12 @@ do
esac
done
+##
+## Enable WebGL
+##
+MOZ_GLX_IGNORE_BLACKLIST=1
+export MOZ_GLX_IGNORE_BLACKLIST
+
# Run the browser
debugging=0
if [ $debugging = 1 ]