In configuring my Google Calendar Raspberry Pi, I found that x11vnc was more useful than TightVNC, primarily because it allowed me to mirror my local desktop image to my computer.
Install and Set Password
sudo apt-get install x11vnc x11vnc -storepasswd
Create Autostart Entry
cd .config mkdir autostart cd autostart nano x11vnc.desktop
[Desktop Entry] Encoding=UTF-8 Type=Application Name=X11VNC Comment= Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer StartupNotify=false Terminal=false Hidden=false
Leave a Reply