mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: disable HWC (H/W Composer)
* Our hwcomposer lib is crashing (receiving SIGABRT) on every boot * We can live w/o it
This commit is contained in:
parent
7d970e8ef3
commit
f3e0d10d8a
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ ro.vendor.cscsupported=1
|
||||||
## OpenGLES
|
## OpenGLES
|
||||||
ro.opengles.version=196610
|
ro.opengles.version=196610
|
||||||
|
|
||||||
|
## Graphics
|
||||||
|
debug.egl.hw=0
|
||||||
|
debug.sf.hw=0
|
||||||
|
|
||||||
### Vulkan
|
### Vulkan
|
||||||
ro.hwui.use_vulkan=true
|
ro.hwui.use_vulkan=true
|
||||||
graphics.gpu.profiler.support=true
|
graphics.gpu.profiler.support=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue