Changes between Version 17 and Version 18 of TipAndDoc/network/vnc


Ignore:
Timestamp:
May 4, 2012 10:01:42 AM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/vnc

    v17 v18  
    1212 * [http://www.server-world.info/query?os=Debian_6.0&p=x&f=2 Debian GNU/Linux 6.0 Squeeze - デスクトップ環境 - VNCサーバーインストール : Server World] 
    1313 * [http://www32.atwiki.jp/parepan/pages/113.html @鯖味噌缶 - vncserver] 
     14 
     15 * ~/.vnc/xstartup 
     16{{{#!diff 
     17--- .vnc/xstartup.orig  2012-05-03 23:29:55.919559288 +0900 
     18+++ .vnc/xstartup       2012-05-04 09:30:21.273329658 +0900 
     19@@ -7,6 +7,7 @@ 
     20 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup 
     21 [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources 
     22 xsetroot -solid grey 
     23-vncconfig -iconic & 
     24-x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & 
     25-x-window-manager & 
     26+# vncconfig -iconic & 
     27+# x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & 
     28+# x-window-manager & 
     29+exec gnome-session & 
     30}}} 
     31 * $ vncserver :1 -geometry 800x600 -depth 24 -localhost -nolisten tcp 
     32 
    1433 = x11vnc = 
    1534 * 「caught XIO error」というエラーとともに勝手にログアウト(Xのセッションからも)することがあるが、詳細不明