Tigervnc
# service vncserver start
WARNING: The first attempt to start Xvnc failed, possibly because the fontcatalog is not properly configured. Attempting to determine an appropriate font path for this system and restart Xvnc using that font path ...Could not start Xvnc.
# yum install libXfont
#yum install pixman-devel
This may solve your problem.
# service vncserver start
WARNING: The first attempt to start Xvnc failed, possibly because the fontcatalog is not properly configured. Attempting to determine an appropriate font path for this system and restart Xvnc using that font path ...Could not start Xvnc.
# yum install libXfont
#yum install pixman-devel
This may solve your problem.