Isaac sim crashes multiple displays

Hi Everyone,

With a fresh install of omniverse and trying to launch isaac sim it fails to start when multiple displays are attached. Lanuching it manually from the command line with

/home/jasper/.local/share/ov/pkg/isaac_sim-2023.1.1/isaac-sim.sh -v --reset-user

shows the same issue as Isaac Sim 2023.1.0 Fails Due to Vulkan Issue on Ubuntu 20.04 so I disabled my extra monitors. It then launches ok.

But if used with an external monitor (even with the laptop display turned off) it will run for 3-15 seconds before hanging.

If I run it on an external display (1080 or 4k doesn’t matter, HDMI or DisplayPort doesn’t matter) it will hang, but running it on my laptop display it works fine.

The crash looks like a display freeze, the isaac sim process is still alive but in S state (interruptable sleep). The monitor that isaac is on stops responding altogether. Other programs are also affected.

I was able to boot isaac and load a demo program while running on my laptop screen (it doesn’t crash in this mode). I can enable and use an external monitor, as soon as I move the issac window onto that screen, isaac and everything on that screen freezes. The laptop screen remains working normally.

Using an RTX4606 with drivers 535.171.04 and cuda 12.2 (also tried the 550 drivers but they did not help). Ubuntu 22.04.

On a laptop with 2 4k external monitors and a 1080 internal screen.

This is what nvidia-smi looks like when the crash happens

+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.171.04             Driver Version: 535.171.04   CUDA Version: 12.2     |
|-----------------------------------------+----------------------+----------------------+
| 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 GeForce RTX 4060 ...    Off | 00000000:01:00.0  On |                  N/A |
| N/A   73C    P0              62W /  80W |   3036MiB /  8188MiB |     81%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+
                                                                                         
+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A      2161      G   /usr/lib/xorg/Xorg                           77MiB |
|    0   N/A  N/A      4536    C+G   ...e/ov/pkg/isaac_sim-2023.1.1/kit/kit     2939MiB |
+---------------------------------------------------------------------------------------+

I don’t think it’s an out of memory issue given the process is alive and both ram and vram look ok (I’ve got 32GB of ram with 20GB of swap). The linux kernel logs don’t show anything. It seems to only happen with isaac sim.

Has anyone else seen this issue with external monitors freezing? Any suggestions on how to debug this?

Hello jasper, I was the original poster of the prior issue and ended up isolating the behavior.

I haven’t had developer feedback, but the the best I can tell, the issue is in Isaac’s Vulkan renderer handling for some display configurations.

This means that it is unrelated to your CUDA version, as Vulkan does not interact with CUDA, or your Nvidia driver, as Vulkan seems stable for Nvidia in any display configuration when running its Vulkan’s test application.

Are there any error messages in your logs for Isaac?

Please share your display configuration for the freeze behavior, as it might give some insight. I notices that Isaac (in Ubuntu) prefers if all of your displays are aligned on the top portion of your screen. However, with 2 monitor configurations, I was not able to replicate the behavior.

I have never had the noted freeze behavior, as the issue was present during startup, preventing the application from ever launching. I could see how a similar exception would cause a program hang if the error presents in a different way during runtime.

I have the same issue. When I move the Isaac Sim window to another display, it crashes without log.
Do you find any solution?

+1 here for multiple displays on Wayland Ubuntu 22.04. will try the docker approach but I believe that comes with its own issues đź«Ł

1 Like

Multi-displays work fine for me. Perhaps it has to be connected directly from the GPU.
External terminals on motherboards and notebooks may not allow the GPU to render directly.

I’ve tried multiple things but the most stable so far is installing on Ubuntu 24.04. For the first run I had to disable my laptop display


After the first run reenable the main display but make sure the tops of all monitors are lined up

NOT

from a post that I can’t find again to link here

I have also blacklisted nouveau and disabled iommu in the bios and in grub (not sure if this makes any difference)
2 days and no crash.

NOTE: I had to manually install some libraries that were flagged in the logs during startup
/home/$USER/.local/share/ov/pkg/isaac-sim-4.1.0/kit/python/bin/python3 -m pip install h11 requests

Nvidia driver details

im also having the same issue, any way to resolve this?

My current workaround to prevent me from unplug and plug in the external monitor is to just “restart” the display:

xrandr --output DP-1-0.3.1 --auto