Skip to content

Instantly share code, notes, and snippets.

@allella
Created January 23, 2016 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allella/33f31c41028956c85b5f to your computer and use it in GitHub Desktop.
Save allella/33f31c41028956c85b5f to your computer and use it in GitHub Desktop.
Ubuntu Unity Startup Script for Elo Touchscreen Calibration
# 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
@allella
Copy link
Author

allella commented Jan 23, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment