スカイ・エス・エイッチ

menu

ORCAレセコンをご利用中のお客様

TOP > ORCA よくある質問・回答集 > RealVNCの設定方法は(Ubuntu10.04)

よくある質問・回答集

RealVNCの設定方法は(Ubuntu10.04)

Q
RealVNCの設定方法は(Ubuntu10.04)

A
sudo aptitude install vnc4server xinetd
sudo vi /etc/xinetd.d/Xvnc
--------------
service xvnc
{
type = UNLISTED
disable = no
socket_type = stream
wait = no
user = nobody
group = tty
server = /usr/bin/Xvnc
server_args = -inetd :1 -geometry 1024x768 -depth 24 -desktop hat1 -query localhost -once -PasswordFile=/etc/passwd_vnc
port = 5900
}
--------------
sudo vncpasswd /etc/passwd_vnc
sudo chown nobody.tty /etc/passwd_vnc
sudo vi /etc/gdm/custom.conf
--------------
[xdmcp]
Enable=true
DisplaysPerHost=2
--------------
sudo /etc/init.d/xinetd restart
sudo /etc/init.d/gdm restart
test