you need to define KDE or GNOME as your desktop manager<br>In your .vnc/xstartup file<br><ol><li>Edit ~/.vnc/xstartup
</li><li> For KDE, replace "twm &" with "startkde &"
</li><li> For Gnome, replace "twm &" with "exec gnome-session &"
</li><li> Kill any existing VNC servers with "vncserver -kill :xxx" where xxx is the display number.
</li><li> Start a new server.
</li></ol><br><br><div><span class="gmail_quote">On 3/23/06, <b class="gmail_sendername">Ed Smith</b> <<a href="mailto:esmith@bcc.ctc.edu">esmith@bcc.ctc.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<br><br>Still kind of new to Linux, trying to set up VNC Server so I can access the<br>machine remotely from Windows. My /etc/sysconfig/vncservers file looks like<br>this, currently:<br><br>VNCSERVERS="1:ed"
<br>VNCSERVERARGS[1]="-geometry 1024x768 -depth 16"<br><br>So far when I connect all I get is a grey screen with a terminal window.<br>I've also tried commenting out the lines in the vncservers file and<br>launching the vncserver from command line with the following command:
<br><br>vncserver :1 -name ed -depth 16 -geometry 1024x768<br><br>When I connect with the VNC client I see the same display. I'd really<br>appreciate if someone would tell me what I'm doing wrong. Thanks in advance!<br><br>
Edward<br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br><br><br></blockquote></div><br>