[epiphany/gnome-3-34] Try reenabling on-demand hardware acceleration



commit 0d0176d279dc8638a33e17eec21e5a1e1b7904bb
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Sep 27 15:22:36 2019 -0500

    Try reenabling on-demand hardware acceleration
    
    Fixes #932

 data/org.gnome.epiphany.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 7bccebea6..e9fae6499 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]