项目作者: cyrillwork
项目描述 :
Calibration program for Linux
高级语言: C++
项目地址: git://github.com/cyrillwork/CuteCalibrator.git
For build (You need gcc >= 4.7, cmake, boost, X11_dev, X11_Xi_Lib, gtkmm)
run ./build.sh
For help
./xinput_calibrator —help
For run
./xinput_calibrator —path ./pic/
Improvements compared to original xinput_calibtator
- A nicer design:)
- X and Y to option geometry. This is used to calibrate multi-touch system.
- Mode touch detected (option touch_id). This is used to determinate id touch in multi-touch system.
- Test mode for checking current calibration.
- Mode that combines “touch_id” and calibration (option crtc). In this mode, the “xinput map-to-output id output” command is automatically executed after definition touch_id.
Deterioration
- Work only with evdev.