Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    evdevkeyboard plugin with directfb platform

    Mobile and Embedded
    1
    1
    675
    Loading More Posts
    • 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.
    • C
      Chad Barbe last edited by

      Hi, I'm trying to test out the directfb platform running on linux with qt 5 but am having trouble getting keyboard input to work. If I use this command line to run my program named "PhoneGUI":

      env LD_LIBRARY_PATH=/lib QWS_DEPTH=1 QT_QPA_PLATFORM
      _PLUGIN_PATH=/plugins QT_QPA_FONTDIR=/lib/fonts ./PhoneGUI -platform linuxfb -pl
      ugin evdevkeyboard:/dev/input/event1 -depth 1

      I get keyboard input just fine. But if i use this:

      /mnt/tmp/qtinstall/qtapps # env LD_LIBRARY_PATH=/lib QWS_DEPTH=1 QT_QPA_PLATFORM
      _PLUGIN_PATH=/plugins QT_QPA_FONTDIR=/lib/fonts ./PhoneGUI -platform directfb -p
      lugin evdevkeyboard:/dev/input/event1 -depth 1

      I get no keyboard input.

      Thoughts?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post