NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
16.03k stars 1.93k forks source link

Cannot find a compatible Vulkan driver(ICD)&&libGLX_nvidia.so.0: cannot open shared object file: No such file or directory #1471

Open Cyanglll opened 1 year ago

Cyanglll commented 1 year ago

The message box "Cannot find a compatible Vulkan driver(ICD). Please look at the Getting Started guide for additional information" pops up every time the computer is turned on. Then I enter the command line and get the following information:

(base) cyang@cyang-Precision-3660:~/桌面$ nvidia-smi Wed Nov 1 15:26:10 2023
+---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.113.01 Driver Version: 535.113.01 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 3090 Off | 00000000:01:00.0 On | N/A | | 30% 39C P5 44W / 350W | 136MiB / 24576MiB | 27% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=======================================================================================| | 0 N/A N/A 1214 G /usr/lib/xorg/Xorg 32MiB | | 0 N/A N/A 3712 G /usr/lib/xorg/Xorg 93MiB | +---------------------------------------------------------------------------------------+

(base) cyang@cyang-Precision-3660:~/桌面$ vulkaninfo ERROR: [Loader Message] Code 0 : libGLX_nvidia.so.0: cannot open shared object file: No such file or directory ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_lvp.so: wrong ELF class: ELFCLASS32 ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: wrong ELF class: ELFCLASS32 WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

VULKANINFO

Vulkan Instance Version: 1.2.131

what can i do?