No LoginScreen after enable xvnc.socket

Hello,
i’am trying to get remote access to my manjaro host-system.
I used the following steps to configure vnc headless. (5 Running Xvnc with XDMCP for on demand sessions)
But after i used systemctl enable xvnc.sockets at next reboot i don’t get a Login-screen on tty1. (only blinking cursor) tty2 without graphical interface works fine and after i connect with vnc to the system tty1 with login-screen works fine as well.

Alternatively i tried to use xrdp but there i got black screen after login with rdp session.

I checked the logs and i searched so much, but i can’t find the issue.
I hope anyone can help me please let me know which logs i should upload.
I’ve seen that any vnc service already use port 5901 and i don’t know which vnc service is it. So maybe there is a dependency to my described issue?

Hello,
nobody has an idea?

Hi there,
attached the Xorg Logs someone an idea.

[     3.981] (II) Initializing extension DAMAGE
[     3.981] (II) Initializing extension MIT-SCREEN-SAVER
[     3.981] (II) Initializing extension DOUBLE-BUFFER
[     3.981] (II) Initializing extension RECORD
[     3.981] (II) Initializing extension DPMS
[     3.981] (II) Initializing extension Present
[     3.981] (II) Initializing extension DRI3
[     3.981] (II) Initializing extension X-Resource
[     3.981] (II) Initializing extension XVideo
[     3.981] (II) Initializing extension XVideo-MotionCompensation
[     3.981] (II) Initializing extension GLX
[     3.981] (II) Initializing extension GLX
[     3.981] (II) Indirect GLX disabled.
[     3.981] (II) GLX: Another vendor is already registered for screen 0
[     3.981] (II) Initializing extension XFree86-VidModeExtension
[     3.981] (II) Initializing extension XFree86-DGA
[     3.981] (II) Initializing extension XFree86-DRI
[     3.981] (II) Initializing extension DRI2
[     3.981] (II) Initializing extension VNC
[     3.982] (EE) 
Fatal server error:
[     3.982] (EE) vncExtInit: failed to bind socket: Address already in use (98)
[     3.982] (EE) 
[     3.982] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     3.982] (EE) 
[     4.100] (EE) Server terminated with error (1). Closing log file.

It looks like any vnc service use Port 5901 already but i don’t know how i can disable this at reboot.
I can’t find any corresponding Services with systemctl.

netstat -tanp | grep 5901

tcp        0      0 0.0.0.0:5901            0.0.0.0:*               LISTEN      -                   
tcp6       0      0 :::5901                 :::*                    LISTEN      -

Can be closed. I solved it.

sudo rm /etc/X11/xorg.conf.d/10-vnc.conf was the solution. Sometimes it can be so easy.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.