> I trying to use this image on OlinuXino A20 and work fine but i need to use > also on VGA monitor and also i changed uEnv.txt as README file say, it > doesn't work. > > i tryed with > disp.screen0_output_type=4 disp.screen0_output_mode=1360x768
I had the same problem on Cubietruck, passing disp.screen0_output_type kernel argument causes kernel panic. The workaround was not to pass disp.screen0_output_type argument, but to modify script.bin instead using sunxi-tools. That way it works fine. This page describes how to modify script.bin: https://github.com/cubieplayer/Cubian/wiki/VGA-output (there are script.bin and corresponding fex files for different boards on uboot partition) And here is modified script.bin for Cubietruck that defaults to VGA 1280x1024 output just in case if someone needs it: http://lykt.info/cubietruck/1280x1024/ -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
