-
Notifications
You must be signed in to change notification settings - Fork 156
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
Calibrate touchscreen #46
Comments
Hey, sorry for taking some time to get back to this, I've been away from the keyboard for a while. I don't have a test device at hand right now, but have you tried just getting a terminal with |
Hey @jareware, thank you for the response! If I run your command, I get
If I change the ID to 1.0 or 2.0 I don't get the |
Uhh, interesting. Like I said, I don't have such a device at hand, and that makes testing quite hard. Wish I could be of more help. Let us know if you figure it out! |
Running xinput_calibrator using |
Great to hear! By the way, are you guys talking about the official RasPi touchscreen module, or something else..? |
I'm using a 10.1" 1280x800 "IPS LCD" (?!) Touch display from SunFounder. You can find it here. |
Added your tip to |
xinput_calibrator is not included anymore in the image v2.1.0 ? |
@PoloB12 xinput_calibrator was never included, install using |
I assumed it was installed as was mentioned in Had some issues calibrating a rotated screen though, I found this link very helpful solving that : https://gist.github.com/KurtJacobson/37288a0300a9c1b3e859c8dcff403300 |
Thank you for the easy to use package!
I am using a 5" touchscreen, which requires calibration to be precise.
For this, I need to install
apt-get install xinput-calibrator
(which works) and then go into the GUI to Menu-->Preferences-->Calibrate Touchscreen.How do I get to the GUI where I could do this? I've noticed that
startx
is installed, but I assume focuses on Chrome.Do you know how to get to this menu / get to the GUI in this image?
The text was updated successfully, but these errors were encountered: