Package Details: nsight-graphics 2021.4.2-1

Git Clone URL: https://aur.archlinux.org/nsight-graphics.git (read-only, click to copy)
Package Base: nsight-graphics
Description: Standalone application for the debugging and profiling of graphics applications
Upstream URL: https://developer.nvidia.com/nsight-graphics
Keywords: 3d debugging graphics nvidia profiling rendering
Licenses: custom
Provides: nsight
Replaces: nsight
Submitter: bwrsandman
Maintainer: None
Last Packager: bwrsandman
Votes: 7
Popularity: 0.000000
First Submitted: 2019-08-26 05:52 (UTC)
Last Updated: 2021-10-18 14:52 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

czg commented on 2023-07-31 06:05 (UTC)

with cuda 12.2.0-1, when running /opt/cuda/integration/nsight-compute/ncu-ui, it will says

$ /opt/cuda/integration/nsight-compute/ncu-ui 
ERROR : nsight-compute directory is not found under /opt/cuda/integration/nsight-compute/../ or /opt/nvidia. Nsight Compute is not installed on your system.

the nsight is in one split package cuda-tools and its "Package Contents" has "opt/cuda/nsight_compute/"

bwrsandman commented on 2023-06-09 17:25 (UTC)

Feel free to adopt the package

shaosy commented on 2023-06-09 05:20 (UTC) (edited on 2023-06-09 05:21 (UTC) by shaosy)

The PKGBUILD part is actually correct and can still work. Modifications need to do:

file:///${pkgname}_${pkgver}.run
  • Delete the part under Fix install path /usr to ${pkgdir}/usr for registering of layers
  # sed -i "s,\([= ]\)/usr/,\1${pkgdir}/usr/,g" ${srcdir}/${pkgname}/pkg/host/linux-desktop-nomad-x64/VK_LAYER_NV_nomad.sh
  # sed -i "s,\([= ]\)/usr/,\1${pkgdir}/usr/,g" ${srcdir}/${pkgname}/pkg/host/linux-desktop-nomad-x64/VK_LAYER_NV_GPU_Trace.sh

and the same content under package()

  # rm ${pkgdir}/opt/${pkgname}/host/linux-desktop-nomad-x64/VK_LAYER_NV_nomad.sh
  # rm ${pkgdir}/opt/${pkgname}/host/linux-desktop-nomad-x64/VK_LAYER_NV_GPU_Trace.sh

pmoreau commented on 2021-10-29 20:29 (UTC)

Nsight Compute is shipped together with CUDA, but it can also be downloaded as a standalone; they also sometimes release updates to it in between CUDA releases, so one might want to go and grab the latest update directly from the website in those cases. And that standalone download has been requiring a login for at least a year or two IIRC.

Sounds like the DLAGENTS thing could be an interesting work around.

bwrsandman commented on 2021-10-29 19:07 (UTC) (edited on 2021-10-29 19:11 (UTC) by bwrsandman)

I might be able to get registered users to use the package without having to download the installer like in optix.

I do some DLAGENTS hacking in my gog-* packages and I could add a shell or python script to ask for credentials once, store them locally and use that to download. This would be a last resort. That or like what optix does.

The thing is that web requests aren't my expertise so I can figure it out but it will take me some time to find the proper requests to make to get the tokens needed. Also, it gets much more complicated with 2FA involved.

Ideally, NVIDIA could reverse their change. It could be an oversight. I emailed them to let them know. You can always respectfully let them know your thoughts on their contact page [1].

[1] https://developer.nvidia.com/contact

bwrsandman commented on 2021-10-29 19:03 (UTC)

I think nsight compute comes with the cuda package. Interestingly, you don't need to be registered to download that.

pmoreau commented on 2021-10-29 18:48 (UTC)

This is unfortunate, but not surprising as some other tools (Nsight Compute maybe?) had already been requiring to login before downloading for some time.

I am guessing something similar to the optix AUR package will be needed, where the user downloads the script themselves and place it at a specific location for the package to use.

Neko-san commented on 2021-10-29 18:08 (UTC)

Maybe contact Nvidia to reverse that?

They probably won't (unfortunately) but they should understand that blocking direct access is stupid

bwrsandman commented on 2021-10-29 14:46 (UTC) (edited on 2021-10-29 14:48 (UTC) by bwrsandman)

Looks like nvidia started requiring users login via the NVIDIA Registered Developer Program to download their installer. I don't know if there's anything I can do about that.