Title: Android 7 Full 4k apps [Print This Page] Author: dbe_dev Time: 6/26/2017 22:20 Title: Android 7 Full 4k apps Been busy to get the rk3399 to output full 4k.
Found so far that one can set the persist.sys.framebuffer.main to 3840x2160, this causes android to draw everything in 4k but it does not create a full 4k experience on the output because a bit of code in "hardware/rockchip/hwcomposer/hwcomposer.cpp" which is causing to report a 1080p screen in case the framebuffer is set to 2160p.
Worked around this by doing the following change in the SDK:
Also found some statements on needing to disable VOP_Little. Is this needed for android 7 and how do I do this for the android 7 SDK ?
Author: isle Time: 6/27/2017 09:59
Hi, the MAX output resolution of VOP_Little is 2560X1600, if you have only one output, you can disable VOP_Little,so the output screen can connect with VOP_BIG, which have 4096X2160 max resolution .
to disable VOP_little, you need modify the "dts" file in kernel Author: perkl Time: 10/17/2017 04:42
isle Posted at 6/27/2017 09:59
Hi, the MAX output resolution of VOP_Little is 2560X1600, if you have only one output, you can disa ...
Can you point out what to edit in the dts file and which dts file is the correct one to edit? Thank you beforehand!
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)