via Home-Manager
"nixpkgs-unstable": {
"branch": "nixpkgs-unstable",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d08394e7cd5c7431a1e8f53b7f581e74ee909548",
"sha256": "188h461pilsiym2dqzl17vx1g9pb816cwdi0az9mbw207w721avz",
"type": "tarball",
"url": "https://github.com/nixos/nixpkgs/archive/d08394e7cd5c7431a1e8f53b7f581e74ee909548.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation TU104GL [Quadro RTX 4000] (rev a1)
rambox
[2:0415/183017.464518:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
glxinfo | grep 'OpenGL render'
OpenGL renderer string: Quadro RTX 4000/PCIe/SSE2
nvidia-smi
Fri Apr 15 18:44:13 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA Version: 11.6 |
|-------------------------------+----------------------+----------------------+
| 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 Quadro RTX 4000 Off | 00000000:01:00.0 On | N/A |
| 30% 40C P5 20W / 125W | 1100MiB / 8192MiB | 25% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 7426 G ...xorg-server-1.20.13/bin/X 610MiB |
| 0 N/A N/A 7531 G ...nt-system/sw/bin/kwin_x11 28MiB |
| 0 N/A N/A 7585 G ...ce-5.23.3/bin/plasmashell 67MiB |
| 0 N/A N/A 7959 G ...0esr/bin/.firefox-wrapped 141MiB |
| 0 N/A N/A 8079 G .../bin/.thunderbird-wrapped 69MiB |
| 0 N/A N/A 9539 G ...523466407524063513,131072 13MiB |
| 0 N/A N/A 14177 G ...RendererForSitePerProcess 67MiB |
| 0 N/A N/A 14677 G ...082295341644296584,131072 94MiB |
+-----------------------------------------------------------------------------+
nvidia-offload glxinfo | grep "OpenGL renderer"
nvidia-offload: command not found
How to analyze the issue?