<?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 GUI Fitting Issue with 1920x360 Resolution on HDMI Display - i.MX8MP in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GUI-Fitting-Issue-with-1920x360-Resolution-on-HDMI-Display-i/m-p/1984400#M230275</link>
    <description>&lt;P&gt;Hello NXP Community,&lt;/P&gt;&lt;P&gt;I'm working with an i.MX8MP processor and a 1920x360 HDMI display. While the resolution displays correctly at 60Hz, I'm encountering an issue where the GUI doesn't fit properly within the display area.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Here are the values I am using in my EDID configuration:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;#define CLOCK 60000 /* kHz */&lt;BR /&gt;#define XPIX 1920&lt;BR /&gt;#define YPIX 360&lt;BR /&gt;#define XY_RATIO XY_RATIO_16_9 // Tried with XY_RATIO_16_3 as well, but no improvement&lt;BR /&gt;#define XBLANK 280&lt;BR /&gt;#define YBLANK 45&lt;BR /&gt;#define XOFFSET 88&lt;BR /&gt;#define XPULSE 44&lt;BR /&gt;#define YOFFSET 9&lt;BR /&gt;#define YPULSE 5&lt;BR /&gt;#define DPI 96&lt;BR /&gt;#define VFREQ 60 /* Hz */&lt;BR /&gt;#define TIMING_NAME "Linux FHD"&lt;BR /&gt;#define HSYNC_POL 1&lt;BR /&gt;#define VSYNC_POL 1&lt;BR /&gt;&lt;BR /&gt;The resolution itself (1920x360) displays correctly, but the GUI content extends beyond the visible screen area vertically. I’ve tried adjusting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;XY_RATIO&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;between 16:9 and 16:3 with no success. Additionally, I’ve experimented with increasing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;YBLANK&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;YOFFSET&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;values, but the GUI still does not fit as expected.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are there specific values I should prioritize adjusting (e.g., YBLANK, YOFFSET, or sync pulse settings) to achieve a proper vertical fit ?if yes ,What value ?&lt;/LI&gt;&lt;LI&gt;Is there any other area in the device tree or EDID settings I should verify or modify to resolve this vertical fit issue?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Any guidance on specific adjustments or other configurations to check would be much appreciated!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dheeraj&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 04:56:33 GMT</pubDate>
    <dc:creator>Dheeraj_8</dc:creator>
    <dc:date>2024-10-30T04:56:33Z</dc:date>
    <item>
      <title>GUI Fitting Issue with 1920x360 Resolution on HDMI Display - i.MX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GUI-Fitting-Issue-with-1920x360-Resolution-on-HDMI-Display-i/m-p/1984400#M230275</link>
      <description>&lt;P&gt;Hello NXP Community,&lt;/P&gt;&lt;P&gt;I'm working with an i.MX8MP processor and a 1920x360 HDMI display. While the resolution displays correctly at 60Hz, I'm encountering an issue where the GUI doesn't fit properly within the display area.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Here are the values I am using in my EDID configuration:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;#define CLOCK 60000 /* kHz */&lt;BR /&gt;#define XPIX 1920&lt;BR /&gt;#define YPIX 360&lt;BR /&gt;#define XY_RATIO XY_RATIO_16_9 // Tried with XY_RATIO_16_3 as well, but no improvement&lt;BR /&gt;#define XBLANK 280&lt;BR /&gt;#define YBLANK 45&lt;BR /&gt;#define XOFFSET 88&lt;BR /&gt;#define XPULSE 44&lt;BR /&gt;#define YOFFSET 9&lt;BR /&gt;#define YPULSE 5&lt;BR /&gt;#define DPI 96&lt;BR /&gt;#define VFREQ 60 /* Hz */&lt;BR /&gt;#define TIMING_NAME "Linux FHD"&lt;BR /&gt;#define HSYNC_POL 1&lt;BR /&gt;#define VSYNC_POL 1&lt;BR /&gt;&lt;BR /&gt;The resolution itself (1920x360) displays correctly, but the GUI content extends beyond the visible screen area vertically. I’ve tried adjusting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;XY_RATIO&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;between 16:9 and 16:3 with no success. Additionally, I’ve experimented with increasing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;YBLANK&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;YOFFSET&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;values, but the GUI still does not fit as expected.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are there specific values I should prioritize adjusting (e.g., YBLANK, YOFFSET, or sync pulse settings) to achieve a proper vertical fit ?if yes ,What value ?&lt;/LI&gt;&lt;LI&gt;Is there any other area in the device tree or EDID settings I should verify or modify to resolve this vertical fit issue?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Any guidance on specific adjustments or other configurations to check would be much appreciated!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dheeraj&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 04:56:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GUI-Fitting-Issue-with-1920x360-Resolution-on-HDMI-Display-i/m-p/1984400#M230275</guid>
      <dc:creator>Dheeraj_8</dc:creator>
      <dc:date>2024-10-30T04:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Fitting Issue with 1920x360 Resolution on HDMI Display - i.MX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GUI-Fitting-Issue-with-1920x360-Resolution-on-HDMI-Display-i/m-p/1985608#M230339</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You have to modify the LCD driver since your resolution is not supported by default.&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 14:32:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GUI-Fitting-Issue-with-1920x360-Resolution-on-HDMI-Display-i/m-p/1985608#M230339</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-10-31T14:32:08Z</dc:date>
    </item>
  </channel>
</rss>

