summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2019-12-21 04:01:48 -0800
committerThomas Groman <tgroman@nuegia.net>2019-12-21 04:01:48 -0800
commit7c3f9e4353289c94c46539c19464c818ea383e3a (patch)
tree9d4358501efcb718e175f4e70da344d865cc0280
parent227835f766181c9c04f61f69ba15ebe01926460d (diff)
downloadwebbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar
webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar.gz
webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar.lz
webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar.xz
webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.zip
force enable graphics acceleration
-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 |================================================================