Skip to content

Commit c664766

Browse files
committed
Merge pull request raspberrypi#270 from Gadgetoid/patch-3
Update display troubleshooting
2 parents c207ada + 3491abb commit c664766

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

hardware/display/troubleshooting.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,24 @@ sudo reboot
2828
* Make sure you've updated Raspbian, see above for steps.
2929
* Check the smaller ribbon cable is seated properly
3030

31+
If you want to make sure your Pi has detected your touchscreen, try running:
32+
33+
```bash
34+
dmesg | grep -i ft5406
35+
```
36+
37+
You should see a couple of lines that look like this:
38+
39+
```text
40+
[ 5.224267] rpi-ft5406 rpi_ft5406: Probing device
41+
[ 5.225960] input: FT5406 memory based driver as /devices/virtual/input/input3
42+
```
43+
44+
A detected touchscreen will also cause the `fbheight` and `fbwidth` parameters in `/proc/cmdline` to equal 480 and 800 respectively ( the resolution of the screen ), you can verify this by running:
45+
46+
```
47+
cat /proc/cmdline | grep bcm2708_fb
48+
```
3149

3250
### My screen is upside-down!
3351

0 commit comments

Comments
 (0)