Results 1 to 2 of 2

Thread: Help with realvnc server parameters

  1. #1
    Join Date
    Aug 2009
    Beans
    112

    Help with realvnc server parameters

    I'm testing realvnc, and it works great EXCEPT for some settings in the server I'd like to change.

    One connection can connect to a desktop, and then if another connects, it boots the first one off.

    I found two settings that will fix it; -NeverShared -DisconnectClients=0

    The problem is I've not figured out how to get the server to use these parameters.

    Here is what is running on the system now:

    root 1540 1 0 Jan13 ? 00:00:26 vncserver-x11-serviced
    root 24919 1540 0 13:51 ? 00:00:00 /usr/bin/vncserver-x11-core -service
    mcgadyk 24970 1 0 13:51 ? 00:00:00 /usr/bin/vncserverui service VNC® Server 3
    mcgadyk 24988 1 0 13:51 ? 00:00:00 /usr/bin/vncserverui service VNC® Server 3

    Notice that vncserver-x11-serviced starts vncserver-x11-core -service, but I need to pass those options to it.

    If I manually start this:

    /usr/bin/vncserver-x11-core -service -NeverShared -DisconnectClients=0

    Then it works perfectly. When a second client tries to connect, it gives a message that it's already in use.

    I've read the man on these services, but so far I've been unable to have the system start with the -NeverShared -DisconnectClients=0 options.

  2. #2
    Join Date
    Aug 2009
    Beans
    112

    Re: Help with realvnc server parameters

    This is irritating... I've still not been able to find the config files for realVNC server...

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
  •