Menu

Category: Error

Failed to open VK_LAYER_NV_nomad_release_public_2019_6_1.json | Nsight Graphics Error

I’ve been attempting to use Nsight Graphics with the Vulkan API and keep getting an error that VK_LAYER_NV_nomad_release_public_2019_6_1.json cannot be opened. There is a solution to this problem on a Linux machine here: https://devtalk.nvidia.com/default/topic/1064722/nsight-graphics/problems-launching-or-attaching-a-vulkan-application-with-environment-variables/post/5391412/ But I don’t know if there […]

Ubuntu 18.04 LTS fails to install | ACPI Exception: AE_NOT_FOUND | NVIDIA GPU Hardware Error | nomodeset

If you are attempting to install Ubuntu 18.04 LTS on your computer that has an NVIDIA GPU, you might get this error.   Follow the instructions from this Dell Support website to fix the issue: https://www.dell.com/support/article/uk/en/ukbsdt1/sln306327/manual-nomodeset-kernel-boot-line-option-for-linux-booting?lang=en UPDATE: I’ve been having […]

Fixing Nsight Eclipse launch error on Ubuntu 18.04 LTS for Jetson Xavier

In order to get Nsight Eclipse launched without any errors there are two things that need to happen: Make sure the java-1_8_0-openjdk package is installed on your system https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04 Launch nsight with the following command: nsight -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   Here […]