Xvnc server not working
"Beerse, Corné"
cbeerse "at" hiscom.nl
Fri Jun 14 09:44:01 2002
> -----Original Message-----
> From: D. M [mailto:city_gal79 "at" hotmail.com]
>
> hey there...i have a problem in installing the vnc server on solrais
> 2.5....the viewer works but the vnc server isnt
> working..whenever i type
> vncserver in the command line...it says: command not
> found...what am i doing
> wrong?...i would be grateful if anyone helped me with that..
> in the FAQ
> something is written about perl scripts and i dont think
> solaris has a
> default perl script....anyways waiting for ur answer... thank you
Well, `vncserver` is a perlscript. So if you need to run the script, then
get perl.
But you don't need the script, it just starts `Xvnc` with some options and
then ~/.vnc/xstartup. If you read the scirpt, you can replay it at the
commandline or in a dedicate other script.
If `Xvnc -query localhost :2` gives something (at display :2 hence
`vncviewer solaris:2`) you can have a look at this setup:
http://www.sourcecodecorner.com/articles/vnc/linux.asp. That does not need
perl.
CBee