You can update the following section for calibration data:
Option "MinX" "0"
Option "MinY" "0"
Option "MaxX" "4352"
Option "MaxY" "3200"
Be frankly speaking, I didn’t recall the calibration program for lucid. We also spent the efforts to calibrate it before because the touch screen in early Ubuntu delivery is not used widely.
You can check the algorithm in evtouch and see how it compute x, y. For driver logs, you can log out X, Y points when pressing. For example:
input_set_abs_params(dev, ABS_X, 0, DA9052_DISPLAY_X_MAX, 0, 0);
input_set_abs_params(dev, ABS_Y, 0, DA9052_DISPLAY_Y_MAX, 0, 0);
input_set_abs_params(dev, ABS_PRESSURE, 0, DA9052_TOUCH_PRESSURE_MAX,