Dual gpu and HP Anywhere artifacts?

Who’s got dual gpu config/procedure to share? Config below. I get weird gut artefacts

(venv) [comfyui@dxs-flame-07 ComfyUI]$ nvidia-smi
Fri Oct 17 23:57:49 2025
±----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.95.05 Driver Version: 580.95.05 CUDA Version: 13.0 |
±----------------------------------------±-----------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA RTX PRO 6000 Blac… Off | 00000000:41:00.0 On | Off |
| 30% 48C P8 15W / 300W | 364MiB / 97887MiB | 0% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------+
| 1 NVIDIA RTX PRO 6000 Blac… Off | 00000000:C3:00.0 Off | Off |
| 30% 39C P8 7W / 300W | 18MiB / 97887MiB | 0% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------+

±----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 24629 G /usr/libexec/Xorg 142MiB |
| 0 N/A N/A 131026 G /usr/bin/gnome-shell 198MiB |
| 1 N/A N/A 24629 G /usr/libexec/Xorg 4MiB |
±----------------------------------------------------------------------------------------+
(venv) [comfyui@dxs-flame-07 ComfyUI]$

After testing, Flame 2026.1 currently does not support Nvidia Driver 580+ and CUDA13. Just install the 570 driver.

1 Like

ah. This machine was a flame. It’s running autodesk kickstart 9.3, but then I’ve updated the kernel and the graphics card drivers and this will just be an AI workstation.

1 Like

I have previously submitted a request to have Flame support Nvidia 580+drivers. I think the RTX PRO 6000 can fully support running Flame, but the latest version currently does not match 580+drivers. The earliest Flame 2026.2 may be supported. Your AI workstation should be able to run Flame as long as you install the 570 driver separately. Upgrading the kernel is not a problem, as long as the dependent environment is met, it can be used without installing a complete DKU. DKU binding to specific kernels is actually not friendly.

I setup an AI only station myself. I used the ADSK RL9.5 installer and the latest Nvidia driver from their site. NO issues with Teradici using a single A6000 ADA.

2 Likes

There is a –no-kernel option with the DKU so it won’t touch that. But if you are not running Flame, no reason to use the DKU.

2 Likes

Some kernel level software packages in DKU, such as AJA, are packaged based on specific kernel versions. I would prefer kernel level software packages to be more universal. When upgrading the kernel, they can dynamically match the new kernel, just like DKMS. This way, Flame can be installed on more Linux versions, just like Davinci, rather than being highly dependent on that specific version of the OS.