asb / raspi-config

Configuration tool for the Raspberry Pi. Now maintained at https://github.com/RPi-Distro/raspi-config
Other
263 stars 328 forks source link

Add VNC #35

Open bennuttall opened 10 years ago

bennuttall commented 10 years ago

Install tightvncserver by default in Raspbian

Add 'Enable VNC Server on boot' option to raspi-config, which installs tightvncserver if it's not there and adds a VNC server init script on boot - or easily run script stored in /usr/local/bin - maybe this could be an option?

maditnerd commented 10 years ago

If you are interested I made a script to install tightvncserver https://gist.github.com/maditnerd/8906494

It comes from my script manager for the Raspberry Pi (lazass) http://maditnerd.github.io/lazass/ https://github.com/maditnerd/lazass/blob/master/scripts/Remote_Control/Install/vncserver

bennuttall commented 10 years ago

Thanks

Ben

On 9 February 2014 21:50, Sarrailh Rémi notifications@github.com wrote:

If you are interested I made a script to install tightvncserver https://gist.github.com/maditnerd/8906494

It comes from my script manager for the Raspberry Pi (lazass) http://maditnerd.github.io/lazass/

https://github.com/maditnerd/lazass/blob/master/scripts/Remote_Control/Install/vncserver

Reply to this email directly or view it on GitHubhttps://github.com/asb/raspi-config/issues/35#issuecomment-34588129 .

mobluse commented 9 years ago

RDP (xrdp) is an alternative, see https://github.com/mobluse/coderdojo-raspbian-sv .