Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. qt.qpa.input: X-less xkbcommon not available, not performing key mapping

qt.qpa.input: X-less xkbcommon not available, not performing key mapping

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    elliottal
    wrote on last edited by elliottal
    #1

    Hello,

    I have developed a qt application to run on an embedded linux device with a small touch screen. Everything works except for 'clicking' on something on the screen. The mouse is visable and I can move it around using the touch screen but I cannot click on anything. This pops up when I run my application: "qt.qpa.input: X-less xkbcommon not available, not performing key mapping." This certainly seems like it has to do with me not being able to click on something on the touchscreen but I am not certain and I'm also trying to figure out exactly how to solve this problem so any insight would be helpful. I havent found much information regarding this but I read somewhere that this should be provided with x-11 which I do have installed. I have also read that setting QT_QPA_EGLFS_NO_LIBINPUT=1 should fix this but It has not worked either.

    thanks for your time!

    1 Reply Last reply
    0
    • E Offline
      E Offline
      elliottal
      wrote on last edited by elliottal
      #2

      Just solved it after reading through the embedded linux section of qt again. setting QT_QPA_FB_DISABLE_INPUT=1 did the trick and now I am able to make clicks on the application via the touchscreen.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved