ValDog
Posts: 3
Joined: Sat Sep 26, 2015 10:10 pm

Touch does not work on official RPi display

Sat Sep 26, 2015 10:17 pm

I've done all the recommended things (update, upgrade, rpi-update) and checked that the small cable is firmly seated, but can't seem to get the screen to respond to touches. Anyone else seeing this issue?

Ws4u
Posts: 1
Joined: Mon Sep 28, 2015 11:25 am

Re: Touch does not work on official RPi display

Mon Sep 28, 2015 11:29 am

same here.
The first time i started the gui with "startx" the touch screen did work.

Now it is no longer possible to get the touch functionality to work again. Tried all the hints in this forum with no result.

Any ideas? Is it possible to check if there are some kind of driver errors?

rubinio
Posts: 2
Joined: Mon Sep 28, 2015 11:57 am

Re: Touch does not work on official RPi display

Mon Sep 28, 2015 12:00 pm

Hi,
Same here. also tried everything. I wrote am mail to swag. Maybe ist broken :-(

gadgetoid
Posts: 168
Joined: Wed Mar 07, 2012 9:58 pm

Re: Touch does not work on official RPi display

Mon Sep 28, 2015 1:22 pm

Once updating with rpi-update ( which I believe is now unnecessary since apt-get update && apt-get upgrade will now install the fix ) I haven't seen any further problems with the touchscreen across multiple displays.

This is worth a try, to bring you back into the world of sanity rather than pre-release;

Code: Select all

sudo apt-get install --reinstall raspberrypi-bootloader
sudo reboot
Let me know if it helps.

rubinio
Posts: 2
Joined: Mon Sep 28, 2015 11:57 am

Re: Touch does not work on official RPi display

Mon Sep 28, 2015 4:01 pm

It helped. Big thanks.

ValDog
Posts: 3
Joined: Sat Sep 26, 2015 10:10 pm

Re: Touch does not work on official RPi display

Mon Sep 28, 2015 9:36 pm

gadgetoid wrote:Once updating with rpi-update ( which I believe is now unnecessary since apt-get update && apt-get upgrade will now install the fix ) I haven't seen any further problems with the touchscreen across multiple displays.

This is worth a try, to bring you back into the world of sanity rather than pre-release;

Code: Select all

sudo apt-get install --reinstall raspberrypi-bootloader
sudo reboot
Let me know if it helps.

Appreciate the feedback, but still not solved for me...

gsh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 1820
Joined: Sat Sep 10, 2011 11:43 am

Re: Touch does not work on official RPi display

Tue Sep 29, 2015 5:49 am

1) If you do lsmod is rpi-ft5406 listed?
2) Install evtest (sudo apt-get install evtest) then run it... Touch the screen do you get anything out of the driver?

Gordon
Gordon Hollingworth PhD
Raspberry Pi - Chief Technology Officer - Software

ValDog
Posts: 3
Joined: Sat Sep 26, 2015 10:10 pm

Re: Touch does not work on official RPi display

Tue Sep 29, 2015 1:23 pm

rpi-ft5406 is listed when I run lsmod.

Running evtest I get no response when I touch the screen.

gsh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 1820
Joined: Sat Sep 10, 2011 11:43 am

Re: Touch does not work on official RPi display

Sun Oct 04, 2015 4:44 pm

Sounds like a faulty touchscreen...
Gordon Hollingworth PhD
Raspberry Pi - Chief Technology Officer - Software

Return to “Official Display”