RE: /tmp/.X11-pipe

2001-08-08 Thread Tony Shum
Hello Roger, The easiest way is to do is just use "-pn" option for the vncserver just like what Shaddy Baddah said, or add that your vncserver script just like the example below. vncserver ... ... # Now start the X VNC Server $cmd = "Xvnc :$displayNumber"; $cmd .= " -desktop " . "edString

RE: /tmp/.X11-pipe

2001-08-07 Thread Baddah, Shaddy
I'm not the absolute authority on this, but I get the feeling no standard X11 apps will work, as the named socket is usually fixed in the X11 library. Are you aware of the -pn "accept failure to listen on all ports" option, which will allow listening only on the inet port. You can then use the in