Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Jul 26, 2005 5:13 pm 
Offline
Newbie

Joined: Tue Jul 26, 2005 5:09 pm
Posts: 2
I have two boxes. One is a windows xp desktop, the other is a fedora core 2 server. I have installed vnc on both. I CAN connect both ways. Meaning I can connect to the fedora box from the windows box and visa versa. The issue I am having is that when I connect to the fedora box from the windows box I get a grey desktop with a terminal (like in a regular ssh session ie. putty) and a option box that allows me to trade clipboards between the boxes.

Is this normal? Or is there a way to connect to my fedora box and get my Gnome GUI to come up? I have found hints to a xinitrc file but I am not familar with linux enough to know what to do with it. I have read the man files on it but I don't know how to relate that to the vnc server.

Any help would be great appreciated. I want to be able to connect to it because I want to learn linux via this medium.


Top
   
 Post subject:
PostPosted: Tue Jul 26, 2005 9:13 pm 
Offline
Newbie

Joined: Tue Jul 26, 2005 5:09 pm
Posts: 2
#!/bin/sh

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


This is my xstartup file if this can help anyone help me.


Top
   
 Post subject:
PostPosted: Tue Jul 26, 2005 10:15 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
socrates_777 wrote:
This is my xstartup file if this can help anyone help me.

Try replacing it with this:

Code:
#!/bin/sh

/usr/bin/gnome-session &

or
Code:
#!/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

-Chris


Top
   
 Post subject:
PostPosted: Tue Jul 26, 2005 10:17 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
Good reference:

http://home.cc.umanitoba.ca/~psgendb/vnc/vnc.html

-Chris


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: wolfsoft and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group