Page 1 of 1
How to launch GUI (not web interface) through ssh connexion with Massimo image?
Posted: Tue Jul 28, 2015 12:24 pm
by stef35
is there any way to lauch the heavy GUI (not the web interface) when connecting ro the Rpi through ssh (with putty for instance)?
I have tried the traditionnal X11 forwarding with a Xming server, but it does not work.
thanks
Re: How to launch GUI (not web interface) through ssh connexion with Massimo image?
Posted: Tue Jul 28, 2015 12:38 pm
by mcallegari
Not sure I understand.
To start/stop qlcplus with the GUI just do
If you want to see the GUI on your PC via SSH, then it's totally another story, and it's a generic Linux question.
You might need to use VNC for that.
However, my image doesn't provide Xorg and as far as I know VNC works with some X remote connectivity.
Might be tricky to do it and most likely you'll need to build QLC+ on X11 yourself.
Re: How to launch GUI (not web interface) through ssh connexion with Massimo image?
Posted: Tue Jul 28, 2015 12:38 pm
by stef35
Thanks Massimo.
I will try the VNC solution
mcallegari wrote:Not sure I understand.
To start/stop qlcplus with the GUI just do
If you want to see the GUI on your PC via SSH, then it's totally another story, and it's a generic Linux question.
You might need to use VNC for that.
However, my image doesn't provide Xorg and as far as I know VNC works with some X remote connectivity.
Might be tricky to do it and most likely you'll need to build QLC+ on X11 yourself.