Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

problem with vnc viewer not drawing a window



vncviewer starts, but gives this error message
main:        InStream max string length exceeded

It will not draw a window

Here's the log from the machine running vncserver
Getting interface configuration (4): Device not configured
16/08/08 17:09:34 Xvnc version 3.3.3r2
16/08/08 17:09:34 Copyright (C) AT&T Laboratories Cambridge.
16/08/08 17:09:34 All Rights Reserved.
16/08/08 17:09:34 See http://www.uk.research.att.com/vnc for information on VNC
16/08/08 17:09:34 Desktop name 'X' (sophia:1)
16/08/08 17:09:34 Protocol version supported 3.3
16/08/08 17:09:34 Listening for VNC connections on TCP port 5901
16/08/08 17:09:34 Listening for HTTP connections on TCP port 5801
16/08/08 17:09:34   URL http://sophia:5801
xrdb: Can't open display ':1'
xsetroot:  unable to open display ':1'
xterm Xt error: Can't open display: :1
twm:  unable to open display ":1"

I tried setting the DISPLAY variable to this
192.168.1.112:1
and here are the contents of /sys/.vnc/xstartup
#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &


Could someone help me troubleshoot this? Thanks.


What is slightly irritating is I had vnc working on another (now dead)
computer, and I can't find the tutorial from which I got my original
xstartup file.

                                                Michael


Home | Main Index | Thread Index | Old Index