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
Next revision Both sides next revision
vnc [2016/06/23 18:02]
admin
vnc [2016/06/23 18:04]
admin [Enable the Cursor:]
Line 1: Line 1:
 ===== VNC ===== ===== VNC =====
  
-**Install the VNC Server on the Raspberry:**\\+==== Install the VNC Server on the Raspberry: ====
 [[https://www.raspberrypi.org/documentation/remote-access/vnc/]]\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/]]\\
  
Line 13: Line 13:
   $ service lightdm stop   $ service lightdm stop
  
-**Install the VNC-Client:**\\+==== Install the VNC-Client: ====
 Install the client for and on your system.\\ Install the client for and on your system.\\
 [[http://www.tightvnc.com/download.php]]\\ [[http://www.tightvnc.com/download.php]]\\
  
-**Enable the Cursor:**\\+==== Enable the Cursor: ====
 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 /etc/init.d/   $ cd /etc/init.d/