summaryrefslogtreecommitdiff
path: root/data/org.gnome.epiphany.gschema.xml
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@posteo.net>2019-07-20 19:37:15 +0000
committerMichael Catanzaro <mcatanzaro@posteo.net>2019-07-20 19:37:15 +0000
commit6ed116c259940a65577662c34277e7b235bc8466 (patch)
treeada30d72193bfab95b00efd8998a9e9da7904c77 /data/org.gnome.epiphany.gschema.xml
parentf720afcb121b31626152b67d6bf6bf4961e13b9f (diff)
downloadepiphany-6ed116c259940a65577662c34277e7b235bc8466.tar.gz
Reenable on-demand accelerated compositing
See #595
Diffstat (limited to 'data/org.gnome.epiphany.gschema.xml')
-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 b2e082f56..f9612f313 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -249,7 +249,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>