d=$1
[ -n "$d" ] || { d=$[ `id -u` - 1000 ]; }
tightvncserver -kill :$d
rm -f /tmp/.X$d-lock /tmp/.X11-unix/X$d
#killall xstartup
