From da18e9438cf93823204d800d78ea5f3363fc881a Mon Sep 17 00:00:00 2001 From: nate contino Date: Tue, 12 Mar 2024 13:19:10 +0000 Subject: [PATCH 1/2] Remove explicit mention that RealVNC is not supported And add an admonition letting users know that they can also connect with RealVNC. --- documentation/asciidoc/computers/remote-access/vnc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/remote-access/vnc.adoc b/documentation/asciidoc/computers/remote-access/vnc.adoc index 0d1c0d674f..4dc48bda93 100644 --- a/documentation/asciidoc/computers/remote-access/vnc.adoc +++ b/documentation/asciidoc/computers/remote-access/vnc.adoc @@ -12,8 +12,6 @@ Raspberry Pi OS includes https://github.com/any1/wayvnc[wayvnc]. This provides a Before you can use VNC on your Raspberry Pi, you must enable the VNC server. -NOTE: Previous versions of Raspberry Pi OS supported client connections from RealVNC. In Raspberry Pi OS _Bookworm_ or later, RealVNC is no longer supported. Instead, you can connect using TigerVNC. - === Enable the VNC server Raspberry Pi OS supports enabling the VNC server both graphically and at the command line. @@ -97,3 +95,5 @@ image::images/vnc-tigervnc-username-password.png[Entering a username and passwor -- image::images/vnc-tigervnc-desktop.png[The desktop of a Raspberry Pi after successfully authenticating with TigerVNC] -- + +TIP: You can also connect with RealVNC's https://www.realvnc.com/download/viewer/[VNC Viewer] client. From 803974a732c152fafb5abdb32fc432b02fcb610c Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Tue, 12 Mar 2024 13:20:16 +0000 Subject: [PATCH 2/2] Remove TIP --- documentation/asciidoc/computers/remote-access/vnc.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/asciidoc/computers/remote-access/vnc.adoc b/documentation/asciidoc/computers/remote-access/vnc.adoc index 4dc48bda93..3d89f430e5 100644 --- a/documentation/asciidoc/computers/remote-access/vnc.adoc +++ b/documentation/asciidoc/computers/remote-access/vnc.adoc @@ -95,5 +95,3 @@ image::images/vnc-tigervnc-username-password.png[Entering a username and passwor -- image::images/vnc-tigervnc-desktop.png[The desktop of a Raspberry Pi after successfully authenticating with TigerVNC] -- - -TIP: You can also connect with RealVNC's https://www.realvnc.com/download/viewer/[VNC Viewer] client.