Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2015 22:53
Show Gist options
  • Save anonymous/0d64683994a0d78afdce to your computer and use it in GitHub Desktop.
Save anonymous/0d64683994a0d78afdce to your computer and use it in GitHub Desktop.
Calibrate BeagleBone Black touchscreen as root
#!/bin/sh
apt-get install xinput_calibrator
XAUTHORITY=~debian/.Xauthority DISPLAY=:0.0 xinput_calibrator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment