Incompatible with VNC Screen Sharing
When screen sharing to Linux from a Mac – “The software on the remote computer appears to be incompatible with this version of Screen Sharing.”
On Linux;
- Download dconf-tools by typing in Terminal ‘sudo apt-get install dconf-tools’ – or install from the Software Manager
- Run dconf-Editor
- Expand ‘org’ > ‘gnome’ > ‘Desktop’
- Select ‘Remote Access’
- Uncheck ‘Require Encryption’
- Exit dconf-Editor
On RaspberryPi;
sudo raspi-config
> Interface Options > VNC > Enable. Reboot.- Generate the password you wish to use in screen with vncpasswd -service
sudo vncpasswd -service
- Create and edit the following file here:
sudo nano /etc/vnc/config.d/common.custom
- Enter the following config:
Authentication=VncAuth
- Restart the vnc service:
sudo systemctl restart vncserver-x11-serviced
- Open Screen with the instructions above, and use the password you provided to vncpasswd.
If you need to monitor the logs for vncserver, you can use journalctl:
sudo journalctl -u vncserver-x11-serviced.service
Other parameters you can use with VncServer configs are described here: https://www.realvnc.com/en/connect/docs/server-parameter-ref.html