<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Setting the screen resolution in Ubuntu in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223628#M15367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I connect a a DVI monitor with an HDMI DVI cable then typing the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;cat /sys/class/graphics/fb0/modes&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;V:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;U:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It would appear the a monitor with a DVI interface is not being interrogated properly so ubuntu defaults to the above mode. I have repeated the above test with a TV with HDMI and it yielded the following modes:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1920x1080p-24&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:720x576p-50&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:720x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1280x720p-50&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1280x720p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1920x1080p-50&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1920x1080p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;V:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;D:1920x1080p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;U:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly how can I configure ubuntu to default to a higher resolution and how do I make ubuntu recognise a DVI device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 10:52:41 GMT</pubDate>
    <dc:creator>andrewellis</dc:creator>
    <dc:date>2013-03-25T10:52:41Z</dc:date>
    <item>
      <title>Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223626#M15365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed ubuntu onto my SabreSD evaluation board. In the command line parameters I specify that the monitor I'm using is 1280x1024, but when Ubuntu boots the screen is stuck at 640x480, there's nothing I can do to change it. The settings program does not allow me to change the resolution, I've tried using &lt;EM&gt;xrandr -addmode mxcfb0 1280x1024&lt;/EM&gt; and used &lt;EM&gt;hdmi&lt;/EM&gt; instead of &lt;EM&gt;mxcfb0&lt;/EM&gt; but had no success, I just got a message saying it could not find the output specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command line I specify in the uboot environment is&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;setenv bootargs_mmc setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcfb0:dev=hdmi,1280x1024M@60,if=RGB24 video=mxcfb1:off video=mxcfb2:off fbmem=28M ip=dhcp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the monitor on another system at 1280x1024 so I know it should work.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;What do I need to do to change the screen resolution in ubuntu?&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Incidently I have the same issue when running Android as supplied with the kit.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 18:15:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223626#M15365</guid>
      <dc:creator>andrewellis</dc:creator>
      <dc:date>2013-03-13T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223627#M15366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you plug the hdmi in /sys/class/graphics/fb0 modes do you see the supported resolutions of your monitor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cat /sys/class/graphics/fb0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 20:52:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223627#M15366</guid>
      <dc:creator>ChucoChe</dc:creator>
      <dc:date>2013-03-22T20:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223628#M15367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I connect a a DVI monitor with an HDMI DVI cable then typing the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;cat /sys/class/graphics/fb0/modes&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;V:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;U:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It would appear the a monitor with a DVI interface is not being interrogated properly so ubuntu defaults to the above mode. I have repeated the above test with a TV with HDMI and it yielded the following modes:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1920x1080p-24&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:720x576p-50&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:720x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1280x720p-50&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1280x720p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1920x1080p-50&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;S:1920x1080p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;V:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;D:1920x1080p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;U:640x480p-60&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly how can I configure ubuntu to default to a higher resolution and how do I make ubuntu recognise a DVI device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 10:52:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223628#M15367</guid>
      <dc:creator>andrewellis</dc:creator>
      <dc:date>2013-03-25T10:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223629#M15368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added some printks to my code to observer what is happening at boot up the output I've got is shown below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_sdc_fb mxc_sdc_fb.0: register mxc display driver hdmi&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_disp_init&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi mxc_hdmi: Detected HDMI controller 0x13:0xa:0xa0:0xc1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;fbcvt: 1280x1024@60: CVT Name - 1.310M4&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;imx-ipuv3 imx-ipuv3.0: WARNING: adapt panel end blank lines&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;imx-ipuv3 imx-ipuv3.0: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;imx-ipuv3 imx-ipuv3.0: WARNING: adapt panel end blank lines&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Console: switching to colour frame buffer device 160x64&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_sdc_fb mxc_sdc_fb.1: Can't get fb option for mxcfb1!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_sdc_fb mxc_sdc_fb.2: Can't get fb option for mxcfb2!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_sdc_fb mxc_sdc_fb.3: register mxc display driver ldb&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_read_edid&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_read&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;_regulator_get: get() with no identifier&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;imx-sdma imx-sdma: loaded firmware 1.1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display is GTF capable&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_read_edid: modes found&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1280 yres: 1024&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 720 yres: 400&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 640 yres: 480&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 640 yres: 480&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 640 yres: 480&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 640 yres: 480&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 800 yres: 600&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 800 yres: 600&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 800 yres: 600&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 800 yres: 600&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 832 yres: 624&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1024 yres: 768&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1024 yres: 768&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1024 yres: 768&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1280 yres: 1024&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1280 yres: 1024&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1152 yres: 864&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 1280 yres: 960&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 640 yres: 512&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 640 yres: 360&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 720 yres: 405&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;fbcvt: 1280x1024@60: CVT Name - 1.310M4&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;imx-sdma imx-sdma: initialized&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;FB_EVENT_MODE_CHANGE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_setup&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_setup: DVI mode&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Serial: IMX driver&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;imx-uart.2: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_fb_event HDMI device mxc_hdmi ID -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;FB_EVENT_MODE_CHANGE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_setup&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_edid_mode_to_vic xres: 640 yres: 480&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;mxc_hdmi_setup: DVI mode&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;console [ttymxc0] enabled, bootconsole disabled&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It appears that information about the display is being overwritten. To begin with it can be seen that a range of modes are being found from the display, then the mode information is being erased and replace with 640x480. I'm not yet sure whats going on. Does anyone have anyideas as to what is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 18:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223629#M15368</guid>
      <dc:creator>andrewellis</dc:creator>
      <dc:date>2013-03-25T18:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223630#M15369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which BSP version are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect this was fixed in later versions of our BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 18:43:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223630#M15369</guid>
      <dc:creator>ChucoChe</dc:creator>
      <dc:date>2013-04-10T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223631#M15370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using L3.0.35_1.1.0_121218, which is the latest version available on the website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you been able to verify that this version works with a DVI monitor using an HDMI to DVI converter cable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 08:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223631#M15370</guid>
      <dc:creator>andrewellis</dc:creator>
      <dc:date>2013-04-11T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223632#M15371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I haven't tried Ubuntu and HDMI to DVI cable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find someone who has.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 14:35:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223632#M15371</guid>
      <dc:creator>ChucoChe</dc:creator>
      <dc:date>2013-04-11T14:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223633#M15372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have reproduced the issue. Apparently it only happens when using a HDMI to DVI cable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get a solution for this problem but it would be a better idea to simply use a HDMI to HDMI cable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 19:45:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223633#M15372</guid>
      <dc:creator>ChucoChe</dc:creator>
      <dc:date>2013-04-11T19:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the screen resolution in Ubuntu</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223634#M15373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale doesn't supports non CEA mode. Apparently it may work with some monitors but it's not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 17:40:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-screen-resolution-in-Ubuntu/m-p/223634#M15373</guid>
      <dc:creator>ChucoChe</dc:creator>
      <dc:date>2013-04-26T17:40:19Z</dc:date>
    </item>
  </channel>
</rss>

