Page 1 of 1

SOLVED - VNC

Posted: Sun Oct 16, 2016 3:40 pm
by ex_directory
When starting VNC via "sudo raspi-config", i can see it calls some scripts. How can i see what these are?

I want to add them to rc.local so VNC server is started after every reboot.

Re: VNC

Posted: Sun Oct 16, 2016 4:03 pm
by B.Goode
The command line version of raspi-config is simply a shell script so you can examine its contents with a text editor or viewer.

(But isn't the point of raspi-config that you configure the future behaviour of the system?)

Re: VNC

Posted: Sun Oct 16, 2016 4:33 pm
by ex_directory
But when i enable the vnc through the raspi-config, it does not restart the server on next reboot.

Am I missing something?

Re: VNC

Posted: Sun Oct 16, 2016 4:39 pm
by FTrevorGowen
ex_directory wrote:But when i enable the vnc through the raspi-config, it does not restart the server on next reboot.
Am I missing something?
Are you referring to the activation of the RealVNC server provided in the current release of Raspbian Jessie Pixel? If so have you updated/upgraded recently too? (IIRC, in another thread, there was a similar issue which has now been fixed - associated with one of the RealVNC startup scripts, which has/have been updated)
Trev.

SOLVED - Re: VNC

Posted: Sun Oct 16, 2016 6:05 pm
by ex_directory
Thanks, that was it. Just had to update.

Now starting on each reboot.