luca219 Posted December 19, 2015 Posted December 19, 2015 hi all, i have a doubt about cubieboard3 and cubietruck 3.4.104-sunxi. Tipically use this board with network and SSH , but sometimes i need attach monitor VGA and sometimes monitor HDMI. Now work only VGA, HDMI never works. my /boot/cubietruck.fex is: [disp_init] disp_init_enable = 1 disp_mode = 0 screen0_output_type = 4 screen0_output_mode = 4 screen1_output_type = 0 screen1_output_mode = 4 fb0_width = 1024 fb0_height = 768 I can setup output cubietruck autosense? regards
luca219 Posted December 20, 2015 Author Posted December 20, 2015 http://linux-sunxi.org/Fex_Guide#disp_init_configuration I found these notes, can someone help me understand better?thank you
Igor Posted December 20, 2015 Posted December 20, 2015 Each time you edit you need to convert back to .bin by using fex2bin and bin2fex utils. screen0_output_type = 4 # 4 = VGA # 3 = HDMI You need to reboot each time you change those settings.
luca219 Posted December 21, 2015 Author Posted December 21, 2015 thanks for the reply Igor.Last question, what is the difference between screen0 and screen1?I can set screen0 for VGA = 4and screen1 for hdmi = 3 is possible?thank you
Recommended Posts