You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: