remote lubuntu LXDE session tightvnc vncclient vino

https://help.ubuntu.com/community/VNC/Servers

LXDE session automatically after tightvncserver starts to make me able see desktop when connecting to the host via vncclient?
http://askubuntu.com/questions/178962/how-to-start-lxde-session-automatically-after-tightvncserver-starts-to-make-me-a
(remote power on:Wolの記述あり)

vino-default vnc server for ubuntu

tightvncserver -nolisten -geometry "1024x768" -depth 8 tcp :1
tightvncserver -version
tightvncserver -kill :1

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
~/.vnc$ nano xstartup
#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
#/etc/X11/Xsession
#/usr/bin/starlubuntu
/usr/bin/lxsession -s Lubuntu -e LXDE

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
http://ubuntuforums.org/showthread.php?t=1480094
(Gnomeのばあい)
#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
#Added the following to get GNOME to work
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
#/etc/X11/Xsession
gnome-session --session=gnome-classic &

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

How to change port number in vino?
http://askubuntu.com/questions/69965/how-to-change-port-number-in-vino

lubuntu-desktop Installation
sudo apt-get install lubuntu-desktop