Am 30.03.2018 um 16:42 schrieb Felix Miata:
When all you want is a PCI ID, that produces needlessly verbose output. Next time try:
# lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0402] (rev 06)
or if you want driver information too:
# lspci -nnk | grep -A3 VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0402] (rev 06) Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7850] Kernel driver in use: i915 Kernel modules: i915
Probably wouldn't need conversion to English this way.
This only gives me output for the intel graphics, not for the nvidida. I guess I'd have to replace "VGA" by "3D" or something. Anyway, I already posted the output according to Carlos' suggestion - and still don't know which is that PCI ID that the script needs and where and how to put it :-) -- Daniel Bauer photographer Basel Barcelona https://www.patreon.com/danielbauer http://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org