Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vnc [2016/06/23 18:06] admin [Autostart the VNC server:] |
vnc [2016/06/23 18:11] (current) admin [Autostart the VNC server:] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| ==== Autostart the VNC server: ==== | ==== Autostart the VNC server: ==== | ||
| + | Download, unpack and copy the vncboot script to the / | ||
| $ cd Downloads | $ cd Downloads | ||
| $ wget http:// | $ wget http:// | ||
| $ tar -xf vncboot.tar | $ tar -xf vncboot.tar | ||
| - | $ sudo cp vncboo | + | $ sudo cp vncboot |
| $ cd / | $ cd / | ||
| $ sudo chmod 755 vncboot | $ sudo chmod 755 vncboot | ||
| + | Stop the Displaymanager on :0 and start the vnc server on :1\\ | ||
| $ sudo update-rc.d -f lightdm remove | $ sudo update-rc.d -f lightdm remove | ||
| $ sudo update-rc.d vncboot defaults | $ sudo update-rc.d vncboot defaults | ||
| + | Reboot the Raspberry Pi\\ | ||
| + | $ sudo reboot | ||