Skip to content
Prev 7378 / 15075 Next

display to external device

On 3 Aug 2010, at 4:20AM, Abhishek Goel wrote:

            
Try to log in with ssh doing
ssh -X server

This should redirect X11 through the ssh connection. Then plot should  
open an x11 window, or you can open a display manually by entering  
x11() in R.

You can check that the X11 redirection works by trying to launch  
something like xterm from the linux box after you ssh to it, and see  
if the xterm window opens on the mac.
The mac needs to have XDarwin installed, which it usually has.