|
Edited by dni at 2015-11-7 19:02
Hi,
the only solution for now is to set script.bin to following:
- [disp_init]
- disp_init_enable = 1
- disp_mode = 0
- <b>screen0_output_type = 3</b>
- <b>screen0_output_mode = 5</b>
- screen1_output_type = 3
- screen1_output_mode = 5
- <b>fb0_scaler_mode_enable = 1</b>
- fb0_format = 0
- <b>fb0_width = 1280</b>
- <b>fb0_height = 1024</b>
- fb1_format = 0
- fb1_width = 0
- fb1_height = 0
- sunxi_fb_mem_reserve = 32
- [hdmi_para]
- hdmi_used = 1
- hdmi_power = "vcc-hdmi-18"
- hdmi_cts_compatibility = 1
Copy code
This works for me, but the quality is not the best...
Im working to patch the kernel like the user zibob mentioned here http://www.orangepi.org/orangepi ... 4743&fromuid=190030, but untill now i cant get it to work... |
|