Page 3 of 3 FirstFirst 123
Results 21 to 21 of 21

Thread: Putty - and its lack of shell characters

  1. #21
    Join Date
    Jun 2005
    Beans
    1,056
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Putty - and its lack of shell characters

    After some searching around I issued this command which uses a 'tight' encoding;

    Code:
    vncviewer -encodings 'tight' localhost:5900
    Another option is which uses 'copyrect tight hextile' which is 3 encodings plus an 8 bit colour scheme;

    Code:
    vncviewer -bgr233 -encodings 'copyrect tight hextile' localhost:5900
    There are more options;

    Code:
           vncviewer -help
    
    <OPTIONS> are standard Xt options, or:
            -via <GATEWAY>
            -shared (set by default)
            -noshared
            -viewonly
            -fullscreen
            -noraiseonbeep
            -passwd <PASSWD-FILENAME> (standard VNC authentication)
            -encodings <ENCODING-LIST> (e.g. "tight copyrect")
            -bgr233
            -owncmap
            -truecolour
            -depth <DEPTH>
            -compresslevel <COMPRESS-VALUE> (0..9: 0-fast, 9-best)
            -quality <JPEG-QUALITY-VALUE> (0..9: 0-low, 9-high)
            -nojpeg
            -nocursorshape
            -x11cursor
            -autopass
    http://www.tightvnc.com/vncviewer.1.php
    Last edited by Irony; May 15th, 2010 at 12:38 PM.

Page 3 of 3 FirstFirst 123

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
  •