PDA

View Full Version : Vnc


closer
2004-03-27, 09:16 AM CST
When using vncserver and i log in from a remote computer
the X dislay is not gnome or kde it somthing I have never seen before. can gnome be loaded with vnc and how

Thanks

Closer

taylor65
2004-03-27, 09:20 AM CST
Are you trying to remotely access a linux machine with another linux machine? If so, use Xnest instead of vnc.

redhat71
2004-03-27, 04:14 PM CST
iirc, just modify .vnc/xstartup and change"twm &" to "exec gnome-session &" then restart vncserver

tchung
2004-03-27, 04:51 PM CST
Hello,

If you haven't, please refer to:

http://fedoranews.org/tchung/vnc/

Thomas

closer
2004-03-28, 01:22 PM CST
iirc, just modify .vnc/xstartup and change"twm &" to "exec gnome-session &" then restart vncserver


That was just what the doctor orderd. that worked perfect.
My vnc works great now thankyou very much for everyones help

Thankyou

Closer

closer
2004-04-02, 08:00 AM CST
Moderator

Please note that this problem is resolved

thanks

Closer

maarten
2004-04-10, 09:59 AM CDT
so i installed fedora core1
have a gnome desktop running
and tried to get vnc running, as a reference i used:
http://fedoranews.org/tchung/vnc/

check if it's there:
[root:]rpm -q vnc vnc-server
vnc-4.0-0.beta4.3
vnc-server-4.0-0.beta4.3

adapting:
/etc/sysconfig/vncservers
VNCSERVERS="1:maarten"

[root:]vncpasswd
Password:
Verify:

[root:]ls .vnc
passwd

but now it goes wrong:
[root:]sudo /sbin/service vncserver start
Starting VNC server: 1:maarten [FAILED]

who knows how to troubleshoot this.

maarten

jedtheHumanoid
2004-05-23, 05:00 PM CDT
marteen: i had the same problem when i went though the guide on fedoranews.
I found out the problem was that i didn't follow the guide extensively but instead i was root all the time trough the guide, with the result of vncpasswd setting the passwd for root and not the user i intended to set it for:rolleyes:.

Being correct user (same as you set in the vnc config file) when running vncpasswd and then starting server again solved it!
Good luck :)