Skip to content
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

Can't get this to calibrate the touch #2

Open
ArcAIN6 opened this issue May 5, 2024 · 0 comments
Open

Can't get this to calibrate the touch #2

ArcAIN6 opened this issue May 5, 2024 · 0 comments

Comments

@ArcAIN6
Copy link

ArcAIN6 commented May 5, 2024

I have the GeeekPi 7" Capacitive touch screen (With the place for the camera, but no camera)
I can't get touch to work at all on this.

The USB device shows up with lsusb, but touch simply isn't functioning. I can't plug a keyboard into the raspberry pi, so everything i do has to be in ssh.
It appears that the wrong touch hardware is being explicitly stated....

the device is :
Bus 001 Device 008: ID 222a:0001 ILI Technology Corp. Multi-Touch Screen

However this script seems to just dump the wrong config into place, as it's putting this into /user/share/x11/xorg.conf.d/99-calibration.conf

Section "InputClass"
Identifier "calibration"
MatchProduct "ADS7846 Touchscreen"
Option "Calibration" "208 3905 288 3910"
Option "SwapAxes" "0"
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "1000"
Option "EmulateThirdButtonMoveThreshold" "300"
EndSection

Looking over the scripts here, it doesn't really appear to do much of anything besides copy default configs to the shared config folder, and add some settings to the config.txt... if the correct hardware isn't set right in the "default" configs, how exactly is this 8 year old script supposed to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant