> -----Original Message----- > From: Nipat Rojratanavanich [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 5:09 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: VNC Redhat Linux 7.2 Screen Display 0 Request > > > Dear VNC Members > > My name is Nipat , System Engineer in Thailand. I am a > real member of VNC. Now I would like to ask you some > questions about VNC Program. Now I am using VNC server and > VNC viewer in Redhat Linux 7.2. I can operate both of them in > Screen Display 1 with these commands : > > vncserver -geometry 1280x1024 -depth 24 :1 > > vncviewer -fullscreen localhost:1 > > But I can not operate both of them in Screen Display 0. > However , I have to operate them in Display 0 in necessary.Do > you have some suggestion how to operate VNC in Display 0 ? >
You can have a look at the next pages to do something you might like. 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
