> -----Original Message-----
> From: Gandalf [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 14, 2002 12:31 PM
> To: [EMAIL PROTECTED]
> Subject: VNC and X server
> 
> 
> Hello,
> 
> I ask me if that problem is causes by installing VNC on a Linux OS:
> my X server doesn't want to launch itself at the boot of Linux.
> 
> Yesterday, I have first downloaded VNC for unix and have 
> compiled the sources
> (make then make install)!!
> But VNC didn't run.
> Then, I found that there was a special package for Linux that 
> I installed by
> copying "Xvnc", "vncviewer" and "vncserver" in /usr/local/bin.
> After, VNC program ran !
> 
> Today, when I boot Linux, no server X and consequently no VNC !!
> 
> Is it due on the fact that when I installed VNC for unix, the 
> compilation has
> changed configuration of my X server ?
> 

I think you have somehow mingled your system. If you have the local X
already up and running, try one of the next.


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
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to