Hi, I have configured vnc on my centos server machine. But, unable to access the vnc client. When ever i try to access my client. All I get is a blank screen with only mouse working. I am very clue less about the problem, Can I find out this error. Regards, Vijay Shanker Dubey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100311/3e79a2e2/attachment-0002.html>
Hi I found out a log file in my .vnc folder. Here is the details: ----- Xvnc Free Edition 4.1.2 Copyright (C) 2002-2005 RealVNC Ltd. See http://www.realvnc.com for information on VNC. Underlying X server release 70101000, The X.Org Foundation Thu Mar 11 08:51:53 2010 vncext: VNC extension running! vncext: Listening for VNC connections on port 5902 vncext: Listening for HTTP connections on port 5802 vncext: created VNC server for screen 0 /bin/sh: (-): No such file or directory Thu Mar 11 08:52:04 2010 Connections: accepted: 122.162.132.162::46570 SConnection: Client needs protocol version 3.8 SConnection: Client requests security type VncAuth(2) Thu Mar 11 08:52:10 2010 VNCSConnST: Server default pixel format depth 16 (16bpp) little-endian rgb565 VNCSConnST: Client pixel format depth 6 (8bpp) rgb222 ------ Regards, Vijay Shanker Dubey On Thu, Mar 11, 2010 at 10:13 PM, Vijay Shanker Dubey <vijay.shad at gmail.com>wrote:> Hi, > > I have configured vnc on my centos server machine. But, unable to access > the vnc client. When ever i try to access my client. All I get is a blank > screen with only mouse working. > > I am very clue less about the problem, Can I find out this error. > > Regards, > Vijay Shanker Dubey > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100311/15da8042/attachment-0002.html>
On Thu, Mar 11, 2010 at 11:43 AM, Vijay Shanker Dubey <vijay.shad at gmail.com> wrote:> Hi, > I have configured vnc on my centos server machine. But, unable to access the > vnc client. When ever i try to access my client. All I get is a blank screen > with only mouse working. > I am very clue less about the problem, Can I find out this error.Most likely you do not have a window manager configured in your ~/vnc/xstartup file. Mine, for example, looks like this: #!/bin/sh [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & startxfce4 & The last line starts up my window manager and desktop.
On 3/11/2010 10:43 AM, Vijay Shanker Dubey wrote:> Hi, > > I have configured vnc on my centos server machine. But, unable to access > the vnc client. When ever i try to access my client. All I get is a > blank screen with only mouse working. > > I am very clue less about the problem, Can I find out this error.Have you tried freenx and either nxclient or the NX clients you can download from http://www.nomachine.com for linux/windows/mac? It is really much nicer than vnc for remote access. -- Les Mikesell lesmikesell at gmail.com