How can I determine which GPU card is running at PCI Express 2.0 x16 & which is using x8?
- by M. Tibbits
Is there a way to determine the speed of the PCI Express connection to a specific card? I have three cards plugged in:
two Nvidia GTX 480's (one at x16 & and one at x8)
one Nvidia GTX 460 running at x8
Is there some way, either by a function call in C or an option to lspci that I can determine the bus speed of the graphics cards? When I…