Spacewar: Remove Adaptive display calibration
P3 has strange behavior, such as recent apps changing colorspaces from P3 to sRGB. This calibration doesn't look very good on this device anyway. Change-Id: I1e2359887ee7710fb14db2abf902f6ba32a4be08
This commit is contained in:
committed by
Wiktor Rudzki
parent
19b94acf58
commit
4dc939d6c8
@@ -222,7 +222,6 @@
|
||||
<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>
|
||||
|
||||
<!-- The following two arrays specify which color space to use for display composition when a
|
||||
@@ -241,14 +240,12 @@
|
||||
<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 -->
|
||||
<item>9</item> <!-- COLOR_MODE_DISPLAY_P3 -->
|
||||
</integer-array>
|
||||
|
||||
<!-- Screen brightness used to dim the screen while dozing in a very low power state.
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<item>Natural</item>
|
||||
<item>Boosted</item>
|
||||
<item>Saturated</item>
|
||||
<item>Adaptive</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Display settings screen, Color mode options. Must be the same length and order as
|
||||
@@ -19,7 +18,6 @@
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Whether to show Smooth Display feature in Settings Options -->
|
||||
|
||||
Reference in New Issue
Block a user