Change display resoultion for android
14
4906
View: 4906|Reply: 14
|
Change display resoultion for android
[Copy link]
|
|
may i know how to change display resloution to 1080p for android? i am using the v1601 android
|
|
|
|
|
|
|
|
I think it will auto detect the resolution and adjust. |
|
|
|
|
|
|
|
No it just upscales 1024*600 to 1920*1080
|
|
|
|
|
|
|
|
The latest v1601 should use the direct 1080P. I will check it for you .
|
|
|
|
|
|
|
|
Now,the default display resoultion for android is 720p,when the android's system can't detect the hdmi resoultion.You can change the default resoultion to 1080p,when you already change the kernel dts and uboot dts like this:hdmi:hdmi@b02c0000{
hdcp_onoff = <0>;
channel_invert = <0>;
bit_invert = <0>;
hotplugable = <1>;
bootable = <1>;
bootrotate = <3>;
default_resolution = "1920x1080p-60";
};
|
|
|
|
|
|
|
|
How can I edit the files?
|
|
|
|
|
|
|
|
I have checked with terminal emulator that the resolution is 1024*600@59fps not at 720p. May I know how to change the resolution. The self adaption seems not to work for me . May I know hiw to edit that file?
|
|
|
|
|
|
|
|
It is still chinese new year, it finishes on 14. February.
You do not write what you have already tried to solve your problem:
- HDMI-HDMI cable
- different monitor ?
- open a command line, xrandr = what does it say?
- did you try the solution from the Wiki ?
please report your findings
|
|
|
|
|
|
|