Touchscreen Calibration and Repair Catch22 (LINUX)
Posted: Tue Dec 31, 2013 2:13 am
First the fix, then the explanation. 
IF AFTER BIOS CHANGE OR HDD SWAP:
TS does not calibrate.
Cursor motion IS detected in lower right quadrant. (see below near end)
Unit is running Linux of any sort using xorg-calibrator.
In terminal:
What will be seen is on tapping the first red x (+) the cursor will be seen in the lower corner, 2 inches up and three inches in towards the center on machines using xinput-calibrator.
Actually it can happen on W7(Vista) with a different fix. That's what the reset box is for in tablet calibrator.

IF AFTER BIOS CHANGE OR HDD SWAP:
TS does not calibrate.
Cursor motion IS detected in lower right quadrant. (see below near end)
Unit is running Linux of any sort using xorg-calibrator.
In terminal:
Code: Select all
sudo gedit /etc/X11/xorg.conf.d/99-calibration.conf
Run calibrate again and plug in the numbers. (hint: run it enough so that the cursor falls exactly on the red x'es. Usually three times.)Edit minx to 0, maxx to 16000 miny to 0 maxy 16000 and re-boot,set to defaults and [F10].
Please don't get excited here if you have a bad touch panel. This is as mentioned above a sudden change from working to non-working after a bios change.or when swapping a drive between machines. I do it daily.Explanation:
What we have done on machine is create a box with 99-calibration.conf that is 1/4 the screen size. Then, when we attempt to calibrate after a bios change the numbers are out of range (Parameter error). Background: When a unit is first loaded w/OS (Linux, Mint etc.)EVDEV assigns 0 and 16,500+ on the first go round with the calibrator. That's why it works the first time the system is loaded and only shows up later with a bios change.

Actually it can happen on W7(Vista) with a different fix. That's what the reset box is for in tablet calibrator.