mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-05-12 21:20:37 +01:00
Configuring/Multi-GPU: update lspci instructions to include all display controllers (#1041)
This commit is contained in:
parent
fbb961cadb
commit
9b9b8b5375
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue