diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-21 04:01:48 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-21 04:01:48 -0800 |
commit | 7c3f9e4353289c94c46539c19464c818ea383e3a (patch) | |
tree | 9d4358501efcb718e175f4e70da344d865cc0280 /branding/shared | |
parent | 227835f766181c9c04f61f69ba15ebe01926460d (diff) | |
download | webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar.gz webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar.lz webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.tar.xz webbrowser-7c3f9e4353289c94c46539c19464c818ea383e3a.zip |
force enable graphics acceleration
Diffstat (limited to 'branding/shared')
-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 |================================================================ |