VNC Server (Raspbian): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 5: | Zeile 5: | ||
<pre> | <pre> | ||
sudo apt-get install x11vnc | sudo apt-get install x11vnc | ||
</pre> | |||
== Konfiguration == | |||
=== Autostart === | |||
<pre> | |||
nano /home/pi/.config/autostart/x11vnc.desktop | |||
</pre> | |||
<pre> | |||
[Desktop Entry] | |||
Type=Application | |||
Name=X11VNC | |||
Exec=x11vnc -usepw -forever -display :0 | |||
StartupNotify=false | |||
</pre> | </pre> | ||
Version vom 7. Mai 2016, 07:09 Uhr
Noch in Bearbeitung
Installation
sudo apt-get install x11vnc
Konfiguration
Autostart
nano /home/pi/.config/autostart/x11vnc.desktop
[Desktop Entry] Type=Application Name=X11VNC Exec=x11vnc -usepw -forever -display :0 StartupNotify=false
Links
https://www.elektronik-kompendium.de/sites/raspberry-pi/2011121.htm
Zurück zu Raspbian