T50 VNC Viewer ini file connect options

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40967
    Andy
    Participant
    • Total Post: 12
    • Regular Joe
    • ★★

    Here is the VNV Viewer connetion options from the manual:
    CONNECT=VNC_VIEWER \
    Description=”VNC_Connection” \
    Host=192.168.0.2 \
    Color=24 \
    AutoConnect=Yes \
    Display=0 \
    Password=xyz \
    Fullscreen=Yes \
    LocalCopy=No

    If you configure the conection on the machine itself, there is a separate option to be able to enter the port number, and not the Display. Is there an option to set the port in the ini file? Can it be done by the following:
    Host=192.168.0.2:5901 \
    i.e appending the port to the IP address?

    Also, is there a reconect option if the connection is lost? There is on other conections.

    #40971
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Try adding

    port=5901 \

    to your connection setting. There is no autoreconnect option for VNC.

    CONNECT=VNC_VIEWER \
    Description=”VNC_Connection” \
    Host=192.168.0.2 \
    port=5901 \
    Color=24 \
    AutoConnect=Yes \
    Display=0 \
    Password=xyz \
    Fullscreen=Yes \
    LocalCopy=No

    CG

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.