Hi, I am trying to get vnc running on Solaris 8 and have made pretty good progress but I'm not there yet. Xvnc starts OK, and I can connect with a vnc viewer on a PC, but all I see is a blank gray screen.
Here is the log file: =========== 13/11/01 14:09:20 Xvnc version 3.3.3r2 13/11/01 14:09:20 Copyright (C) AT&T Laboratories Cambridge. 13/11/01 14:09:20 All Rights Reserved. 13/11/01 14:09:20 See http://www.uk.research.att.com/vnc for information on VNC 13/11/01 14:09:20 Desktop name 'X' (freya:3) 13/11/01 14:09:20 Protocol version supported 3.3 13/11/01 14:09:20 Listening for VNC connections on TCP port 5903 13/11/01 14:09:20 Listening for HTTP connections on TCP port 5803 13/11/01 14:09:20 URL http://freya:5803 xrdb: No such file or directory xrdb: Can't open display ':3' xsetroot: unable to open display ':3' twm: unable to open display ":3" Error: Can't open display: :3 =============== Here is my xstartup file: ========== #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & ========== When I try to run the steps in the xstartup manually one at a time, they all run until the last one, which fails: ================== freya:twm: another window manager is already running on screen 0? twm: unable to find any unmanaged screens =================== I'm sure this is a simple problem, but I don't know xwindows and twm. I would appreciate any help Gabor Gabor Kiss Telcordia Technologies Inc. [EMAIL PROTECTED] (973) 829-4952 --------------------------------------------------------------------- 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 ---------------------------------------------------------------------