Created
January 15, 2015 22:53
-
-
Save anonymous/0d64683994a0d78afdce to your computer and use it in GitHub Desktop.
Calibrate BeagleBone Black touchscreen as root
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
#!/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