lspci didn't work, maybe because I don't have root access.<br><br>> lspci<br>bash: lspci: command not found<br><br>What I need is simply to "know" what graphic card is installed, I don't want to change anything or configure the machine? I need the exact version of the graphic card,
e.g., NVidia G6800. or even if there is one installed or not.<br><br><div><span class="gmail_quote">On 3/14/07, <b class="gmail_sendername">Henry House</b> <<a href="mailto:hajhouse@houseag.com">hajhouse@houseag.com</a>
> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">På 2007-03-14, skrev Dylan Beaudette:<br>> On Wednesday 14 March 2007 12:54, Matin Hashemi wrote:
<br>> > Hello everybody :-)<br>> ><br>> > How do I know what graphics card is installed in a machine? I mean, is<br>> > there any command to find that out?<br>> > I know how to do that for CPU: > cat /proc/cpuinfo
<br><br>As Dylan has already mentioned, lspci will show you your installed<br>PCI devices, generally including your video card.<br><br>Also your X-server log should tell you what card you are using. Of<br>course this will not help much if you are trying to find the identity of
<br>your card because your X is misconfigured. (You didn't say the<br>circumstances of your curiosity.)<br><br>You can also try running<br><br> X -configure<br><br>which attempts to autodetect the video card; it works on most PCI and
<br>AGP cards.<br><br>> > Also, I need to know what version of OpenGL is installed in a linux machine<br>> > as well.<br><br>If it is Debian or Ubuntu:<br><br> dpkg -l | grep gl<br><br>If it is an rpm-based distribution, such as Fedora:
<br><br> rpm --query -a | grep gl<br><br>--<br>Henry House<br>+1 530 753 3361 ext. 13<br>Please don't send me HTML mail! My mail system frequently rejects it.<br>The unintelligible text that may follow is a digital signature.
<br>See <<a href="http://hajhouse.org/pgp">http://hajhouse.org/pgp</a>> to find out how to use it.<br>My OpenPGP key: <<a href="http://hajhouse.org/hajhouse.asc">http://hajhouse.org/hajhouse.asc</a>>.<br><br><br>
-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.1 (GNU/Linux)<br><br>iD8DBQFF+GuQi3lu92AVGcIRAvLkAJ4/93OYqNFXsNIzLK1yP7PN9oKNOwCfSUBB<br>m0i03x3pBzCnQcojBvmnq3c=<br>=qhsr<br>-----END PGP SIGNATURE-----<br><br>_______________________________________________
<br>vox-tech mailing list<br><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br><br>
</blockquote></div><br>