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
How to launch GUI (not web interface) through ssh connexion with Massimo image?
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
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.
To start/stop qlcplus with the GUI just do
Code: Select all
service qlcplus start/stop
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.
-
- Posts: 18
- Joined: Thu Jun 25, 2015 6:35 pm
- Real Name: stephane
Thanks Massimo.
I will try the VNC solution
I will try the VNC solution
mcallegari wrote:Not sure I understand.
To start/stop qlcplus with the GUI just doIf you want to see the GUI on your PC via SSH, then it's totally another story, and it's a generic Linux question.Code: Select all
service qlcplus start/stop
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.