I've been trying to get the RPi to boot into a custom python script that constructs a simple GUI using pygame, but nothing I attempt has any success.
What are the steps I need to follow to get this working?
Also, if I run startx python start.py
-- I get the following error:
FATAL: Module g2d_23 not found.
xinit: Unable to run program "/usr/bin/xterm": No such file or directory
The reason I need it to work this way is because I'm showing a video feed and some other processing in the window that a user can only view and not really break out of (that's the plan).
@sudo python /path/to/script.py
to get the actual script working, but your answer pointed me in the right direction. – ghstcode Sep 24 '15 at 14:25