1 2 3 4 5 | sudo apt install tigervnc-common sudo apt install tigervnc-standalone-server #vncpasswd vncserver -localhost no -geometry 1280x720 :1 vncserver -list |
Authentication required?
Empty ~/.vnc/passwd and
1 2 | #/etc/xdg/autostart$ sudo vi org.gnome.SettingsDaemon.Color.desktop X-GNOME-Autostart-enabled=false |
then reboot the server.
refer to:
https://blog.csdn.net/Naisu_kun/article/details/123007055