aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Kim <kwstephenkim@google.com>2021-09-25 14:09:36 -0700
committerSteve Kim <kwstephenkim@google.com>2021-10-20 20:19:41 -0700
commit9dba51e13a40b3b0eebbf3ec1ba7492b22452674 (patch)
tree5189251b473bde549a447746b39e085b511e041a /README.md
parent3ba9a8b49d0ecac2ce16aa017bcbf306a8240253 (diff)
downloadcuttlefish-9dba51e13a40b3b0eebbf3ec1ba7492b22452674.tar.gz
Remove cuttlefish VNC host service
Cuttlefish is to deprecate its VNC server. Only when Qemu is used as the virtual machine manager, Qemu would set up its own VNC server that could be reached from a VNC client. Otherwise, cuttlefish offers as of this commit WebRTC connections only. Bug: 183429124 Test: launch_cvd with crosvm and qemu Change-Id: Id04ecdac38a08ea4b1643cec7c4526eb4ea27792
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 55668c894..06db0c438 100644
--- a/README.md
+++ b/README.md
@@ -78,12 +78,3 @@ available devices at `https://localhost:8443` . For more information, see the
WebRTC on Cuttlefish
[documentation](https://source.android.com/setup/create/cuttlefish-ref-webrtc).
-## Launch Viewer (VNC)
-
-When launching with `--start_vnc_server=true` , You can use the
-[TightVNC JViewer](https://www.tightvnc.com/download.php). Once you have
-downloaded the *TightVNC Java Viewer JAR in a ZIP archive*, run it with
-
- `$ java -jar tightvnc-jviewer.jar -ScalingFactor=50 -Tunneling=no -host=localhost -port=6444`
-
-Click "Connect" and you should see a lock screen!