I recently got a raspberry pi for Christmas and have created some very simple script in order to draw a circle on the screen with python, using pygame. This runs fine after starting up the GUI and activating it from the LXTerminal, however if I enter "python Circle.py" into the terminal after start up but before I start the GUI with "startx" the screen goes black and nothing happens.
Could anybody explain to me what is happening here.