• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


RSS
Révision l'heure Auteur
c87e355 tonio_rebase 2011-04-20 19:24:48 Antoine Hue

Fixing xinput_do_set_prop into cleaner xinput_do_set_int_prop Also fixing property issue on invert axes

63e7816 2011-04-20 19:24:48 Antoine Hue

Fixing some error handling.

e4ffde5 2011-04-20 19:24:48 Antoine Hue

Managing correctly X/Y swap and X or Y inversion: - detect swap and inversion modification - take into account for inversion in calibration computation since Evdev is doing inversion after calibration. - Mainly tested for Evdev based driver. To be tested for USB.

Sorting outputs to stdout in such a way to only get calibration commands at output => scriptable.

62ca678 2011-04-20 19:24:48 Antoine Hue

Fixing .gitignore

4cc7337 2011-04-20 19:24:48 Antoine Hue

Completing file reorganization with correct headers

eed08ae 2011-04-20 19:24:48 Antoine Hue

Software engineering to avoid #include "XXX.cpp": + file headers + correct includes

8d4fd97 2011-04-20 19:24:48 Florian Echtler

added support for --geometry parameter (needed, e.g., on Nvidia Twinview)

0960015 v0.7.5 2010-09-13 04:36:05 Tias Guns

Release v0.7.5

1c1cbbe 2010-09-13 04:14:15 Tias Guns

make: move icon/desktop installation into scripts/Makefile.am (suggested by Paul Wise)

90ab6a7 2010-09-13 04:14:07 Tias Guns

manpage: use dist_man_MANS instead of man_MANS and EXTRA_DIST (suggested by Paul Wise)

c7bbd3b 2010-09-13 04:13:35 Tias Guns

icon: update mentioned license of the hand from human-icon-theme

See
http://bazaar.launchpad.net/~ubuntu-art-pkg/human-icon-theme/ubuntu/revision/103
for the upstream commit:
'Update COPYING to CC-BY-SA 3.0, as declared and intended in
debian/copyright.'

9db9646 2010-09-13 01:18:17 Tias Guns

manpage: switch troubleshooting and examples order

b2753b9 2010-09-13 01:18:07 Tias Guns

manpage: remove mention of pointercal script, xorg.conf.d etc are now preferred

b11d653 2010-09-13 01:14:00 Tias Guns

manpage: simplify 'usage' section: do not list the different configs (would be too many options) + minor changes to troubleshoot section

df2b8c9 2010-09-13 00:37:32 Tias Guns

manpage: remove mentions of udev configuration

2801b51 2010-09-13 00:35:06 Tias Guns

manpage: add --output-type option

4de3434 2010-09-13 00:31:44 Tias Guns

manpage: description cleanups

ac29e2e 2010-09-13 00:25:18 Tias Guns

add hal output for evdev (not used by auto, not recommended)

only use on old systems lacking xorg.conf.d support but with a
recent evdev

9b87089 2010-09-13 00:11:46 Tias Guns

add --output-type option to select output type (default: auto, automatically selects best option)

a3a4078 2010-09-12 23:02:31 Tias Guns

put output of xorg.conf.d/hal/xinput in separate functions

af52242 2010-09-12 05:34:50 Tias Guns

lang: 'change to' instead of 'change by'

64000e5 2010-09-12 05:33:16 Tias Guns

dynamically detect xorg.conf.d support

8f14ada 2010-08-16 06:52:23 Tias Guns

use detected sysfs name in output when possible

d76117b 2010-08-16 06:52:23 Tias Guns

sysfs name detection, checks whether device name is sysfs name

9dbf133 2010-08-16 06:52:23 Tias Guns

clean up explanation of making calibration permanent for evdev

No hal policy file because older evdevs can not be set using a config, and newer ones will be bundled with xorg.conf.d support

c4d5ba8 2010-08-16 06:52:23 Tias Guns

clean up explanation of making calibration permanent for standard xorg drivers

f4a7fda 2010-08-16 06:52:23 Tias Guns

remove xorg.conf mention (superseded by xorg.conf.d snippet, or HAL on
older systems)

The xorg.conf option is not as straightforward as I thought:
Since hotplugging with HAL, the Input Sections of xorg.conf are
automatically ignored. When adding an input section, one would have to
disable hotplugging with Option "AutoAddDevices" "false".
But it is a lot simpler to just write a HAL policy file in that case.

e2a4c06 2010-08-16 06:52:23 Tias Guns

swap_xy, better document the difference between detecting the need to swap it, and the new swap_xy value

3535b3c 2010-08-16 06:52:23 Tias Guns

replace udev rule by xorg.conf.d snippet for standard xorg drivers too

e3b0f24 2010-08-16 06:52:23 Tias Guns

xorg.conf.d snippet for standard xorg drivers too