Hello all,
I’m having troubles getting a “Dialogue Tech PenMount USB” touchscreen to calibrate properly on Ubuntu 22.04 LTS and kernel 5.15.0. I’ve tried the standard methods (i.e. input_calibrator both with the device number and without) and it seems to work but produces output like this:
Section "InputClass"
Identifier "calibration"
MatchProduct "!!Name_Of_TouchScreen!!"
Option "MinX" "534"
Option "MaxX" "3621"
Option "MinY" "451"
Option "MaxY" "3563"
Option "SwapXY" "0" # unless it was already set to 1
Option "InvertX" "0" # unless it was already set
Option "InvertY" "0" # unless it was already set
EndSection
Obviously, this doesn’t work, I’ve tried replacing the product name with “Dialogue Technology Corp. PenMount USB”, “PenMount Touch USB” and a bunch of other wordings, I’ve even tried leaving out the MatchProduct statement altogether, but no matter what I do, the touchscreen always misaligns, not allowing me to get to the topmost and bottom-most lines on screen.
I had previously run a 14.04 LTS (I know, ancient) on the same touchscreen, and there the calibration ran fine and reported different results in between roughly 100 and 1200.
Can anybody tell me what else to try or where to look for more clues? My xorg.conf is just the default (i.e. empty, except for the calibration data).
Best regard
Michael