Tiger VNC Blank Screen

Latest response

I have installed TigerVNC created a new user and disabled SELinux and generated password for the user. Added the user to the users file of the vnc and then configured the vncserver file as

[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target

[Service]
Type=forking
WorkingDirectory=/home/vnc
User=vnc
Group=vnc

PIDFile=/home/vnc/.vnc/%H%i.pid 

ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :'
ExecStart=/usr/bin/vncserver -depth 32 -geometry 1280x720 %i
ExecStop=/usr/bin/vncserver -kill %i

[Install]
WantedBy=multi-user.target

And started the vncserver@1.service
It went through without any errors

From the VNC viewer i was trying to go into it at first it showed a Gnome Help page and then when i close it. It just shows a blank screen and i can see nothing.

What is the cause for this?

Responses