diff options
| author | Simon Shields <keepcalm444@gmail.com> | 2016-12-06 03:31:38 +1100 |
|---|---|---|
| committer | Trafalgar Square <schneller.demian@gmail.com> | 2016-12-06 06:51:18 +0100 |
| commit | 756c603758a2038c2ad5fb00bfa46a09793645ed (patch) | |
| tree | cf501529f8a7dbcc531ec8dbbae31dad5003b4b9 | |
| parent | e0360bf49b13fa2534b05e42949a5bf73f222351 (diff) | |
i9300: destroy surface after detaching context in colorfade
* we use our own system.prop, this needs to be set here
Change-Id: Ica57aa82687f7a93897aaa2f0f22929cf93f1af5
| -rw-r--r-- | system.prop | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system.prop b/system.prop index 11bbbc6..79032f5 100644 --- a/system.prop +++ b/system.prop @@ -1,5 +1,5 @@ # -# system.prop for smdk4x12 +# system.prop for i9300 # dalvik.vm.dexopt-data-only=1 @@ -9,10 +9,13 @@ rild.libargs=-d /dev/ttyS0 ro.sf.lcd_density=320 ro.lcd_min_brightness=20 +# EGL blobs crash on screen off +ro.egl.destroy_after_detach=true + # Hardware Info ro.device.chipset=Exynos 4412 Quad ro.device.cpu=Quad-core 1.4 GHz Cortex-A9 ro.device.gpu=Mali-400MP4 ro.device.rear_cam=8 MP ro.device.front_cam=1.9 MP -ro.device.screen_res=720x1280
\ No newline at end of file +ro.device.screen_res=720x1280 |
