Description
I am trying to get a Meteor 10.1 touchscreen working with Debian 11 on a BeagleBone Black.
https://www.elecrow.com/wiki/meteor-screen-10122-ips-touch-screen-with-rgb-animated-light.html
It works fine on a Debian 7.11 image with the latest libts code based on commit bec90df.
On Debian 11, ts_calibrate seems to work fine. But when I run ts_test the cursor dos not follow the touches.
Dragging left to right moves the cursor from the top of the screen to the bottom in a little less than the full screen.
Dragging top to bottom move the cursor from the right of the screen to the left in about the middle third of the screen.
If I remove the /etc/pointercal file, ts_test then tracks the cursor with the touches.
My end use is with a SDL1.2 based app. On Debian 7.11 it works properly. On Debian 11 I get all kinds of garbage touch events. I have not dug into what the vents are yet.
Any idea?