首页 > 其他分享 >vncviewer所有原始参数

vncviewer所有原始参数

时间:2025-01-17 09:37:53浏览次数:1  
标签:full parameters default server window 参数 原始 vncviewer

-

[rkey@archlinux qemu]$ vncviewer -help

TigerVNC 查看器 v1.14.1
构建于:2024-10-30 18:05
版权所有 1999-2024 TigerVNC 团队及众多开发者(参见 README.txt)
访问 http://www.tigervnc.org 以获取更多关于 TigerVNC 的信息。

usage: vncviewer [parameters] [host][:displayNum]
       vncviewer [parameters] [host][::port]
       vncviewer [parameters] [unix socket]
       vncviewer [parameters] -listen [port]
       vncviewer [parameters] [.tigervnc file]

Options:

  -display Xdisplay  - Specifies the X display for the viewer window
  -geometry geometry - Initial position of the main VNC viewer window. See the
                       man page for details.

Parameters can be turned on with -<param> or off with -<param>=0
Parameters which take a value can be specified as -<param> <value>
Other valid forms are <param>=<value> -<param>=<value> --<param>=<value>
Parameter names are case-insensitive.  The parameters are:

Global Parameters:
  via            - Gateway to tunnel via
  FullscreenSystemKeys - Pass special keys (like Alt+Tab) directly to the
                   server when in full-screen mode. (default=1)
  MenuKey        - The key which brings up the popup menu (default=F8)
  display        - Specifies the X display on which the VNC viewer window
                   should appear.
  SendPrimary    - Send the primary selection to the server as well as the
                   clipboard selection (default=1)
  SetPrimary     - Set the primary selection as well as the clipboard selection
                   (default=1)
  SendClipboard  - Send clipboard changes to the server (default=1)
  AcceptClipboard - Accept clipboard changes from the server (default=1)
  Shared         - Don't disconnect other viewers upon connection - share the
                   desktop instead (default=0)
  ViewOnly       - Don't send any mouse or keyboard events to the server
                   (default=0)
  RemoteResize   - Dynamically resize the remote desktop size as the size of
                   the local client window changes. (Does not work with all
                   servers) (default=1)
  listen         - Listen for connections from VNC servers (default=0)
  geometry       - Specify size and position of viewer window
  DesktopSize    - Reconfigure desktop size on the server on connect (if
                   possible)
  FullScreenSelectedMonitors - Use the given list of monitors in full screen
                   when -FullScreenMode=Selected. (default=1)
  FullScreenAllMonitors - [DEPRECATED] Enable full screen over all monitors
                   (default=0)
  FullScreenMode - Specify which monitors to use when in full screen. Should be
                   either Current, Selected or All (default=Current)
  FullScreen     - Enable full screen (default=0)
  Maximize       - Maximize viewer window (default=0)
  QualityLevel   - JPEG quality level. 0 = Low, 9 = High (default=8)
  NoJPEG         - Disable lossy JPEG compression in Tight encoding.
                   (default=0)
  CompressLevel  - Use specified compression level 0 = Low, 9 = High
                   (default=2)
  CustomCompressLevel - Use custom compression level. Default if CompressLevel
                   is specified. (default=0)
  PreferredEncoding - Preferred encoding to use (Tight, ZRLE, Hextile or Raw)
                   (default=Tight)
  LowColourLevel - Alias for LowColorLevel
  LowColorLevel  - Color level to use on slow connections. 0 = Very Low, 1 =
                   Low, 2 = Medium (default=2)
  FullColour     - Alias for FullColor
  FullColor      - Use full color (default=1)
  AutoSelect     - Auto select pixel format and encoding. Default if
                   PreferredEncoding and FullColor are not specified.
                   (default=1)
  passwd         - Alias for PasswordFile
  PasswordFile   - Password file for VNC authentication
  ReconnectOnError - Give a dialog on connection problems rather than exiting
                   immediately and ask for a reconnect. (default=1)
  AlertOnFatalError - Give a dialog on connection problems rather than exiting
                   immediately (default=1)
  DotWhenNoCursor - Show the dot cursor when the server sends an invisible
                   cursor (default=0)
  EmulateMiddleButton - Emulate middle mouse button by pressing left and right
                   mouse buttons simultaneously (default=0)
  PointerEventInterval - Time in milliseconds to rate-limit successive pointer
                   events (default=17)
  MaxCutText     - Maximum permitted length of an incoming clipboard update
                   (default=262144)
  Log            - Specifies which log output should be directed to which
                   target logger, and the level of output to log. Format is
                   <log>:<target>:<level>[, ...].
  GnuTLSPriority - GnuTLS priority string that controls the TLS session’s
                   handshake algorithms
  UseIPv6        - Use IPv6 for incoming and outgoing connections. (default=1)
  UseIPv4        - Use IPv4 for incoming and outgoing connections. (default=1)
