Forum Replies Created
- AuthorPosts
- October 26, 2014 at 12:38 pm #2856Damon1974Participant
Please mark this thread as resolved. I appreciate your help.
– Damon Downing
October 25, 2014 at 4:45 pm #2851Damon1974ParticipantOK. I just ran the EVTEST. I get no chance in the numbers on the screen when touching the display with the stylus:
pi@rasp-test ~ $ evtest /dev/input/event1
Input driver version is 1.0.1
Input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0
Input device name: “ADS7846 Touchscreen”
Supported events:
Event type 0 (EV_SYN)
Event type 1 (EV_KEY)
Event code 330 (BTN_TOUCH)
Event type 3 (EV_ABS)
Event code 0 (ABS_X)
Value 0
Min 0
Max 4095
Event code 1 (ABS_Y)
Value 0
Min 0
Max 4095
Event code 24 (ABS_PRESSURE)
Value 0
Min 0
Max 255
Properties:
Testing … (interrupt to exit)October 25, 2014 at 3:53 pm #2850Damon1974ParticipantThat did fix it. I guess I will have to save this command for any future updates that are required for the firmware.
Thanks for your help with this. Now I will focus back on the touchscreen issue.
– Damon Downing
October 25, 2014 at 3:15 pm #2847Damon1974ParticipantI have pasted the exact text in:
pi@rasp-temp ~ $ sudo sh -c ‘echo “sudo /bin/sh /etc/X11/Xsession.d/xinput_calibrator_pointercal.sh” >> /etc/xdg/lxsession/LXDE/autostart’
-bash: /etc/xdg/lxsession/LXDE/autostart’: Permission denied
pi@rasp-temp ~ $I am in the US. Are you sure your image does not have a different keyboard loaded for another country. Britain or something?
I pasted it in directly from this forum using your exact text. See above. Same issue.
I can’t run EVTEST right now as the last firmware that was released makes the screen stop working. See my other new thread I started. I did try to run EVTEST, but it only see 0 as my mouse, 1 as my keyboard, 2 does not exist.
It acts like it does not see the touchscreen mechanism at all.
– Damon Downing
October 20, 2014 at 3:56 pm #2826Damon1974ParticipantFor the Dmesg request:
http://pastebin.com/y3nMisjvFor CAT /etc/modules request:
http://pastebin.com/dj9T5gTGFor the cat /proc/bus/input/devices request:
http://pastebin.com/a9HC4ERh++ sudo sh -c ‘echo “sudo /bin/sh /etc/X11/Xsession.d/xinput_calibrator_pointercal.sh” >> /etc/xdg/lxsession/LXDE/autostart’ ERROR
http://pastebin.com/8fmFDZ5Q++ ** ls -l /dev/input/event* + cat /proc/bus/input/devices **
I have nothing else plugged in. I am using SSH to access the device. The screen does not accept touch screen response, and can’t calibrate either. I can’t test calibration from the console because the sudo command does not work. Probably due to not recognizing the touch screen capabilities at all.The image you had me download is exactly the same as I was using last night. I restored your image and tested again with the same results. The results I provided tonight are with the new image you had me download.
Let me know what other information I can provide. Thanks.
– Damon Downing
me@damon1974.com - AuthorPosts