On Fri, Nov 16, 2001 at 08:21:05AM -0800, Scott J. Sherratt wrote: > However, every time I reboot, vncserver starts up and creates a new entry > in /tmp/.X11-unix X0 X1 X2 X3 etc. and I have to connect remotely using > the latest number i.e. vnc to 192.168.1.100:3. Are the Xn's supposed to > be cleaned up somehow ? How is this done ?
Please take a look at <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55135> which I think is related to this problem. In summary, there is a bug in Xvnc related to the use of a font server. The bug is corrected in the current rawhide VNC packages at ftp://ftp.redhat.com/pub/redhat/linux/rawhide/. So, either try out those packages, or avoid the use of a font server by editing /usr/bin/vncserver at line 149: $cmd .= " -fp unix/:7100"; # $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; Change this to: # $cmd .= " -fp unix/:7100"; $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; Tim. */ [demime 0.97b removed an attachment of type application/pgp-signature] --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------