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. Problems with Multitouch on Debian Wheezy

Problems with Multitouch on Debian Wheezy

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

    Hi all,

    I have a debian wheezy system with Qt 5.5 and an USB Multitouch screen.

    • mtdev-test works and shows the correct number of recognized fingers (up to 10)
    • export QT_XCB_DEBUG_XINPUT_DEVICES=1 displays the following:
    # some other devices....
    qt.qpa.input.devices: input device  3M 3M MicroTouch USB controller
    qt.qpa.input.devices:    has 5 buttons
    qt.qpa.input.devices:    has valuator "Abs X" recognized? true
    qt.qpa.input.devices:    has valuator "Abs Y" recognized? true
    qt.qpa.input.devices:    has valuator "Abs MT Position X" recognized? true
    qt.qpa.input.devices:    has valuator "Abs MT Position Y" recognized? true
    qt.qpa.input.devices:    has valuator "" recognized? false
    qt.qpa.input.devices:    has valuator "" recognized? false
    qt.qpa.input.devices:    it's a scrolling device
    

    Well, okay... a scrolling device!?

    • export QT_LOGGING_RULES=qt.qpa.input=true and touching on the screen displays:
    qt.qpa.input: XI2 mouse motion 939,690, time 3870757
    qt.qpa.input: XI2 mouse motion 976,671, time 3870778
    qt.qpa.input: XI2 mouse motion 1025,648, time 3870778
    qt.qpa.input: XI2 mouse motion 1084,613, time 3870781
    qt.qpa.input: XI2 mouse motion 1151,576, time 3870789
    qt.qpa.input: XI2 mouse motion 1220,551, time 3870797
    
    

    So... Does anybody has an idea how to tell Qt that this is a multitouch device?
    Setting QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS to the appropriate event didn't helped.

    Thank you very much in advance!!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I think you should bring this question to the interest mailing list. You'll find there Qt's developers/maintainers (this forum is more user oriented)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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