linux – VNC查看器问题 – 显示黑屏

前端之家收集整理的这篇文章主要介绍了linux – VNC查看器问题 – 显示黑屏前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Vnc查看器显示黑屏.以下是配置:请弄清楚问题?
cat /root/.vnc/xstartup

#!/bin/sh

# Uncomment the following two lines for normal desktop:
 unset SESSION_MANAGER
 exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
====================================================================



vi /etc/sysconfig/vncservers

 VNCSERVERS="2:root"

 VNCSERVERARGS[2]="-geometry 1024x768"

================================================== ===============

运行级别:

chkconfig --list vncserver
vncserver       0:off   1:off   2:on    3:on    4:on    5:on    6:off

解决方法

我想我应该回答我自己的问题……万一其他人遇到类似的问题.我刚刚将localhost添加到xhost,瞧!我带了很多狩猎来找到这个解决方案,所以也许这会帮助你们几个人.
chmod 775 xstartup
原文链接:https://www.f2er.com/linux/396361.html

猜你在找的Linux相关文章