I am trying to set up a Raspberry Pi (running Raspbian) as a remote display using VNC. I.e. the Pi will be a 'listen only' client and my laptop is the VNC server.
I'm getting absolutely nowhere! :-(
I have installed the TightVNC bits at each end, that's tightvncserver on my xubuntu laptop and xtightvncviewer on the Raspberry Pi.
I have tried two ways to get this to work, first the conventional way:-
Run 'vncserver' on the laptop, this appears to run OK and ps shows an Xtightvnc process running.
Then run 'vncviewer x201' on the Pi (x201 is the name of my laptop), it just says "vncviewer: ConnectToTcpAddr: connect: connection refused. Unable to connect to VNC server"
Alternatively try getting the client to 'listen' for a connection:-
On the Pi run 'xvncviewer -listen -fullscreen' and 'vncconnect tvpi' on the laptop (the Raspberry Pi is called tvpi). Nothing happens at all, just silence.
The two machines can definitely see each other, they're on the same LAN and I can ssh back and forth.
Help!!
On Tue, Feb 10, 2015 at 04:46:11PM +0000, Brett Parker wrote:
On 10 Feb 15:36, Chris Green wrote:
The two machines can definitely see each other, they're on the same LAN and I can ssh back and forth.
So, try:
xvncviewer -via x201 localhost
Thanks. It turns out of course that tightvnc doesn't do what I want, it starts a new X desktop rather than using the one that's currently running.
I tried vino on the laptop with remmina on the pi and that worked but the display quality from the pi wasn't good enough.
On 10/02/15 18:56, Chris Green wrote:
Thanks. It turns out of course that tightvnc doesn't do what I want, it starts a new X desktop rather than using the one that's currently running.
Try x11vnc: http://www.karlrunge.com/x11vnc/
Neil