diff options
author | Michael Catanzaro <mcatanzaro@posteo.net> | 2019-07-20 19:37:15 +0000 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@posteo.net> | 2019-07-20 19:37:15 +0000 |
commit | 6ed116c259940a65577662c34277e7b235bc8466 (patch) | |
tree | ada30d72193bfab95b00efd8998a9e9da7904c77 /data | |
parent | f720afcb121b31626152b67d6bf6bf4961e13b9f (diff) | |
download | epiphany-6ed116c259940a65577662c34277e7b235bc8466.tar.gz |
Reenable on-demand accelerated compositing
See #595
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 2 |
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> |