I have been using Xvnc for 8-bit for a long while. I don't know if Xquartz
works right in 8-bit again. Then I use a VNC viewer to connect to Xvnc.
The Screen Sharing app in 10.5 works adequately. The key Xvnc options are:
case "$1" in
"-kill")
vncserver -kill :9
exit
;;
esac
vncserver $dpy $opts "$@"
open 'vnc://localhost:5909'
To start I do this:
$ cnsvnc
To stop it I do this, after quitting the app that starts for the vnc://
scheme:
$ cnsvnc -kill
Good luck,
mzs
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden