Solaris 8.0 Automatic Startup
"Beerse, Corné"
cbeerse "at" hiscom.nl
Mon Aug 19 16:08:00 2002
> -----Original Message-----
>
> I'm a newbie to unix and I'm trying to get VNC to
> automatically start when
> the Sun system boots. I have read many threads throughout
> the archives but
> I still don't understand the correct procedure. I can launch
> VNC from a
> shell prompt and it works every time. I'd like it to be used
> by anyone
> except root. Can someone explain how an automatic startup
> process for VNC
> should occur. Also, does anyone have any configuration files
> as examples?
> Thanks for any help...
>
You can have a look at the next pages to do something you might like. For
all of them: there is a vnc-server available at the moment you point
vncviewer to it.
http://www.sourcecodecorner.com/articles/vnc/linux.asp
... to start a new server on the fly. It is presented for linux which is
just an other unix. I bet you only need to adapt the /etc/services and
/etc/inetd.conf files.
To check if it might work: `Xvnc :4 -query localhost`.
Details to the /etc/inetd.conf file:
- use the path to your Xvnc binary.
- add the fontpath (-fp ...) to reflect your local fontpath (`xrdb -q`)
http://xf4vnc.sourceforge.net/
If you use the XFree86 Xserver: gives access to :0
http://www.hexonet.de/software/x0rfbserver/
If your Xserver uses the framebuffer device: gives access to :0
CBee