vncserver-start not working

root@localhost:~# vncserver-start
New Xtigervnc server 'remote-desktop' on port 5901 for display :1.
Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc -passwd /tmp/tigervnc.geCjmB/passwd localhost:1 to connect to the VNC server.

=================== tail /root/.vnc/localhost:1.log ===================
The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Could not resolve keysym XF86CameraAccessEnable > Warning: Could not resolve keysym XF86CameraAccessDisable > Warning: Could not resolve keysym XF86CameraAccessToggle
Warning: Could not resolve keysym XF86NextElement
Warning: Could not resolve keysym XF86PreviousElement
Warning: Could not resolve keysym XF86AutopilotEngageToggle
Warning: Could not resolve keysym XF86MarkWaypoint > Warning: Could not resolve keysym XF86Sos
Warning: Could not resolve keysym XF86NavChart
Warning: Could not resolve keysym XF86FishingChart
Warning: Could not resolve keysym XF86SingleRangeRadar
Errors from xkbcomp are not fatal to the X server
[mi] mieq: warning: overriding existing handler (nil) with 0x30001d63c0 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x30001d63c0 for event 3
xrdb: No such file or directory
xrdb: can't open file '/root/.Xresources'
/root/.vnc/xstartup: line 3: startxfce4: command not found
=======================================================================

Session startup via '/root/.vnc/xstartup' exited with status 127!

Maybe try something simple first, e.g.,
tigervncserver -xstartup /usr/bin/xterm
The X session exited with status 127!
Killing Xtigervnc process ID 30465... success!
Solution
so I just needed to update system and reinstall xfce4
Was this page helpful?