Created
January 23, 2016 16:15
-
-
Save allella/33f31c41028956c85b5f to your computer and use it in GitHub Desktop.
Ubuntu Unity Startup Script for Elo Touchscreen Calibration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# saved this to ~/.config/upstart/elo-touch.conf | |
start on desktop-start | |
stop on desktop-end | |
script | |
xinput set-int-prop "Elo Serial TouchScreen" "Evdev Axis Calibration" 32 3928 300 155 3736 | |
xinput set-int-prop "Elo Serial TouchScreen" "Evdev Axes Swap" 8 0 | |
end script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Intended as an example for http://www.orangecoat.com/how-to/converting-a-hiopos-plus-point-of-sale-to-ubuntu-with-working-elo-touchscreen