NVIDIA: Difference between revisions

imported>Legendofmiracles
Adds another way to get the PCI of the graphics card when doing optimus.
imported>Legendofmiracles
m added a missing "
Line 96: Line 96:
If you don't have <nowiki>lshw</nowiki> installed, you can get it temporarily in a ephemeral shell by running:
If you don't have <nowiki>lshw</nowiki> installed, you can get it temporarily in a ephemeral shell by running:


<code>nix-shell -p lshw --run "lshw -c display</code>
<code>nix-shell -p lshw --run "lshw -c display"</code>


The two bus ID's will be in the corresponding "bus info" field.  
The two bus ID's will be in the corresponding "bus info" field.