diff options
-rw-r--r-- | branding/shared/pref/preferences.inc | 4 |
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 |================================================================ |