I'm a noob.
Using RPI B+, Wheezy.
No normal problems with mouse.
I can start LDE with startx, no mouse or other problems. I have my pi configured to start at command line prompt.
I'm trying to conserve resources by only having 1 window application.
So...
I type: startx /....python /.....myapp.py
(Exact default paths - I forget)
And I am presented with my program. Yay. there's a white borderline around the edge of the screen.
But no pointer, no function (tried blindly, clicking around). I have no key bindings yet, so keyboard unknown.
It runs just fine if I just type startx and then click up python and run my script. But I don't think I need the whole GUI, do I?
So there must be a startx flag or a script thingy I need to know?
Can anyone assist me?