Nvidia Quadro Sync Installation

Nvidia Quadro Sync Installation

Info
The NVIDIA Quadro Sync card is designed as an add-on card for NVIDIA RTX/Quadro series GPUs. The NVIDIA Quadro Sync II card fits into a free PCI Express slot within the system. 

Hardware Installation

Steps to Install the NVIDIA Quadro Sync Card

  1. Power Off and Prepare the Server

    • Disconnect the power cord(s) from the power supply module(s).

  2. Open the Chassis

    • Remove the screws securing the cover.

    • Slide the cover toward the rear and lift it off.


  3. Identify the PCIe Slot

    • Locate a free PCIe slot suitable for the Quadro Sync card.


  4. Install the Quadro Sync II Card

    • Unbox the card. Package includes: Quadro Sync II Card, four 12-inch sync cables, two 24-inch sync cables, Quick Start Guide.


    • Place the Quadro Sync II card in a free PCI Express slot on the motherboard. Note the PCIe edge fingers may not bottom out in the PCIe slot 1

    • Connect up to four NVIDIA RTX/Quadro cards to the Quadro Sync II card GPU connectors using the included cables. 2

    • Connect power to the Quadro Sync II card using either a 6-pin PCIe or SATA power cable 4


  5. Connect GPUs to the Sync Card

    • Connect up to four Quadro cards to the Quadro Sync II card GPU connectors ( 2 in Figure ) using the included cables.

  6. Close the Chassis

  7. Power On and Verify Installation

    • Reconnect power and boot system.

    • Enter BIOS/UEFI to ensure detection of GPUs and Sync card.

Reference Video:

  • Installing Quadro Sync II: 

                Installing Quadro Sync II Card for LED Wall Virtual Production

Nvidia Driver installation

Boot into the operating system and install the latest NVIDIA drivers for your GPUs and Quadro Sync card.

·   Download the drivers from the NVIDIA website.

Installation Document Link: DU-08348-001_v07-2.pdf

Connecting Nodes in a Visualization Cluster

Visualization Cluster Setup Order

Start with the Timing Server

·         If using a G-SYNC display, disable G-SYNC.

·         Enable stereo with the correct stereo mode if using stereo.

·         If using Mosaic, configure Mosaic before enabling framelock.

·         Enable framelock as the timing server.

Configure each client machine.

·         If using a G-SYNC display, disable G-SYNC.

·         Enable stereo with the correct stereo mode if using stereo.

·         If using Mosaic, configure Mosaic before enabling framelock.

·         Enable framelock on each machine as timing clients

Configure Framelock Server

configure the Timing Server first, and then the client machines so you can verify each client synchronizes correctly as you add it.

Configure Framelock

·         Open the NVIDIA X Server Settings on the server machine.

·         Select Framelock from the left menu.

·         Select Add Devices… from the right menu.

Enter the name of the hostname/ip address and XServer ID of the XServer you want to add. For example: localhost:0.0 or in this case our machine named viz0:0.0.

Select the display that is the Server and those that are clients. There can only be one server per Framelock group.

Add the other nodes in the same way as Step 2 and set the Client displays as desired. Click ‘Enable Framelock.’

Linux Nvidia-settings command line tool

On Linux, the configuration can be done at the command line using the nvidiasettings application that is installed with the driver. This tool can be used to query the current state, change the settings, and enable and disable framelock.

·         To query the current state:
nvidia-settings
–V all –q gpus

·         From the output of the above command, you can query the framelock configuration for a particular display, e.g.:
nvidia-settings
–q [dpy:6]/FramelockDisplayConfig

·         The FramelockDisplayConfig variable can then be set to 1 for a timing client or 2 for a timing server, e.g.:
nvidia-settings
–a [dpy:6]/FramelockDisplayConfig=2

·         Then framelock is enabled with this command:
nvidia-settings
–a [gpu:0]/FramelockEnable=1

Synchronize to an External Sync Source for Linux

·         Open the NVIDIA X Server Settings.

·         Select Framelock from the left menu.

·         Select Add Device if needed and configure a display to be the timing server.

·         Select Input within House Sync Mode drop-down box and define any other options needed.

Select Enable Framelock. Once enabled, the UI reflects the status in the Device list, and the House Sync options are grayed out until Framelock is disabled.



    • Related Articles

    • NVIDIA Quadro Sync

      NVIDIA Quadro Sync is a technology designed to synchronize multiple GPUs and displays to create ultra-high resolution, perfectly synchronized visual outputs. Figure: NVIDIA Quadro Sync II Card The NVIDIA Quadro Sync II card installs into an available ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • Installing NVIDIA Drivers on Ubuntu

      Ubuntu doesn't come with NVIDIA drivers installed by default as they are proprietary and closed-source. This means that you'll have issues like poor performance, displays not working, artifacts etc... while using the FOSS nouveau drivers. Graphical ...
    • Using dmesg and Kernel Module Checks to Troubleshoot NVIDIA GPU Issues

      Overview This article outlines how to use dmesg logs and kernel module commands to diagnose issues where the operating system fails to detect NVIDIA GPUs—even though they appear in the system's BMC (Baseboard Management Controller). When to Use This ...
    • Managing OpenSM within NVIDIA UFM and getting OpenSM Logs from UFM

      Overview In NVIDIA UFM (Unified Fabric Manager), OpenSM — the InfiniBand Subnet Manager — is managed internally by UFM rather than as a standalone systemd service. This allows UFM to control the IB fabric, collect telemetry, and maintain HA ...