Results 1 to 3 of 3

Thread: Xvnc4 cant find /root/.vnc/xstartup on Ubuntu 10.10

  1. #1
    Join Date
    Feb 2011
    Beans
    3

    Unhappy Xvnc4 cant find /root/.vnc/xstartup on Ubuntu 10.10

    Hi,

    Im trying to reconfigurate my Ubuntu Server, to use VNC multsession clients. For this i'm using xinetd and vnc4server. Like i used on Ubuntu 8.4 and works fine. But in Ubuntu Server 10.10, when the Vnc Viewer Cliente conect to the server on port 5900 I just receved an grey screen, and the server dont run gnome-session. This occours with when i starting Xvnc using xinetd. But if i'm loggin using root user, and start the server in the commando line like this:
    vnc4server -query localhost -geometry 1024x768 -depth 16 -once -fp /usr/share/fonts/X11/misc -SecurityTypes None -Protocol3.3
    the Xvnc4 reads /root/.vnc/xstartup and run gnome session.

    This is my xinetd file:
    service Xvnc
    {
    type = UNLISTED
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    server = /usr/bin/Xvnc4
    server_args = -inetd -query localhost -geometry 1024x768 -depth 16 -once -fp /usr/share/fonts/X11/misc -SecurityTypes None -Protocol3.3
    port = 5900
    }

    Walter
    Last edited by waltercoan; February 21st, 2011 at 03:22 AM.

  2. #2
    Join Date
    Apr 2009
    Location
    Milwaukee, Wisconsin, USA
    Beans
    27
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Xvnc4 cant find /root/.vnc/xstartup on Ubuntu 10.10

    Did you ever find an answer to this? I'm having the same problem.

  3. #3
    Join Date
    Apr 2009
    Location
    Milwaukee, Wisconsin, USA
    Beans
    27
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Xvnc4 cant find /root/.vnc/xstartup on Ubuntu 10.10

    I finally gave up on this, started fresh from a snapshot of my system, and installed xrdp and vnc4server. Worked right out of the box. Very frustrating. I will be trying VNC again when 11.04 comes out.

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
  •