Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calibration fails when starting values are unusual #32

Open
craig22 opened this issue Sep 4, 2011 · 0 comments
Open

calibration fails when starting values are unusual #32

craig22 opened this issue Sep 4, 2011 · 0 comments

Comments

@craig22
Copy link

craig22 commented Sep 4, 2011

Calibration fails when initial calibration values are set to unusual and improper values:
[1]
xinput set-int-prop "Elo TouchSystems, Inc. Elo TouchSystems 2700 IntelliTouch(r) USB Touchmonitor Interface" "Evdev Axis Calibration" 32 0 1000 0 1000

[2]
xinput set-int-prop "Elo TouchSystems, Inc. Elo TouchSystems 2700 IntelliTouch(r) USB Touchmonitor Interface" "Evdev Axis Calibration" 32 0 0 0 0

[3]
xinput set-int-prop "Elo TouchSystems, Inc. Elo TouchSystems 2700 IntelliTouch(r) USB Touchmonitor Interface" "Evdev Axis Calibration" 32 825 3246 1151 2124

xinput_calibrator doesn't work in these cases.
[1] The first target accept a touch, but the second target touch is rejected as a mis-click.
[2] The first target accept a touch, but the second target ignores all touch attempts and resets the timer.
[3] All targets accept touches, but the resulting calibration 422, 3648, 990, 2283 is not even close to being correct.

When properly calibrated the values are approximately 0, 4000, 0, 4000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant