Results 1 to 2 of 2

Thread: VNC - grey screen issue

  1. #1
    Join Date
    Mar 2009
    Beans
    5

    Question VNC - grey screen issue

    I have 64-bit Ubuntu server install and then install ubuntu desktop via apt-get. Then installed vnc4server and started it which gave me this message. Earth is the hostname, logged in as vncuser.
    ------------------------------------------------------------------
    New 'earth:1 (vncuser)' desktop is earth:1

    Starting applications specified in /home/vncuser/.vnc/xstartup
    Log file is /home/vncuser/.vnc/earth:1.log
    ------------------------------------------------------------------
    After connecting to earth:1 from a client, I get a grey screen with one bash window in white.

    The desktop comes up fine from the console.

    Please help.
    Last edited by gujumax; March 17th, 2009 at 02:00 AM. Reason: Problem solved

  2. #2
    Join Date
    Mar 2009
    Beans
    5

    Re: VNC - grey screen issue

    I solved the issue by editing /home/vncuser/.vnc/xstart - this is what the file looks like.

    #!/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 &
    gnome-session &

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •