| 8 | |
| 9 | * ~/.x11vncrc |
| 10 | {{{ |
| 11 | display :0 # This will do in most single user machine |
| 12 | rfbauth .vnc/passwd # password file |
| 13 | rfbport 5900 # Use this default port |
| 14 | forever # Without this x11vnc will die after serving one connection. |
| 15 | localhost # Only accept local connections. This makes your x11vnc secure along with SSH. |
| 16 | }}} |
| 17 | * x11vnc -storepasswd で作られるパスワードファイルは先頭8文字しか見ない模様 |
| 18 | * -rw------- 1 mitty mitty 8 Feb 17 00:04 .vnc/passwd |
| 19 | * ssh 越しにx11vnc serverの起動には成功せず(原理的に出来ない?) |
| 20 | * xfceの Settings -> Session and Startup の Application Autostart に 「/usr/bin/x11vnc」で登録すると良い |