Hello to everyone.
My GPU RTX 2080 ti is experiencing a particular behavior that I'm not able to understand if it is good or not. First of all,the nvidia-smi utility does not detect it. It detects only the first GPU that's attached on the PCI BUS 1 :
This is the GPU that I'm using on the host os. But my PC has another 2 GPUs. Let's focus now on the 2080 ti :
Because it is not detected neither by the utility nv-sglrun :
NOR BY nvidia-smi :
And now the most unusual behavior :
In /boot/loader.conf, I have commented the pptdevs line !!!
what I find odd is that I CAN pass through the 2/0/0 gpu (rtx 2080 ti) on a Linux / bhyve vm having commented the pptdevs argument. Here you can see my xorg.conf file :
pastebin.ubuntu.com
I don't think that xorg.conf kidnap my 2080,because if I want,I can start a bhyve / linux vm declaring its PCI addess between the bhyve parameters without modifying the /boot/loader.conf and without rebooting and it will be passed through the VM without problems. It never happened.
My GPU RTX 2080 ti is experiencing a particular behavior that I'm not able to understand if it is good or not. First of all,the nvidia-smi utility does not detect it. It detects only the first GPU that's attached on the PCI BUS 1 :
Code:
root@marietto:/home/marietto # nvidia-smi -L
GPU 0: NVIDIA GeForce GTX 1060 3GB
This is the GPU that I'm using on the host os. But my PC has another 2 GPUs. Let's focus now on the 2080 ti :
Code:
00:02.0 Display controller: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (rev 02)
02:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti] (rev a1)
02:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1)
02:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host Controller (rev a1)
02:00.3 Serial bus controller: NVIDIA Corporation TU102 USB Type-C UCSI Controller (rev a1)
Because it is not detected neither by the utility nv-sglrun :
Code:
root@marietto:/home/marietto # nv-sglrun nvidia-smi
shim init
Tue Jan 10 22:23:42 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA Version: N/A |
|-------------------------------+----------------------+----------------------+
| 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 ... Off | 00000000:01:00.0 On | N/A |
| 54% 31C P5 11W / 120W | 344MiB / 3072MiB | 1% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 8091 G /usr/local/libexec/Xorg 213MiB |
| 0 N/A N/A 8167 G xfwm4 2MiB |
| 0 N/A N/A 8173 G ...local/lib/firefox/firefox 125MiB |
+-----------------------------------------------------------------------------+
NOR BY nvidia-smi :
Code:
root@marietto:/home/marietto # nvidia-smi
Tue Jan 10 22:24:17 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA Version: N/A |
|-------------------------------+----------------------+----------------------+
| 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 ... Off | 00000000:01:00.0 On | N/A |
| 53% 30C P8 9W / 120W | 364MiB / 3072MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 8091 G /usr/local/libexec/Xorg 233MiB |
| 0 N/A N/A 8167 G xfwm4 2MiB |
| 0 N/A N/A 8173 G ...local/lib/firefox/firefox 125MiB |
+-----------------------------------------------------------------------------+
And now the most unusual behavior :
In /boot/loader.conf, I have commented the pptdevs line !!!
Code:
#pptdevs="0/2/0 2/0/0 2/0/1 2/0/2 2/0/3"
what I find odd is that I CAN pass through the 2/0/0 gpu (rtx 2080 ti) on a Linux / bhyve vm having commented the pptdevs argument. Here you can see my xorg.conf file :
Ubuntu Pastebin

I don't think that xorg.conf kidnap my 2080,because if I want,I can start a bhyve / linux vm declaring its PCI addess between the bhyve parameters without modifying the /boot/loader.conf and without rebooting and it will be passed through the VM without problems. It never happened.