Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to resolve “Xtigervnc did not start up” error message?

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
fun_9990
Posts: 1
Joined: 2018-04-02 10:49

How to resolve “Xtigervnc did not start up” error message?

#1 Post by fun_9990 »

When I start vncserver, I see this error message:
First:

Code: Select all

vncserver -kill :1
Second:

Code: Select all

vncserver :1 -geometry 1366x768 -depth 24
Output is:

Code: Select all

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!
And

Code: Select all

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

Code: Select all

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
Any suggestions?

Post Reply