From 7c3f9e4353289c94c46539c19464c818ea383e3a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Sat, 21 Dec 2019 04:01:48 -0800 Subject: force enable graphics acceleration --- branding/shared/pref/preferences.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'branding/shared') 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 |================================================================ -- cgit v1.2.3