Skip to content

Commit

Permalink
Added note about RealVNC and cursor workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-contino committed Sep 20, 2023
1 parent 575eac0 commit 99ea051
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions documentation/asciidoc/computers/remote-access/vnc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ 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 version _Bookworm_ and above, Raspberry Pi OS no longer supports client connections from RealVNC. Instead, you can connect using TigerVNC.

=== Install VNC on Raspberry Pi

Raspberry Pi OS comes with wayvnc already installed. If you run a version of Raspberry Pi OS that does not include wayvnc, you can:
Raspberry Pi OS comes with WayVNC already installed. If you run a version of Raspberry Pi OS that does not include WayVNC, you can:

- install wayvnc via `Recommended Software` in the `Preferences` menu.
- install WayVNC via `Recommended Software` in the `Preferences` menu.

- install wayvnc from the command line as follows:
- install WayVNC from the command line as follows:
+
--
[source,console]
Expand All @@ -32,7 +34,7 @@ sudo apt install wayvnc

Raspberry Pi OS supports enabling the VNC server both graphically and at the command line.

TIP: Once enabled, you can access your wayvnc configuration at `~/.config/wayvnc/`.
TIP: Once enabled, you can access your WayVNC configuration at `~/.config/wayvnc/`.

==== Enable VNC Server Graphically

Expand Down Expand Up @@ -78,3 +80,6 @@ If you don't know the IP address of your device, see xref:remote-access.adoc#ip-
* If TigerVNC warns you that the "certificate has been signed by an unknown authority", click the "Yes" button to grant an exception for your Raspberry Pi.
5. When prompted for a username and password, enter your credentials.
6. Click the "OK" button to authenticate with the VNC server. If your credentials are correct, TigerVNC should open a window containing the desktop corresponding to your account on the Raspberry Pi. You should be able to move your mouse and keyboard to input text and interact with the desktop.

TIP: If you can't see the cursor in your VNC client, enable the "Show dot when no cursor" input option in TigerVNC.

0 comments on commit 99ea051

Please sign in to comment.