同步器特定选项
There are 2 types of Syncker-specific options:有 2 种类型的 Syncker 特定选项:
- Command-line options used to specify screen configuration, addressing mode, multicast address of the Master computer, or a port to be used on the application start-up. These options have the same syntax as the other start-up command-line options.用于指定屏幕配置、寻址模式、Master 计算机的多播地址或要在应用程序启动时使用的端口的命令行选项。这些选项的语法与其他选项相同启动命令行选项.
- Console options that can be run from the application console on the Master or Slave sides.可以从 Master 或 Slave 端的应用程序控制台运行的控制台选项。
Command-Line Options命令行选项#
Common Options常见选项#
The following command-line options can be run on Master or Slave application start-up:以下命令行选项可以在 Master 或 Slave 应用程序启动时运行:
名称 | 描述 | 争论 | 默认值 |
---|---|---|---|
sync_init |
Initializes Syncker.初始化 Syncker。
|
Flag.标志。 | 1 |
sync_master |
Sets the flag indicating whether the computer is Master.设置指示计算机是否为 Master 的标志。
|
Master flag.Master 标志。 | 1 1 |
sync_method |
Sets the addressing mode to be used by Syncker. One of the following: unicast, multicast, broadcast.设置 Syncker 使用的寻址模式。以下之一:unicast, multicast, broadcast。
|
Addressing mode.寻址模式。 | unicast unicast |
sync_multicast_address |
Sets a multicast address that is used by the Master computer to send messages to Slave over the network.设置 multicast 地址,Master 计算机使用该地址通过网络向 Slave 发送消息。
|
A multicast address in the xxx.xxx.xxx.xxx format.xxx.xxx.xxx.xxx 格式的 multicast 地址。 | 239.0.0.1239.0.0.1 |
sync_port |
Sets the UDP port to be used to send and receive messages for the Syncker.设置用于发送和接收 Syncker 消息的 UDP 端口。
|
UDP port number.UDP 端口号。 | 8890 8890 |
sync_swap |
Sets the buffer swapping method to be used by Syncker. One of the following: default, NVIDIA (available only for NVIDIA Quadro GPUs with G-SYNC support).设置 Syncker 使用的缓冲区交换方法。以下选项之一:默认、NVIDIA(仅适用于支持 G-SYNC 的 NVIDIA Quadro GPU)。
|
Buffer swap synchronization mode.缓冲区交换同步模式。 | default default |
sync_swap_nvidia_group |
Sets NVIDIA's swap group.设置 NVIDIA 的交换组。
|
NVIDIA's swap group.NVIDIA 的交换小组。 | 1 1 |
sync_swap_nvidia_barrier |
Sets NVIDIA's swap barrier.设置 NVIDIA 的交换障碍。
|
NVIDIA's swap barrier.NVIDIA 的交换障碍。 | 1 1 |
Master Options主选项#
The following command-line options can be run on the Master application start-up:可以在 Master 应用程序启动时运行以下命令行选项:
Slave Options从选项#
The following command-line options can be run on the Slave application start-up:可以在 Slave 应用程序启动时运行以下命令行选项:
Console Commands控制台命令#
The following console commands can be run on a Master or Slave computer.以下控制台命令可以在 Master 或 Slave 计算机上运行。
名称 | 描述 | 争论 |
---|---|---|
sync |
|
A console command to run.要运行的控制台命令。 |
syncker_interpolation |
|
0 — disabled0 — 禁用 1 — enabled (by default)1 — 启用(默认) |
syncker_interpolation_period |
|
Interpolation period, in seconds插值周期,以秒为单位 (0.04 — by default)(0.04 — 默认) |
syncker_extrapolation_period |
|
Extrapolation period, in seconds外推周期,以秒为单位 (0.0 — by default)(0.0 — 默认) |
syncker_setup |
|
0 — return to standard mode.0 — 返回标准模式。 1 — enter the screen/ projection setup mode.1 — 进入屏幕/投影设置模式。 |
syncker_debug |
|
0 — hide the debug window.0 — 隐藏调试窗口。 1 — show the debug window.1 — 显示调试窗口。 |