<?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: Multitouch on imx6 with Qt 5.1</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300089#M37647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m running Qt 5.1.1.  See attached file “OPTI Medical Build.htm” for process to build SD image, SDK, and Qt 5.1.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 17:03:26 GMT</pubDate>
    <dc:creator>bryan_prather</dc:creator>
    <dc:date>2014-04-22T17:03:26Z</dc:date>
    <item>
      <title>Multitouch on imx6 with Qt 5.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300085#M37643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know what is required to get multitouch to work on an imx6 with Qt 5?&amp;nbsp; I have a nitrogen6x board with FT5x06 pcap.&amp;nbsp; I&lt;SPAN style="font-size: 10pt;"&gt; tried the &lt;SPAN style="font-family: Arial, sans-serif; color: black;"&gt;E&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;vdevTouch but it doesn't work at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 17:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300085#M37643</guid>
      <dc:creator>bryan_prather</dc:creator>
      <dc:date>2014-04-18T17:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multitouch on imx6 with Qt 5.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300086#M37644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested a Qt-5 build with Cinematic Experience demo, and things&lt;/P&gt;&lt;P&gt;appeared to work without any command-line argument for the touch&lt;/P&gt;&lt;P&gt;screen:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root@nitrogen6x:/usr/bin# ./Qt5_CinematicExperience -platform eglfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built with multi-touch support by patching nitrogen6x/defconfig&lt;/P&gt;&lt;P&gt;as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;diff --git a/recipes-kernel/linux/linux-boundary-3.0.35/nitrogen6x/defconfig b/r
index 11e0729..97ba84c 100644
--- a/recipes-kernel/linux/linux-boundary-3.0.35/nitrogen6x/defconfig
+++ b/recipes-kernel/linux/linux-boundary-3.0.35/nitrogen6x/defconfig
@@ -130,7 +130,7 @@ CONFIG_INPUT_TOUCHSCREEN=y
 CONFIG_TOUCHSCREEN_EGALAX=y
 CONFIG_TOUCHSCREEN_EGALAX_SINGLE_TOUCH=y
 CONFIG_TOUCHSCREEN_FT5X06=y
-CONFIG_TOUCHSCREEN_FT5X06_SINGLE_TOUCH=y
+# CONFIG_TOUCHSCREEN_FT5X06_SINGLE_TOUCH is not set
 CONFIG_TOUCHSCREEN_TSC2004=y
 CONFIG_INPUT_MISC=y
 CONFIG_INPUT_UINPUT=y
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What app(s) are you using to determine if multi-touch is functional?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Cinematic experience demo doesn't appear to do anything with&lt;/P&gt;&lt;P&gt;multi-touch gestures (pinch, zoom).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 19:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300086#M37644</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2014-04-21T19:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multitouch on imx6 with Qt 5.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300087#M37645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don’t supply the tslib plugin then the touch doesn’t work for the cinematic experience demo.  When I build Linux with single touch disabled then I get no touch input in any application including the cinematic experience demo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 12:46:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300087#M37645</guid>
      <dc:creator>bryan_prather</dc:creator>
      <dc:date>2014-04-22T12:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multitouch on imx6 with Qt 5.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300088#M37646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm not sure whether this is a build-time issue or a configuration issue, but you're seeing different results from our local testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of Qt5 are you running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you configure it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 16:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300088#M37646</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2014-04-22T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multitouch on imx6 with Qt 5.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300089#M37647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m running Qt 5.1.1.  See attached file “OPTI Medical Build.htm” for process to build SD image, SDK, and Qt 5.1.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:03:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300089#M37647</guid>
      <dc:creator>bryan_prather</dc:creator>
      <dc:date>2014-04-22T17:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multitouch on imx6 with Qt 5.1</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300090#M37648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll walk through that and see how it differs from a build of ours. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, can I get you to try this image (Qt 5.2.1 from meta-qt5):&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://boundarydevices.com/eula?file=core-image-minimal-nitrogen6x-20140422163925.rootfs.sdcard.gz"&gt;http://boundarydevices.com/eula?file=core-image-minimal-nitrogen6x-20140422163925.rootfs.sdcard.gz&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multitouch-on-imx6-with-Qt-5-1/m-p/300090#M37648</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2014-04-22T17:16:35Z</dc:date>
    </item>
  </channel>
</rss>

