Carlos E. R. composed on 2018-03-30 14:35 (UTC+0200):
On Friday, 2018-03-30 at 13:04 +0200, Daniel Bauer wrote:
I see, but I have no idea how to get that PCI-ID Hwinfo tells me so many things that I have no idea what to use :-) I uploaded a screenshot of the hardware infor screen: https://daniel-bauer.com/test/hwinfo_nvidia.jpg
If you manage that to generate in English, it would be easier for us ;-)
You could create this script:
/usr/local/bin/ingles:
#!/bin/sh LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DICTIONARY=english \ KDE_LANG=en_US.UTF-8 \ exec "$@"
then call:
ingles hwinfo --gfxcard
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. -- "Wisdom is supreme; therefore get wisdom. Whatever else you get, get wisdom." Proverbs 4:7 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org