diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-12-08 14:52:11 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-08 14:52:11 +0100 |
| commit | 622a75e97ea936c70f6f67600dbe1f9aa9a9ca41 (patch) | |
| tree | 1b809f788e5757c8bb052eb61ef2d2a4d84e8e3c /system.prop | |
| parent | 37e2e0e33ae788751b87aea39d2a549110df2938 (diff) | |
system.prop: turn off clearMotion (causing grey stripes and borked video outputs)
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system.prop b/system.prop index cac0053..1528e8c 100644 --- a/system.prop +++ b/system.prop @@ -88,8 +88,8 @@ persist.mtk.wcn.combo.chipid=-1 wfd.dummy.enable=1 # ClearMotion -persist.sys.display.clearMotion=1 -ro.mtk_clearmotion_support=1 +persist.sys.display.clearMotion=0 +ro.mtk_clearmotion_support=0 # SoC ro.mediatek.chip_ver=S01 |
