Advertisement
SH1NU11b1

vnc-linux

Oct 14th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. apt-get update
  2. apt-get dist-upgrade -y
  3.  
  4. Now lets install the VNC server.
  5.  
  6. apt-get install x11vnc -y
  7.  
  8. Before we can start the VNC server we first need to make sure our x11 server is just running fine (if you don’t start it first VNC will throw you an error.)
  9.  
  10. startx &
  11.  
  12. (Note: If it is the first time you start your X11 environment you probably want the pi connected to an external output (hdmi) to see if the initial configuration went well on it. after that it can be disconencted from the video source and remoted into.)
  13.  
  14. Now that we have our X11 server running fine we can start our VNC server to remote into you x11 enviroment:
  15.  
  16. x11vnc &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement