summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-02-02 09:45:15 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-02-02 09:46:34 -0600
commitf0ccff59b66f411a2183a5d716549d14f7f71c81 (patch)
tree66b85e44044cfd9e699515f7349de61851e15ae4
parentad8854928385cb7aad641de0ac3eeee2f562e6ad (diff)
downloadepiphany-f0ccff59b66f411a2183a5d716549d14f7f71c81.tar.gz
Disable hardware acceleration by default again
I reenabled this hoping that https://bugs.webkit.org/show_bug.cgi?id=192522 might have been fixed, but not so.
-rw-r--r--data/org.gnome.epiphany.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 643cd3e28..c49207002 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -229,7 +229,7 @@
<description>Keep track of last download directory</description>
</key>
<key name="hardware-acceleration-policy" enum="org.gnome.Epiphany.EphyPrefsWebHardwareAccelerationPolicy">
- <default>'on-demand'</default>
+ <default>'never'</default>
<summary>Hardware acceleration policy</summary>
<description>Whether to enable hardware acceleration. Possible values are “on-demand”, “always”, and “never”. Hardware acceleration may be required to achieve acceptable performance on embedded devices, but increases memory usage requirements and could expose severe hardware-specific graphics driver bugs. When the policy is “on-demand”, hardware acceleration will be used only when required to display 3D transforms.</description>
</key>