Advertisement
Guest User

Untitled

a guest
May 1st, 2019
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. x11vnc
  2.  
  3. https://www.raspberrypi.org/forums/viewtopic.php?p=108862#p108862
  4.  
  5. must be done as user, not root
  6.  
  7. sudo apt-get install -y x11vnc
  8.  
  9. x11vnc -storepasswd
  10.  
  11. sudo mkdir -vp /home/pi/.config/autostart
  12.  
  13. sudo dd of=/home/pi/.config/autostart/x11vnc.desktop << EOF
  14. [Desktop Entry]
  15. Encoding=UTF-8
  16. Type=Application
  17. Name=X11VNC
  18. Comment=
  19. Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer
  20. StartupNotify=false
  21. Terminal=false
  22. Hidden=false
  23. EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement