Thanks, Alan.  Works great!

I grabbed the most recent binary (xf4vnc-linux-i386, version 4.2.0.1), and
increased the sleep from 2 to 5 seconds in the vncserver script to allow for
longer startup (there should be a better way to wait until the server is
up).  I also removed "-compatiblekbd" from the argument list I typically
give vncserver since this new Xvnc doesn't take (and doesn't need) the
argument.

Here's the sleep I changed in my vncserver script.

--------------
      close(LOG);
      die "\n";
  }
  sleep(5);    # WAS sleep(2)

  warn "\nNew '$desktopName' desktop is $host:$displayNumber\n\n";
  --------------

Thanks again.

-- Randy

Randy Sargent
Computer Scientist
Intelligent Robotics Group
NASA Ames Research Center / QSS, Inc.

----- Original Message -----
From: "Alan Hourihane" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 15, 2002 2:04 AM
Subject: Re: GLX for Xvnc?


> On Mon, Jul 15, 2002 at 01:48:47 -0700, Randy Sargent wrote:
> > Has anyone worked on a version of Xvnc which supports GLX?  I'm not
looking
> > for client-side acceleration;  the mesa-based GLX from XFree86 4 on the
> > server side would be fine.
>
> Get xf4vnc from http://sf.net/projects/xf4vnc
>
> Alan.
> _______________________________________________
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to