Ubuntu vnc 設定
flymake を使いたいので vnc 経由で開発する事にした。
rgb.txt が /usr/share/emacs/xxx あたりにあるので /etc/X11 にコピー。
/etc/xinetd.d/Xvnc
service Xvnc { type = UNLISTED disable = no socket_type = stream protocol = tcp wait = no user = root server = /usr/bin/Xvnc server_args = -inetd -query localhost -geometry 1280x800 -depth 24 -cc 3 -once -SecurityTypes=none -extension XFIXES -f$ port = 5901 }