summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-10-02 15:29:09 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-10-02 15:29:09 -0500
commit579e9ab4cc10f35b3974ec4f256f267e0c3c7eb1 (patch)
tree9813c25f73c3ac03478a7ba08f5eb18cd4104792 /data
parentb54c5fe75ee8054c7a89bf0ee0d3b43c84c30410 (diff)
downloadepiphany-579e9ab4cc10f35b3974ec4f256f267e0c3c7eb1.tar.gz
Revert "Revert "Try reenabling on-demand hardware acceleration""
This reverts commit c507f5faa1f8b7eefd218de40f7643280de5b6fa. There is some bug here, but maybe it's a coincidence that I'd previously seen it twice in close succession, because I failed to reproduce after two more days of testing.
Diffstat (limited to 'data')
-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 e32d33167..eda2f7e1a 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -244,7 +244,7 @@
<description>Keep track of last download directory</description>
</key>
<key name="hardware-acceleration-policy" enum="org.gnome.Epiphany.EphyPrefsWebHardwareAccelerationPolicy">
- <default>'never'</default>
+ <default>'on-demand'</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>