mulluysavage
Posts: 1
Joined: Wed Mar 27, 2013 1:39 am

VNC Help

Wed Mar 27, 2013 1:45 am

I am following Adafruit Learning System's Lesson 7. Remote Control with VNC. I arrived at the last step - setting up a VNC client on my desktop machine - and failed. I am running Ubuntu, and found a VNC client in the Ubuntu Software Center - gtkvncviewer. The one they use in the lesson is RealVNC. I enter the info just as they do in the Lesson with RealVNC - appending with the port and everything, and user: pi password: raspberr, and get "you have been disconnected." Can someone help me troubleshoot?

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5623
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: VNC Help

Wed Mar 27, 2013 6:24 pm

mulluysavage wrote: ...
I am running Ubuntu, and found a VNC client in the Ubuntu Software Center - gtkvncviewer. The one they use in the lesson is RealVNC. I enter the info just as they do in the Lesson with RealVNC - appending with the port and everything, and user: pi password: raspberr, and get "you have been disconnected."
...
FWIW I've used tightVNC client/server on Ubuntu with a Pi and got things working O.K. I used a couple guides from the wiki (http://elinux.org/RPi_Guides). If you havn't already done so you might like to give PuTTY a try too - gives you a ssh login that supports X11 forwarding - some screen-shots of suggested setups are in my webpages at http://www.cpmspectrepi.webspace.virgin ... aspPi.html .
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

jaylongley
Posts: 40
Joined: Mon Mar 11, 2013 6:27 pm

Re: VNC Help

Thu Mar 28, 2013 3:17 pm

i put a writeup and video on how to setup VNC on a raspberry pi. you can find it here:

http://www.instantsupportsite.com/self- ... stall-vnc/

hope it helps
http://www.InstantSupportSite.com/self-help/

paulknewton
Posts: 45
Joined: Tue Mar 12, 2013 9:17 pm
Location: Luxembourg

Re: VNC Help

Thu Mar 28, 2013 3:49 pm

Have you started the VNC server on your Pi (something like TightVNC)?
Check it is running on the Pi with 'ps -ef' and look for a VNC server.

Another common problem is to make sure you are using the correct port. If you already have an X server running, then the VNC server will be running on port 1. You need to include this port when connecting with your RealVNC client.

paul.

Return to “Beginners”