Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vnc [2016/06/23 18:03]
admin
vnc [2016/06/23 18:07]
admin [Autostart the VNC server:]
Line 20: Line 20:
 Go to: Go to:
   $ nano /home/pi/.vnc/xstartup   $ nano /home/pi/.vnc/xstartup
-Add: +Add: -cursor_name left_ptr\\
-  -cursor_name left_ptr+
 So it looks like that: So it looks like that:
   xsetroot -solid grey -cursor_name left_ptr   xsetroot -solid grey -cursor_name left_ptr
  
 ==== Autostart the VNC server: ==== ==== Autostart the VNC server: ====
- +  $ cd Downloads
-  $ cd /etc/init.d/+
   $ wget http://www.dernulleffekt.de/programme/vncboot.tar   $ wget http://www.dernulleffekt.de/programme/vncboot.tar
   $ tar -xf vncboot.tar   $ tar -xf vncboot.tar
-  4 rm vncboot.tar+  $ sudo cp vncboot /etc/init.d/ 
 +  $ cd /etc/init.d/
   $ sudo chmod 755 vncboot   $ sudo chmod 755 vncboot
   $ 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