因為使用了xubuntu
所以Gnome-VINO server (vino)就不能用了
因為沒了gnome session
解決方法
x11vnc 一樣好用
1. 安裝x11vnc
sudo apt-get install x11vnc
2. 建立密碼檔 會產生在~/.vnc/passwd
vncpasswd
3. 執行x11vnc
x11vnc -forever -shared -rfbauth ~/.vnc/passwd
-forever keep listening for more connections //永遠保持連線listing
-shared more than one viewer can connect at the same time //允許多個連線
-rfbauth use authentication on RFB protocol //需要認證
4.登入xfce 自動執行
設定->自動啟動的應用程式->加入上述指令
ref1. http://blog.webs-tv.net/kenshinn/article/3180712
ref2. http://pank.org/blog/archives/000646.html

