brendan-w / pihud

Configurable heads up display fit for the Raspberry Pi
GNU Lesser General Public License v2.1
43 stars 23 forks source link

Run as root on the Pi #4

Closed brendan-w closed 9 years ago

brendan-w commented 9 years ago

for the RPi.GPIO lib to work, it needs to be run as root. This throws an error about not being able to connect to X. I was able to fix it by following this article, however, there might be a better way...