08/09/01 11:34:11 d/pNxUI1
vncの設定は以下のようにしています。
/etc/xinetd.d/vnc
#-----
service vnc
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = nobody
server = /usr/bin/Xvnc
server_args = -inetd -fp unix/:7100 -query 127.0.0.1 -once -depth 24 -geometry 1024x768 -SecurityTypes None
log_on_failure += USERID
}
#-----
userをrootに変えてみましたが、変化はありませんでした。