Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. In Qt 5.15.1, the environment variable QT_QPA_FB_TSLIB=1 is not working consistently.

In Qt 5.15.1, the environment variable QT_QPA_FB_TSLIB=1 is not working consistently.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 316 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.
  • A Offline
    A Offline
    Alexey_Golubev
    wrote on last edited by Alexey_Golubev
    #1

    I run the program with the -plugin tslib, and both the program and the touchscreen work. The full launch command is

    /home/pi/Qt_Projects/kiab/kiab -plugin tslib.
    

    If I write in ~/.profile

    export QT_QPA_FB_TSLIB=1
    

    and launch

    /home/pi/Qt_Projects/kiab/kiab
    

    ,the program works but the touchscreen does not.

    C 1 Reply Last reply
    0
    • A Alexey_Golubev

      I run the program with the -plugin tslib, and both the program and the touchscreen work. The full launch command is

      /home/pi/Qt_Projects/kiab/kiab -plugin tslib.
      

      If I write in ~/.profile

      export QT_QPA_FB_TSLIB=1
      

      and launch

      /home/pi/Qt_Projects/kiab/kiab
      

      ,the program works but the touchscreen does not.

      C Offline
      C Offline
      chris1058
      wrote on last edited by
      #2

      Hello, @Alexey_Golubev ADP Vantage Hcm

      To fix the touchscreen issue, add these lines to ~/.profile:

      export QT_QPA_PLATFORM=linuxfb
      export QT_QPA_FB_TSLIB=1
      export QT_QPA_GENERIC_PLUGINS=tslib
      

      Then, reload the profile and launch your program:

      source ~/.profile
      /home/pi/Qt_Projects/kiab/kiab
      

      I hope this information will be helpful for you
      Best Regards
      Chris Wright

      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