(First of all I'm beginner in Pi
So, I need support regarding the following problem:
I trying the Pi GPIO functions (blinking, pwm RGB Led) and I created a GUI for it in Qt.
The problem:
If I want to reach the GPIO, I have to run my GUI as root (as far as I know).
When I start the py code with gksudo, I get an error message:
Xlib: extension "RANDR" missing on display ":1"
I tried to find solution via google, but unfortunatelly I couldn't solve it. Maybe this problem related to tightvnc server?
My questions would be the following:
-Should I use another vnc server? (If yes, which vnc server is preferred)
-If it solvable with tightvnc, how?
-If it is not tightvnc related problem, how can I solve it?
Thank you very much in advance,
csab
Sorry for my poor English.