<?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 Using wayland in i.mx6 Quad in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-wayland-in-i-mx6-Quad/m-p/809290#M124817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using wayland in i.mx6 Quad.&lt;/P&gt;&lt;P&gt;Kernel version is 4.1.15 and Qt version is 5.8, wayland and weston version is 1.9.0.&lt;/P&gt;&lt;P&gt;I have some problem. That is combobox that makes Qt.&lt;/P&gt;&lt;P&gt;If you use the mouse, it will work normally, but if you use touch screen, Qt program will stop.&lt;/P&gt;&lt;P&gt;Please let me know if you know of a solution.. I have been having this problem for two months ... :smileysad:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2018 12:30:38 GMT</pubDate>
    <dc:creator>huhyangjae</dc:creator>
    <dc:date>2018-08-01T12:30:38Z</dc:date>
    <item>
      <title>Using wayland in i.mx6 Quad</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-wayland-in-i-mx6-Quad/m-p/809290#M124817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using wayland in i.mx6 Quad.&lt;/P&gt;&lt;P&gt;Kernel version is 4.1.15 and Qt version is 5.8, wayland and weston version is 1.9.0.&lt;/P&gt;&lt;P&gt;I have some problem. That is combobox that makes Qt.&lt;/P&gt;&lt;P&gt;If you use the mouse, it will work normally, but if you use touch screen, Qt program will stop.&lt;/P&gt;&lt;P&gt;Please let me know if you know of a solution.. I have been having this problem for two months ... :smileysad:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 12:30:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-wayland-in-i-mx6-Quad/m-p/809290#M124817</guid>
      <dc:creator>huhyangjae</dc:creator>
      <dc:date>2018-08-01T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using wayland in i.mx6 Quad</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-wayland-in-i-mx6-Quad/m-p/809291#M124818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Huh,&lt;/P&gt;&lt;P&gt;Please check the QT page:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://doc.qt.io/qt-5/embedded-linux.html" title="http://doc.qt.io/qt-5/embedded-linux.html"&gt;Qt for Embedded Linux | Qt 5.11&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also in&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device Drivers -&amp;gt; HID Devices -&amp;gt; Special HID drivers -&amp;gt; HID Multitouch panels&lt;/STRONG&gt; as an embedded driver (*) in my Kernel configuration, and then added touchscreen's Vendor ID and Device/Product ID to the kernel drivers table and rebuilt the Kernel.&lt;STRONG&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;this is the config file: &lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Input device support&lt;BR /&gt;#&lt;BR /&gt;CONFIG_INPUT=y&lt;BR /&gt;# CONFIG_INPUT_FF_MEMLESS is not set&lt;BR /&gt;&lt;EM&gt;CONFIG_INPUT_POLLDEV=y&lt;/EM&gt;&lt;BR /&gt;# CONFIG_INPUT_SPARSEKMAP is not set&lt;BR /&gt;# CONFIG_INPUT_MATRIXKMAP is not set&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# HID support&lt;BR /&gt;#&lt;BR /&gt;CONFIG_HID=y&lt;BR /&gt;# CONFIG_HID_BATTERY_STRENGTH is not set&lt;BR /&gt;# CONFIG_HIDRAW is not set&lt;BR /&gt;# CONFIG_UHID is not set&lt;BR /&gt;CONFIG_HID_GENERIC=y&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# USB HID support&lt;BR /&gt;#&lt;BR /&gt;CONFIG_USB_HID=y&lt;BR /&gt;# CONFIG_HID_PID is not set&lt;BR /&gt;# CONFIG_USB_HIDDEV is not set&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when you do lsmod output does not show hid_multitouch module - because you built as an embedded driver (not as a module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 20:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-wayland-in-i-mx6-Quad/m-p/809291#M124818</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2018-08-02T20:27:17Z</dc:date>
    </item>
  </channel>
</rss>

