File: org.freedesktop.software.xinput_calibrator.metainfo.xml

package info (click to toggle)
xinput-calibrator 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: sh: 4,420; cpp: 2,200; makefile: 66; xml: 24
file content (24 lines) | stat: -rw-r--r-- 1,055 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>org.freedesktop.software.xinput_calibrator</id>
  <metadata_license>MIT</metadata_license>
  <name>xinput-calibrator</name>
  <summary>Generic touchscreen calibration program for X.Org</summary>
  <description>
    <p>xinput-calibrator is a tool to calibrate touchscreens under X.Org.
    Its features include:</p>
    <ul>
      <li>work for any Xorg driver (use Xinput to get axis valuators);</li>
      <li>output the calibration as Xorg.conf, HAL policy and udev rule;</li>
      <li>support advanced driver options, such as Evdev's dynamic calibration;</li>
      <li>have a very intuitive GUI (normal X client);</li>
    </ul>
  </description>
  <url type="homepage">http://www.freedesktop.org/wiki/Software/xinput_calibrator/</url>
  <launchable type="desktop-id">xinput_calibrator.desktop</launchable>
  <provides>
    <modalias>lkmodule:usbtouchscreen</modalias>
    <modalias>usb:v0EEFp0001d*</modalias>
    <modalias>usb:v05A4p9999d*</modalias>
  </provides>
</component>