Configuring/Multi-GPU: update lspci instructions to include all display controllers (#1041)

This commit is contained in:
Teddy Byron 2025-04-24 12:24:16 -04:00 committed by GitHub
parent fbb961cadb
commit 9b9b8b5375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ This setup is very common in the likes of gaming laptops, GPU-passthrough
For this case, the writer is taking the example of their laptop.
Upon running `lspci | grep -E 'VGA|3D'`, One can list all the video devices
Upon running `lspci -d ::03xx'`, one can list all the PCI display controllers
available.
```plain