• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

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
Rev. Time Author
1a42f78 rpm 2010-09-14 07:23:17 Tias Guns

rpm: v0.7.5

78c48ba 2010-09-14 07:22:52 Tias Guns

rpm: update description, add COPYING as doc file

b68138e 2010-09-14 07:21:48 Tias Guns

rpm: fix source0

97388e3 2010-09-14 07:19:11 Tias Guns

merge master, fix Makefile conflict

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

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

add swapaxes option to evdev conf snippet, fix some styling

59ee7d6 2010-08-16 06:52:23 Peter Hutterer

Print out an xorg.conf.d snippet for the configuration.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

9641068 2010-08-16 06:52:22 Peter Hutterer

Don't claim we support udev configuration.

Configuration of input devices through udev is a big no-no, it exposes us to
the same problems we had with HAL configuration (namely the
configuration-backend specific syntax instead of an X.Org-specific syntax).

Remove the printf statemnents for udev configuration. Server 1.8 that
introduced udev also introduced xorg.conf.d snippets so we can just use the
latter.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>