element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Touchscreen input driver for Debian/Raspbian
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 5 replies
  • Subscribers 666 subscribers
  • Views 805 views
  • Users 0 members are here
  • raspberry_pi
Related

Touchscreen input driver for Debian/Raspbian

Former Member
Former Member over 9 years ago

Hello, do you all make the source code available for your 7" raspberry pi touchscreen?  I and others are am having issues getting it to work with JavaFX.  The driver work inside of X11 applications, but JavaFX is very light, and uses the devices directly, and I am getting this issue:

 

SEVERE: 746 udevInput.c:1596 lens_input_pointerEvents_handleSync: malformed multi touch event - ignoring

 

If I cannot solve this I will need to return the device.

 

-Pete.

  • Sign in to reply
  • Cancel
  • clem57
    0 clem57 over 9 years ago

    You do not say what you are using but this may work as touch input: https://kivy.org/docs/contribute.html

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • element14support
    0 element14support over 9 years ago

    Hello ziupe

    Welcome to the element14 Community, we hope you enjoy it! I will move this over to the Raspberry Pi Accessories area as it is a better fit.

     

    Thank you,

     

    Jamie

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to element14support

    [sorry if this double posts...]


    Cleam,

     

    Thanks for the quick response;  my apologies for the lack of details.  Here is what I am using:

     

    •   Raspberry Pi 7” touch display packaged under the name “element14”
    •   Raspberry Pi B running Raspbian Nov. 2015 with updates
    •   Oracle Java 8u65, NetBeans, running the default "Hello World" JavaFX example app you get from creating a new JavaFX project.

     

     

    I thought I would try to investigate why JavaFX is seeing the driver data as invalid, and perhaps change the driver to add an option to output in a fashion JavaFX can understand.  Either that or switch to the OpenJDK and see if behavior is different.  I am guessing the place to look is the default driver packaged with Raspbian/Debian?  I found some interesting info on the below sites using cat on the /dev/input/.  I will take a closer look:

     

      https://www.raspberrypi.org/forums/viewtopic.php?f=108&t=121268

      http://www.jensd.de/wordpress/?p=845

     

    Also, thanks for the info at kivy, this might prove very handy if failing to find a solution to the issue.

     

    -Pete.

    (GMT -5)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to Former Member

    Looks like the way to go is OpenJFX: 

    • https://www.linkedin.com/pulse/oracle-just-removed-javafx-support-arm-jan-snelders
    • https://www.raspberrypi.org/forums/viewtopic.php?f=81&t=97367&p=678791#p678791
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to clem57

    Cleam,

     

    Thanks for the quick response;  my apologies for the lack of details.  I will connect and move the thread to Paul Regan <http://www.element14.com/community/people/psr>.  For the record, here is what I am using:

              

         Raspberry Pi 7” touch display packaged under the name “element14”

         Raspberry Pi B running Raspbian Nov. 2015 with updates

         Oracle Java 8u65, NetBeans, running the default "Hello World" JavaFX example app you get from creating a new JavaFX project.

     

    I thought I would try to investigate why JavaFX is seeing the driver data as invalid, and perhaps change the driver to add an option to output in a fashion JavaFX can understand.  Either that or switch to the OpenJDK and see if behavior is different.  I am guessing the place to look is the default driver packaged with Raspbian/Debian?  I found some interesting info on the below sites using cat on the /dev/input/.  I will take a closer look:

     

         https://www.raspberrypi.org/forums/viewtopic.php?f=108&t=121268 <https://www.raspberrypi.org/forums/viewtopic.php?f=108&t=121268>

         http://www.jensd.de/wordpress/?p=845 <http://www.jensd.de/wordpress/?p=845>

     

    Also, thanks for the info at kivy, this might prove very handy if failing to find a solution to the issue.

     

    -Pete.

    (GMT -5)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube