Omniverse Code won't launch on Ubuntu 22.04 with 1080Ti

Hi everyone,

I’m new to Omniverse, trying to launch Omniverse Code 2022.3.1 (lastest available) leads to crach with following error :
2023-10-20 13:48:08 [960ms] [Error] [gpu.foundation.plugin] No device could be created. Some known system issues:

  • The driver is not installed properly and requires a clean re-install.
  • Your GPUs do not support RayTracing: DXR or Vulkan ray_tracing, or hardware is excluded due to performance.
  • The driver cannot enumerate any GPU: driver, display, TCC mode or a docker issue. For Vulkan, test it with Vulkaninfo tool from Vulkan SDK, instead of nvidia-smi.
  • For Ubuntu, it requires server-xorg-core 1.20.7+ and a display to work without --no-window.
  • For Linux dockers, the setup is not complete. Install the latest driver, xServer and NVIDIA container runtime.

Hardware setup :
Processor: Intel Xeon E5620 @ 2.40GHz
GPU: GTX 1080Ti
Memory: 32 Gb ram
OS: Ubuntu 22.04

Please find full log dump :
crash_2023-10-20_15-48-12_2220.txt (5.4 KB)

Could someone help me ?

Regards,

Julien

@docteurjojo3 unfortunately, OV requires RTX cards to run and the GTX is going to be insufficient for OV apps. below is the technical requirements for running OV Code should you need more in-depth information:

https://docs.omniverse.nvidia.com/code/latest/common/technical-requirements.html

Understood,

Thank you,