----- Original Message ----- From: "Bob Ambroso" <[EMAIL PROTECTED]>
> Sorry if there was some confusion.. I must be logged in to the console > in order for my remote machine to get a desktop.. > I will include the details of my configuration or "misconfiguration" > below: > This is my ~/.vnc file > -rw------- 1 BAmbroso BAmbroso 8 Mar 19 16:03 passwd > -rw-r--r-- 1 BAmbroso BAmbroso 4226 Mar 20 13:22 > solano.whittierpl.org:1.log > -rw-r--r-- 1 BAmbroso BAmbroso 5 Mar 20 12:01 > solano.whittierpl.org:1.pid I don't see the xstartup file here. > logfile looks like this for all my connections: > 20/03/03 12:23:14 Got connection from client 127.0.0.1 [snip] Is there more before this? It should start by printing the vncserver version number and other info. The problem is occuring during the vncserver setup, not during a connection. > ~/.vnc/xstartup looks like this. > [EMAIL PROTECTED] .vnc]$ more xstartup > #!/bin/sh > > # Red Hat Linux VNC session startup script > unset SESSION_MANAGER > #exec /etc/X11/xinit/xinitrc > exec gnome-session > xrdb $HOME/.Xresources > xsetroot -solid grey > xterm -geometry 1024x768 -ls -title "$VNCDESKTOP Desktop" & > twm & > [snip] This should definitely cause some errors. You are trying to run two window managers. Try commenting out everything but: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc and repost the full log. -- William Hooper Families are like fudge . . . mostly sweet, with a few nuts. _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
