I have a usb touchscreen and a calibration app, but whenever the usb gets bumped it uncalibrates. Is there a way to permanently calibrate it?
Asked
Active
Viewed 2.1k times
1 Answers
4
You don't say what calibration app you are using, but I found using xinput_calibrator
the app spits out a code snippet for you to cut and paste into a persistence file. The catch is, the correct location of that file (if you are using Ubuntu) is NOT the same as the one it prescribes. The correct location on Ubuntu is in /usr/share/X11/xorg.conf.d/
.
After creating the 99-calibration.conf
file in the correct location, logging out and logging in again should not affect the calibration.
You can download and install xinput_calibrator
via apt-get from the Ubuntu repositories:
sudo apt-get install xinput-calibrator

Bobble
- 1,451
xinput_calibrator
, but as you point out the package name uses a hyphen, i.e.xinput-calibrator
. – Bobble Jan 29 '16 at 10:32xinput_calibrator
. – rdtsc Jun 02 '23 at 17:51