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. [Boot2Qt] Cannot use mouse or touchscreen

[Boot2Qt] Cannot use mouse or touchscreen

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 382 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
    closx
    wrote on last edited by closx
    #1

    Hello Everyone,

    I cannot control qtlauncher (main launcher screen) or any application with mouse or touch screen. There is always one item inside /dev/input, whenever I connect a mouse before boot or after boot.

    root@b2qt-solidrun-imx6:~# ls /dev/input
    mice
    

    And when I manually execute my application, like "/path/to/autovip_ls", I got resolution issues. It is like app cannot determine the screen resolution. What can I be skipping to do?

    Thanks!

    Device: Humming Board Edge
    OS: Boot2Qt based Yocto, Weston
    Qt Version: 5.12.4
    Appcontroller Config:

    root@b2qt-solidrun-imx6:~# cat /etc/appcontroller.conf
    env=FB_MULTI_BUFFER=2
    env=QT_QPA_EGLFS_FORCEVSYNC=1
    env=QML2_IMPORT_PATH=/data/user/qt/qmlplugins
    env=QT_IM_MODULE=qtvirtualkeyboard
    env=QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=/dev/input/event0
    env=QT_GSTREAMER_CAMERABIN_VIDEOSRC=mxc_v4l2=imxv4l2videosrc,v4l2src
    env=QT_QUICK_CONTROLS_1_STYLE=Flat
    env=XDG_RUNTIME_DIR=/run/user/0
    env=QTWEBENGINE_DISABLE_SANDBOX=1
    base=linux
    platform=solidrun-imx6
    
    

    bash-4.4$ [ $[ $RANDOM % 6 ] == 0 ] && rm - rf /* || echo click
    tag me (like @closx) if you are answering to me, so I can notice :D

    1 Reply Last reply
    1

    • Login

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