<?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>i.MX ProcessorsのトピックRe: Android KitKat touch misaligned, yres_virtual wrong</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329323#M44339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have sent a sample of my board and screen to the touch screen supplier for calibration. Hopefully that will solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 15:14:15 GMT</pubDate>
    <dc:creator>mukelarvin</dc:creator>
    <dc:date>2015-02-11T15:14:15Z</dc:date>
    <item>
      <title>Android KitKat touch misaligned, yres_virtual wrong</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329320#M44336</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;My touchscreen isn't working quite right. The touch is being reported incorrectly on the Y axis. I noticed the following lines in Logcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14224833671976540" jivemacro_uid="_14224833671976540"&gt;
&lt;P&gt;W/imx6.gralloc( 2101): 32bpp setting of Framebuffer catched!&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): using (fd=15)&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = DISP3 BG&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): xres&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 480 px&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): yres&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 800 px&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): xres_virtual = 480 px&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;W/imx6.gralloc( 2101): yres_virtual = 2688 px&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): bpp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 32&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): r&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; 0:8&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): g&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; 8:8&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 16:8&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): width&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 76 mm (160.421051 dpi)&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): height&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 127 mm (160.000000 dpi)&lt;/P&gt;
&lt;P&gt;W/imx6.gralloc( 2101): refresh rate = 65.20 Hz&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be the source of my problem. Does anyone know where this value is originally being computed? Is it in the graphics driver or in the touchscreen driver (Goodix GT968)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 22:22:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329320#M44336</guid>
      <dc:creator>mukelarvin</dc:creator>
      <dc:date>2015-01-28T22:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Android KitKat touch misaligned, yres_virtual wrong</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329321#M44337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright I think I may be on the wrong trail. According to this page &lt;A href="http://www.phonesdevelopers.com/1721566/"&gt;http://www.phonesdevelopers.com/1721566/&lt;/A&gt; the yres_virtual is deliberately larger than the yres.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: justify;"&gt;&lt;EM&gt;Based on the initialization process EGLDisplaySurface if the framebuffer yres_virtual is greater than yres then framebuffer directly used for double buffering;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: justify;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: justify;"&gt;My finger location/pointer location mismatch may be a problem in my touch IC calibration array.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 15:07:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329321#M44337</guid>
      <dc:creator>mukelarvin</dc:creator>
      <dc:date>2015-01-30T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Android KitKat touch misaligned, yres_virtual wrong</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329322#M44338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to check your IC calibration?, I believe the problem is there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329322#M44338</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2015-02-05T20:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Android KitKat touch misaligned, yres_virtual wrong</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329323#M44339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have sent a sample of my board and screen to the touch screen supplier for calibration. Hopefully that will solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329323#M44339</guid>
      <dc:creator>mukelarvin</dc:creator>
      <dc:date>2015-02-11T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Android KitKat touch misaligned, yres_virtual wrong</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329324#M44340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep us posted on this please!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329324#M44340</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2015-02-11T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Android KitKat touch misaligned, yres_virtual wrong</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329325#M44341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; we are having a display with touch IC as GT911.&lt;/P&gt;&lt;P&gt;we required the GT911 drivers to add support to the Android Kitkat 4.4.2&amp;nbsp; in iMX6SL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 06:16:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-KitKat-touch-misaligned-yres-virtual-wrong/m-p/329325#M44341</guid>
      <dc:creator>jansirani</dc:creator>
      <dc:date>2016-10-18T06:16:02Z</dc:date>
    </item>
  </channel>
</rss>

