Linux?

x11vnc

Install

password の設定

sudo vi /etc/xinetd.d/x11vnc

service x11vnc
{
       port            = 5900
       type            = UNLISTED
       socket_type     = stream
       protocol        = tcp
       wait            = no
       user            = root
       server          = /usr/bin/x11vnc
       server_args     = -inetd -o /var/log/x11vnc.log -display :1 -auth /var/run/lightdm/root/:1 -rfbauth /etc/x11vnc.passwd -many -bg
       disable         = no
}

xinetd の再起動

sudo /etc/init.d/xinetd restart

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS