Possible Duplicate:
Open a window on a remote X display (why “Cannot open display”)?
I have a computer running debian, connected to my TV, running an xorg session. What I want to do is ssh into that machine and start an application that will also display on that machine. For example, I want to be able to ssh to it from my laptop and start mplayer on the host, playing a file on the host and showing it on the TV. Is this possible? I have a feeling it should be (relatively) trivial, but I just can't seem to figure it out.
Just to clarify, simply running
$ ssh -X host
$ mplayer movie.avi &
won't cut it, because it will start displaying on my laptop's display.
DISPLAY, ssh to the host and invoke the commandwwhich will show the users logged in and what they are doing. – erik Mar 22 '15 at 12:16wtell you what's the rightDISPLAY? – einpoklum Jan 29 '16 at 18:23wcommand, I get the following output:21:31:00 up 23:13, 1 user, load average: 0,50, 0,51, 0,50 USER TTY LOGIN@ IDLE JCPU PCPU WHAT erik :0 Fr22 ?xdm? 12:39 0.65s gdm-session-worker [pam/gdm-password], whereTTYdisplays my current display (:0) and theUSERthe current user who started that X-server (erik). – erik Jan 30 '16 at 21:33