Hi all I have installed the Linaro Ubuntu 12.04 LTS in my udoo quad core, with the display of a LG 42" TV. It works but the resolution shown is 1900x1080, and it can't be changed, because is the only resolution that appears in the display configuration. This resolution hurts my eyes. I have a pc plugged with te same tv (via vga connection) and it shows a confortable 1366x768 resolution. Can you help me? Thank you in advance.
You need to stop the boot process via serial console and change the following: Code: setenv mmcargs setenv bootargs console=${console},${baudrate} root=${mmcroot} ${hdmi_patch} fbmem=24M video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 with the resolution of your 42" (change 1920x1080M@60,bpp=32 to yourresolutionM@60,bpp=32) then Code: saveenv and Code: boot Let me know if it works