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. Keyboard and mouse don’t work on Qt 4.8
Forum Updated to NodeBB v4.3 + New Features

Keyboard and mouse don’t work on Qt 4.8

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.7k Views 1 Watching
  • 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.
  • R Offline
    R Offline
    rogeriorps
    wrote on last edited by
    #1

    My keyboard and mouse don’t work on -QT- Qt4.8.

    I'm building -QT- Qt 4.8 for ARM (Freescale i.MX53 Quick Start Board) using the following configure line:

    @
    ./configure -platform linux-g++ -xplatform qws/linux-mxc-g++ -qpa arm -opengl es2 -release -opensource -arch arm -force-pkg-config -confirm-license -prefix /usr/local/Trolltech/qt-arm-4.8 -verbose -little-endian -host-little-endian -qt-kbd-tty -qt-mouse-tslib -qt-mouse-linuxinput -qt-kbd-linuxinput -qt-mouse-pc -phonon -multimedia -glib -fontconfig
    @
    I'm calling an example program as below:
    @
    ./wiggly -platform linuxfb -plugin LinuxInputKeyboard:/dev/input/event5 -plugin LinuxInputMouse:/dev/input/event3

    init_plugins 0 "created QLinuxInputKeyboardHandler(0x24238, name = "LinuxInputSubsystem Keyboard Handler")
    init_plugins 1 "LinuxInputMouse:/dev/input/event3"
    QLinuxInputMouseHandler "linuxinputmouse" "/dev/input/event3"
    created QLinuxInputMouseHandler(0x24778, name = "LinuxInputSubsystem Mouse Handler")
    @

    Although my keyboard and mouse works fine when I test using evtest (e.g. evtest /dev/input/event3), they don't work at all on -QT- Qt demos.

    Does anyone have any experience with kbd and mouse on -QT- Qt 4.8? Any advice/clue will be welcome!

    Thanks,
    Rogerio Pimentel

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zgchurch
      wrote on last edited by
      #2

      Rogerio,

      Did you make any progress on this? I'm currently seeing the same issue on the i.MX53-START-R board.

      Thanks,
      Zach

      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