User Tools

Site Tools


vnc
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


vnc [2016-01-11 06:29:09] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== VNC remote control ======
  
 +===== Connect to a running X session =====
 +
 +<code>
 +$ x11vnc
 +</code>
 +
 +Then connect to host:5901 (usually; uses the first free port above 5900)
 +
 +===== Display manager with mandatory login is running =====
 +
 +Obtain its DISPLAY and XAUTHORITY (ps axue | grep [X]AUTH),
 +<code>
 +# x11vnc -display DISPLAY -auth XAUTHORITY
 +</code>
 +Then connect and log in.
 +
 +===== Independent X server =====
 +
 +Run vncserver from tightvncserver package. A new screen is created.
vnc.txt · Last modified: by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki