Linaro Ubuntu 12.04 LTS - HDMI TV

Discussion in 'Linux Ubuntu' started by pepetony, Jun 12, 2014.

  1. pepetony

    pepetony New Member

    Joined:
    Jun 12, 2014
    Messages:
    1
    Likes Received:
    0
    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.
     
  2. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    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
     

Share This Page