> -----Original Message-----
> From: Andrew Rosborough [mailto:[EMAIL PROTECTED]
>  
> I attempted to search for a solution to this problem, but 
> couldn't find
> anything.  When I have two users running vncserver on a Red Hat 8.0
> computer, the second issued display, :2, does not work.  Here are the
> log files for that display and my xstartup file.

If you have multiple users working with vnc at the same unix box, considder
the inetd setup as on http://www.sourcecodecorner.com/articles/vnc/linux.asp
. It avoids lots of problems with concurrent sessions that influence each
other.


CBee


>  
> ----------------------siberia:2.log----------------------
>  
>>>>> log removed <<<<<<<<<<<
>  
> ----------------------xstartup----------------------
>  
> #!/bin/sh
>  
> xrdb $HOME/.Xresources
> xsetroot -solid grey
> #ssjxterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP desktop" &
>  
> #ssj twm &
>  
> gnome-session &

Here is a problem: If this gnome is started from within an other gnome, they
are hooked by several things. Some updated xstartup files that start gnome,
unset gnome specific variables here. Check for all of them.

To avoid gnome settings from other gnome sessions, best use the inetd setup
as described at the link above. If inetd is not an option, start this
vncsession with `rsh localhost vncserver`, which should disable the gnome
settings. (unless, they are propagated trough rsh...)


> "xstartup" 9L, 151C                                           1,1
> All
>  
>  
> If you can see any problem with this please let me know.
>  
> Andrew Rosborough
> http://www.rosborough.net <http://www.rosborough.net/> 
> _______________________________________________
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to