summaryrefslogtreecommitdiffstats
path: root/branding/shared/pref/preferences.inc
diff options
context:
space:
mode:
Diffstat (limited to 'branding/shared/pref/preferences.inc')
-rw-r--r--branding/shared/pref/preferences.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/branding/shared/pref/preferences.inc b/branding/shared/pref/preferences.inc
index cbe3df4..6c84256 100644
--- a/branding/shared/pref/preferences.inc
+++ b/branding/shared/pref/preferences.inc
@@ -55,6 +55,10 @@ pref("dom.ipc.plugins.timeoutSecs", 20);
pref("nglayout.initialpaint.delay", 300);
+// Force enable accelerated graphics
+pref("gfx.direct2s.force-enabled", true);
+pref("layers.acceleration.force-enabled", true);
+
// ============================================================================
// ===| Image |================================================================