diff options
| -rw-r--r-- | rro_overlays/FrameworksResOverlayVeux/res/values/config.xml | 5 | ||||
| -rw-r--r-- | vendor.prop | 2 | 
2 files changed, 2 insertions, 5 deletions
| diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml index 87058d3..22f160c 100644 --- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml +++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml @@ -689,14 +689,13 @@      <integer-array name="config_availableColorModes">          <item>0</item> <!-- COLOR_MODE_NATURAL   -->          <item>1</item> <!-- COLOR_MODE_BOOSTED   --> -        <item>2</item> <!-- COLOR_MODE_SATURATED -->          <item>3</item> <!-- COLOR_MODE_AUTOMATIC -->      </integer-array>      <!-- Color mode to use when accessibility transforms are enabled. This color mode must be           supported by the device, but not necessarily appear in config_availableColorModes. The           regularly selected color mode will be used if this value is negative. --> -    <integer name="config_accessibilityColorMode">2</integer> +    <integer name="config_accessibilityColorMode">0</integer>      <!-- The following two arrays specify which color space to use for display composition when a           certain color mode is active. @@ -712,14 +711,12 @@      <integer-array name="config_displayCompositionColorModes">          <item>0</item> <!-- COLOR_MODE_NATURAL   -->          <item>1</item> <!-- COLOR_MODE_BOOSTED   --> -        <item>2</item> <!-- COLOR_MODE_SATURATED -->          <item>3</item> <!-- COLOR_MODE_AUTOMATIC -->      </integer-array>      <integer-array name="config_displayCompositionColorSpaces">          <item>0</item> <!-- COLOR_MODE_DEFAULT -->          <item>0</item> <!-- COLOR_MODE_DEFAULT -->          <item>0</item> <!-- COLOR_MODE_DEFAULT --> -        <item>0</item> <!-- COLOR_MODE_DEFAULT -->      </integer-array>      <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently diff --git a/vendor.prop b/vendor.prop index ae82f37..a838516 100644 --- a/vendor.prop +++ b/vendor.prop @@ -187,7 +187,7 @@ debug.sf.frame_rate_multiple_threshold=120  debug.sf.hw=0  persist.sys.sf.color_mode=0  persist.sys.sf.color_saturation=1.0 -persist.sys.sf.native_mode=2 +persist.sys.sf.native_mode=0  ro.hardware.egl=adreno  ro.hardware.vulkan=adreno  ro.opengles.version=196610 | 
