# Touch screen not working on office display

**URL:** https://forums.pimoroni.com/t/touch-screen-not-working-on-office-display/1029
**Category:** Support
**Created:** [September 26, 2015, 4:28pm UTC](https://forums.pimoroni.com/t/touch-screen-not-working-on-office-display/1029 "2015-09-26T16:28:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![RPiIVBeginners](https://avatars.discourse-cdn.com/v4/letter/r/67e7ee/32.png) [@RPiIVBeginners](https://forums.pimoroni.com/u/RPiIVBeginners)
#### Post date: [September 26, 2015, 4:28pm UTC](https://forums.pimoroni.com/t/touch-screen-not-working-on-office-display/1029/1 "2015-09-26T16:28:30Z")

</div>

I’ve dismantled it over and over and all the cables are good. Also now using a official power supply and powering over GPIO. It has worked once before but not since the first day i got it.

Help :S

---

<div class="post-metadata">

### Author: ![gadgetoid](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/gadgetoid/32/13_2.png) [@gadgetoid](https://forums.pimoroni.com/u/gadgetoid)
#### Post date: [September 27, 2015, 7:46am UTC](https://forums.pimoroni.com/t/touch-screen-not-working-on-office-display/1029/2 "2015-09-27T07:46:55Z")

</div>

Have you updated Raspbian recently? I’m still confused as to whether the touchscreen fix made it into an actual release, but either way running these in order should get it working:

```bash
sudo apt-get update
sudo apt-get upgrade
sudo rpi-update

```

Don’t get into the habit of running `rpi-update`, it’s not necessary. It’s not an updater and should probably be named: `rpi-install-experimental-pre-release-software-onto-my-pi`… although that’s a bit long-winded!
