Когда я запускаю vncserver, я вижу это сообщение об ошибке: Сначала:

vncserver -kill :1

Во-вторых:

vncserver :1 -geometry 1366x768 -depth 24

Выход:

vncserver: /usr/bin/Xtigervnc did not start up, please look into '/root/.vnc/win.localdomain:1.log' to determine the reason! -1
Killing Xtigervnc process ID 451... success!

А также

root@win:~# tail -l /root/.vnc/win.localdomain:1.log

Выход:

Xvnc TigerVNC 1.7.0 - built Dec  4 2017 09:39:19
Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 11905000, The X.Org Foundation


Mon Apr  2 04:40:32 2018
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on local interface(s), port 5901
 vncext:      created VNC server for screen 0

Как я могу решить эту проблему?

0