Thanks for your help thus far. Providing the driver for RTX5000 works as you’re indicating, it should be possible to have the driver work on Qubes. According to the official Qubes documentation here, it is possible for the OS to work with NVIDIA cards.
The main Qubes workspace is called ‘dom0’ which gives you access to all hardware and device drivers. It’s not recommended to install software at this layer for security purposes but it is totally possible for things like video cards, etc.
After fighting with this for a few days, I’m starting to make some progress but not quite there yet. I will post some key files and logs and hopefully you or someone on these forums can help.
Distro: GNU/LInux (Fedora)
Kernel: 4.19.107-1.pvops.qubes.x86_64
Card: NVIDIA RTX 5000 Quatro on Razer Blade 15 (2019)
Driver: NVRM NVIDIDA UNix x86_64 Kernel Module 415.18
Nouveau:
- Nouveau has been blacklisted in /etc/modprobe.d
- ‘lsmod | grep nouveau’ returns empty`
‘lsmod | nvidia’ returns:
nvidia_drm 53248 0
nvidia_modeset 1040384 1 nvidia_drm
nvidia 17281024 1 nvidia_modeset
ipmi_msghandler 61440 2 ipmi_devintf,nvidia
drm_kms_helper 200704 2 nvidia_drm,i915
drm 487424 6 drm_kms_helper,nvidia_drm,i915
‘lspci -v | grep VGA -A 12’ returns:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1eb5 (rev a1) (prog-if 00 [VGA controller])
Subsystem: Razer USA Ltd. Device 2008
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 57000000 (32-bit, non-prefetchable) [size=16M]
Memory at 6030000000 (64-bit, prefetchable) [size=256M]
Memory at 6040000000 (64-bit, prefetchable) [size=32M]
I/O ports at 3000 [size=128]
Expansion ROM at 58000000 [disabled] [size=512K]
Capabilities:
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
dmesg attached as uploaddmesg.log (102.9 KB)
Basically it is failing to run when I load X windows with init 5 from command line. The error messages are in the attached dmesg log at the end.
I also get no running processes found when I run ‘nvidia-smi’ from command line, and can’t open nvidia-settings even though it is installed.
±----------------------------------------------------------------------------+
| NVIDIA-SMI 415.18 Driver Version: 415.18 CUDA Version: 10.0 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Graphics Device Off | 00000000:01:00.0 Off | N/A |
| N/A 60C P0 3W / N/A | 0MiB / 16095MiB | 0% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+