[[PageOutline]] = x11vnc = * see [./x11vnc] for x11vnc --help * [http://www.karlrunge.com/x11vnc/ x11vnc: a VNC server for real X displays] * [http://alromero.posterous.com/using-x11vnc-instead-of-vino-tightvncserver-o Using X11vnc instead of vino, tightvncserver or vnc4server - alromero's posterous] * [http://z.cs.utexas.edu/users/habals/blog/index.php/archives/22 Jungwoo's Blog » Blog Archive » x11vnc over SSH on Ubuntu Linux] * [http://rdt17.blogspot.com/2007/09/ubuntu704-x11vnc.html チラシの裏にでも書いてろ な!: Ubuntu7.04 にx11vncをインストールする] * ~/.x11vncrc {{{ display :0 # This will do in most single user machine rfbauth .vnc/passwd # password file rfbport 5900 # Use this default port forever # Without this x11vnc will die after serving one connection. localhost # Only accept local connections. This makes your x11vnc secure along with SSH. }}} * x11vnc -storepasswd で作られるパスワードファイルは先頭8文字しか見ない模様 * -rw------- 1 mitty mitty 8 Feb 17 00:04 .vnc/passwd * ~~ssh 越しにx11vnc serverの起動には成功せず(原理的に出来ない?)~~ * sudo x11vncで起動すればよい * 「alias sudo='sudo -H '」している場合は、以下のようにする {{{ sudo x11vnc -rc ~/.x11vncrc }}} * see also [../ssh#X11Forwardingwithanotheruser] * xfceの Settings -> Session and Startup の Application Autostart に 「/usr/bin/x11vnc」で登録すると良い == vnc with xinetd == * [http://hp.vector.co.jp/authors/VA022911/tec/centos/vnc2.htm 水銀室 VNCをxinetd経由で起動しGDMでログインする -CentOS最短構築支援-] * [http://ubuntuforums.org/showthread.php?t=363236 HOWTO: x11vnc (vnc for display :0) - Ubuntu Forums]