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 commandw
which will show the users logged in and what they are doing. – erik Mar 22 '15 at 12:16w
tell you what's the rightDISPLAY
? – einpoklum Jan 29 '16 at 18:23w
command, 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]
, whereTTY
displays my current display (:0
) and theUSER
the current user who started that X-server (erik
). – erik Jan 30 '16 at 21:33