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. evdevkeyboard plugin with directfb platform

evdevkeyboard plugin with directfb platform

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 750 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.
  • C Offline
    C Offline
    Chad Barbe
    wrote on last edited by
    #1

    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
    0

    • Login

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