This is the default /root/.vnc/xstartup :
    #!/bin/sh
  # Uncomment the following two lines for normal desktop:
  unset SESSION_MANAGER
  exec /etc/X11/xinit/xinitrc
  [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
  [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
  xsetroot -solid grey
  vncconfig -iconic &
  xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
  twm &

My other servers had only:
  unset SESSION_MANAGER
  exec /etc/X11/xinit/xinitrc
   
  and they can run multiple sessions (different users have their own xwin when 
logged in at the same time). I tried this on the server in question but didnt 
help. Where else could i change any kinda config?
   
  Thanks
   
  El Neofito <[EMAIL PROTECTED]> wrote:

    Hi,

Vnc in Fedora/Redhat has always been functional in multiple sessions .i.e 
different sessions will have different xwindows. However my Fedora Core 2 vnc 
is like windows where there is only 1 session where multiple sessions will see 
the same xwindows. I did something which i couldnt remember and it became only 
1 session can exist, kicking out the previous.

What do i need to change in order to perform the following:
1) multiple sessions with different xwindows per session
2) 1 session where multiple sessions only see the same xwindows
3) 1 session at a time, kicking out the previous.

Regards

Send instant messages to your online friends http://uk.messenger.yahoo.com 
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list



Send instant messages to your online friends http://uk.messenger.yahoo.com 
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to