-
Source: VNC Vino
-
Install
sudo apt update
sudo apt upgrade
sudo apt install vino
-
Passwort Settings, replace “YOUR_PASS_HERE”
gsettings set org.gnome.Vino authentication-methods "['vnc']"
gsettings set org.gnome.Vino vnc-password "$(echo -n "YOUR_PASS_HERE" | base64)"
-
Start Server
/usr/lib/vino/vino-server
X11 is not detected
forums.raspberrypi.comand
raspberrypi.com
-
Start at Boot
sudo nano /etc/sudoers.d/vinosrv.sh
file:
#! /bin/bash
/usr/lib/vino/vino-server
ctrl+s and ctrl+x
sudo chmod +x /etc/sudoers.d/vinosrv.sh
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
add to file:
@/etc/sudoers.d/vinosrv.sh
ctrl+s and ctrl+x
sudo reboot
-
Disabling Encryption
gsettings set org.gnome.Vino require-encryption false
-
Disabling User Confirmation
gsettings set org.gnome.Vino prompt-enabled false