diff options
author | V'yacheslav Stetskevych <slava18@gmail.com> | 2011-01-11 23:21:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-11 23:21:15 -0600 |
commit | c3d2f9dc3cca26332d339f1dce6613b763494082 (patch) | |
tree | b8cc18328811287503f8ea7fd7c81f87d6f68d7f /system/xinput_calibrator/README | |
parent | fa25ab68b109bacd382ef7389faa5b788801ac1e (diff) | |
download | slackbuilds-c3d2f9dc3cca26332d339f1dce6613b763494082.tar.gz |
system/xinput_calibrator: Added (generic touchscreen calibrator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xinput_calibrator/README')
-rw-r--r-- | system/xinput_calibrator/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/xinput_calibrator/README b/system/xinput_calibrator/README new file mode 100644 index 0000000000..8f3bec4721 --- /dev/null +++ b/system/xinput_calibrator/README @@ -0,0 +1,7 @@ +xinput_calibrator (generic touchscreen calibrator for xorg) + +Fills the gap of touchscreen calibration software, featuring: +* works for any standard Xorg touchscreen driver (uses XInput) +* mis-click detection (prevents bogus calibration) +* dynamically recalibrates the evdev driver +* outputs the calibration as xorg.conf.d snippet or HAL policy file |