I am trying to run mozilla inside vnc without much success. When I specify a depth of 24 Xvnc core dumps when mozilla starts up. A depth of 8 works fine (but is ugly). Here is the stack back trace of Xvnc:
#0 0xff1c5d2c in realfree () from /usr/lib/libc.so.1 #1 0xff1c651c in cleanfree () from /usr/lib/libc.so.1 #2 0xff1c56a4 in _malloc_unlocked () from /usr/lib/libc.so.1 #3 0xff1c559c in malloc () from /usr/lib/libc.so.1 #4 0x69780 in Xalloc (amount=132) at utils.c:1158 #5 0x4c36c in AllocateGC (pScreen=0x25f8e0) at gc.c:599 #6 0x4c440 in CreateGC (pDrawable=0x8355f0, mask=75008, pval=0x7acea4, pStatus=0xffbee8bc) at gc.c:629 #7 0x35ff4 in ProcCreateGC (client=0x7dbef8) at dispatch.c:1407 #8 0x32f4c in Dispatch () at dispatch.c:300 #9 0x12514 in main (argc=20, argv=0xffbeeb34) at main.c:400 And here is the log file: Appending -nolisten local due to non-writable /tmp/.X11-unix directory 25/03/02 16:18:02 Xvnc version 3.3.3r2 25/03/02 16:18:02 Copyright (C) AT&T Laboratories Cambridge. 25/03/02 16:18:02 All Rights Reserved. 25/03/02 16:18:02 See http://www.uk.research.att.com/vnc for information on VNC 25/03/02 16:18:02 Desktop name 'X' (ongws049:3) 25/03/02 16:18:02 Protocol version supported 3.3 25/03/02 16:18:02 Listening for VNC connections on TCP port 5903 25/03/02 16:18:02 Listening for HTTP connections on TCP port 5803 25/03/02 16:18:02 URL http://ongws049:5803 25/03/02 16:18:29 Got connection from client 135.2.204.49 25/03/02 16:18:29 Protocol version 3.3 25/03/02 16xterm: unable to open font "lucidasanstypewriter-10", trying "fixed".... X connection to ongws049:3.0 broken (explicit kill or server shutdown). xterm: fatal IO error 32 (Broken pipe) or KillClient on X server "ongws049:3.0"ing raw encoding for client 135.2.204.49 My server command is: vncserver :3 -geometry 1280x1024 -depth 24 and my viewer command is: vncviewer ongws049:3 I tried -cc 3 with -depth 24, but the server would not even start. Thanks for any help you can provide! Jim --------------------------------------------------------------------- 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 ---------------------------------------------------------------------