1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: xinput-calibrator
Section: utils
Priority: optional
Maintainer: Andrea Colangelo <warp10@debian.org>
Build-Depends: debhelper-compat (= 13),
pkgconf,
libx11-dev,
libxi-dev
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/xinput-calibrator.git
Vcs-Browser: https://salsa.debian.org/debian/xinput-calibrator
Homepage: https://gitlab.freedesktop.org/xorg/app/xinput-calibrator/
Rules-Requires-Root: no
Package: xinput-calibrator
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Generic touchscreen calibration program for X.Org
xinput-calibrator is a tool to calibrate touchscreens under X.Org.
Its features include:
- work for any Xorg driver (use Xinput to get axis valuators);
- output the calibration as Xorg.conf, HAL policy and udev rule;
- support advanced driver options, such as Evdev's dynamic calibration;
- have a very intuitive GUI (normal X client);
|