NVQual with RTX Pro 4500


Overview

We are still working to find the best approach to run NVQual on the Blackwell series. There are a few known phenomena:

  1. When running NVQual, the desktop disappears. We believe that NVQual stops gdm before removing the NVIDIA driver. It seems necessary to communicate with the RGS-9805GC via SSH.

  2. It is not necessary to install the NVIDIA driver to run NVQual. It is fine to remove the NVIDIA driver entirely before running NVQual. Furthermore, the nvidia kernel module will no longer affect NVQual, since NVQual on Blackwell stops the desktop GUI (e.g., gdm) and temporarily removes all NVIDIA-related .ko modules during its execution.

  3. It is not necessary to install CUDA to run NVQual.

  4. After repeated testing, we found that unlike NVQual on the Ada series, NVQual on Blackwell does not require an external mods.ko. The mods module is already embedded as part of the sudo ./nvqual process.

  5. The following warning can be ignored, as the GPU tends to downgrade to Gen1 when there is no GPU load. POTENTIALLY FATAL - Pre-Processing Error - 0000:c1:00.0 <-> 0000:c0:01.1 link speed is downgraded to Gen 1, but connection is capable of Gen 5.


Access RGS-9805GC via ssh

It seems that the desktop (gdm) stops during NVQual. Let’s try accessing the RGS-9805GC via SSH.

Install SSH

Make the RGS-9805GC could be accessed via ssh

  • Enter the following commands on the RGS-9805GC to install ssh

Run SSH

  • Connect to the RGS-9805GC via ssh from another computer running Linux, then open a terminal.


GPU Driver Installation

  • Ensure that nouveau, the open-source NVIDIA GPU driver, is blacklisted.

  • Install the onboard graphics, SM768 driver for RGS-9805GC.


Run


Remote copy the NVQual report from the RGS-9805GC to a remote computer.

Assuming you have already SSHed into the RGS-9805GC:

Example output:

Create a compressed archive of the report:

On the remote computer, copy the report via scp:

Then you will have the copied report on your Desktop.

Last updated