Viewer Parameters:
  SecurityTypes  - Specify which security scheme to use (None, VncAuth, Plain,
                   TLSNone, TLSVnc, TLSPlain, X509None, X509Vnc, X509Plain,
                   RA2, RA2ne, RA2_256, RA2ne_256, DH, MSLogonII)
                   (default=X509Plain,TLSPlain,X509Vnc,TLSVnc,X509None,TLSNone,RA2,RA2_256,RA2ne,RA2ne_256,DH,MSLogonII,VncAuth,None)
  X509CRL        - X509 CRL file
                   (default=/home/rkey/.config/tigervnc/x509_crl.pem)
  X509CA         - X509 CA certificate
                   (default=/home/rkey/.config/tigervnc/x509_ca.pem)

 

-

标签:full,parameters,default,server,window,参数,原始,vncviewer
From: https://www.cnblogs.com/r-key/p/18676202

相关文章

  • 常用JVM参数(基于JDK1.8)
    JVM常用参数解析在Java应用程序中,JVM(JavaVirtualMachine)是运行代码的核心组件。为了优化应用性能,JVM提供了一些可调的参数,帮助开发者和运维人员根据实际需求调整内存分配、垃圾回收行为、日志记录等。本文将详细介绍常用的JVM配置参数,帮助你更好地理解和优化Java应用。......
  • WRF模式理论讲解,从动力方程、参数化方案及python语言与WRF模式运行结合
    当今从事气象及其周边相关领域的人员,常会涉及气象数值模式及其数据处理,无论是作为业务预报的手段、还是作为科研工具,掌握气象数值模式与高效前后处理语言是一件非常重要的技能。WRF作为中尺度气象数值模式的佼佼者,模式功能齐全,是大部分人的第一选择。而掌握模式还只是第一步,将......
  • 5KP78A瞬态抑制二极管78V电压参数详情
    5KP78A单向TVS瞬态抑制二极管二极管产品已经跟我们的生活有着密不可分的联系了,TVS瞬态抑制二极管,是一种高效能保护二极管,产品体积小、功率大、响应快等诸多优点,产品应用广泛TVS瞬态抑制二极管5KP78A,是一种二极管形式的高效能被动保护器件贴片TVS瞬态抑制二极管详情简介 ......
  • C# Oracle带参数执行Sql语句
    1、封装执行函数,入参:sql语句和参数数组publicintUpdateRecord(stringsql,paramsOracleParameter[]parameters){intiResult=0;using(varconn=newOracleConnection(TeJianConn)){conn.Open();OracleCommandcommand=co......
  • (ACL-2024)MELoRA:用于参数高效微调的迷你集成低秩适配器
    MELoRA:用于参数高效微调的迷你集成低秩适配器paper是山东大学发表在ACL2024的工作papertitle:MELoRA:Mini-EnsembleLow-RankAdaptersforParameter-EfficientFine-TuningCode:https://github.com/chasonshi/meloraAbstract参数高效微调(PEFT)是一种流行的......
  • JMeter 命令行利器:-J 参数详解
    JMeter命令行利器:-J参数详解在进行JMeter性能测试时,命令行模式提供了更大的灵活性和自动化能力。其中,-J参数是JMeter命令行选项中一个非常重要的组成部分,它允许我们设置Java系统属性,从而影响JMeter的各种行为,包括配置、日志、插件以及其他各种设置。我们深入探讨-J......
  • screenkey参数
    我在archlinux上 yay-Sscreenkey 安装了一下,发明不太行,或者我不会用,只有按ctrl组合按键时才会显示一点内容。不清楚什么情况。参数示例:screenkey--position=bottom-t=1-g=300x200--persist--font-color=#fff--compr-cnt=3-M--show-settings--usage:screenkey......
  • 期望最大化算法:机器学习中的隐变量与参数估计的艺术
    引言在机器学习和统计学领域,许多实际问题涉及到含有隐变量的概率模型。例如,在图像识别中,图像的语义信息往往是隐变量,而我们能观测到的只是图像的像素值;在语音识别中,语音对应的文本内容是隐变量,观测数据则是语音信号。期望最大化(Expectation-Maximization,简称EM)算法作为一......
  • 【Azure Function】C#独立工作模式下参数类型 ServiceBusReceivedMessage 无法正常工
    问题描述在C#AzureFunction使用ServiceBus作为触发器时候,在C#独立工作模式下,说可以支持使用 ServiceBusReceivedMessage类型作为触发消息的参数类型:[Function(nameof(ServiceBusReceivedMessageFunction))][ServiceBusOutput("outputQueue",Connect......
  • 【AI绘画】Stable Diffusion实战(一):入门详细教程(环境安装,插件,参数,提示词)
    StableDiffusion是利用扩散模型进行图像生成的产品,可以支持text2image、image2image。并且由于“论文公开+代码开源”,其用户群体远大于其他AI图像生成产品,之后小编会连续更新一些关于AI绘画的干货教程**目标:**了解入门StableDiffusion相关背景,环境安装,插件,文生图参数......