T thetotzky Sep 1, 2009 #1 Hi Everyone.. Is there any command how to see the external video card information?? I can't find it in dmesg.boot or dmidecode.. Help me pls
Hi Everyone.. Is there any command how to see the external video card information?? I can't find it in dmesg.boot or dmidecode.. Help me pls
A adamk Sep 1, 2009 #2 What information are you looking for? 'pciconf -vl' will display all PCI/AGP devices, including the vendor and model video card. Adam
What information are you looking for? 'pciconf -vl' will display all PCI/AGP devices, including the vendor and model video card. Adam
D dennylin93 Sep 1, 2009 #3 If you're using Nvidia cards, x11/nvidia-settings can show the details of the video card.
tangram Sep 1, 2009 #4 thetotzky said: Hi Everyone.. Is there any command how to see the external video card information?? I can't find it in dmesg.boot or dmidecode.. Help me pls Click to expand... dmidecode is available as a third party application, sysutils/dmidecode. Code: # cd /usr/ports/dmidecode # make install clean # rehash Have fun
thetotzky said: Hi Everyone.. Is there any command how to see the external video card information?? I can't find it in dmesg.boot or dmidecode.. Help me pls Click to expand... dmidecode is available as a third party application, sysutils/dmidecode. Code: # cd /usr/ports/dmidecode # make install clean # rehash Have fun