Start program with SSH - graphical output on VGA display

Folks, how would I start program from an SSH session, but have the graphical output from the program appear on VGA display? I'm wanting to develop a screen-saver type program, but to use a remote SSH connection during development.

--
Thanks, 
David 
Web: http://www.satsignal.eu
Reply to
David Taylor
Loading thread data ...

You work on a PC and connect to you PI using ssh. The screensaver-type application should appear on your PC, but run on the PI?

then $ ssh -X ... should do the trick.

If The video should be shown on a device connected to the PI, then you have to set the $DISPLAY variable.

for example in the ssh session: $ export DISPLAY=:0 $ xterm

you might have to change :0 to :1, :2 ... depending on you setup. ssh and the X session should be run as the same user. That makes it simpler.

hth

Reply to
Stefan Enzinger

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.