lspci didn&#39;t work, maybe because I don&#39;t have root access.<br><br>&gt; lspci<br>bash: lspci: command not found<br><br>What I need is simply to &quot;know&quot; what graphic card is installed, I don&#39;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> &lt;<a href="mailto:hajhouse@houseag.com">hajhouse@houseag.com</a>
&gt; 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>&gt; On Wednesday 14 March 2007 12:54, Matin Hashemi wrote:
<br>&gt; &gt; Hello everybody :-)<br>&gt; &gt;<br>&gt; &gt; How do I know what graphics card is installed in a machine? I mean, is<br>&gt; &gt; there any command to find that out?<br>&gt; &gt; I know how to do that for CPU:&nbsp;&nbsp; &gt; 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&#39;t say the<br>circumstances of your curiosity.)<br><br>You can also try running<br><br>&nbsp;&nbsp; X -configure<br><br>which attempts to autodetect the video card; it works on most PCI and
<br>AGP cards.<br><br>&gt; &gt; Also, I need to know what version of OpenGL is installed in a linux machine<br>&gt; &gt; as well.<br><br>If it is Debian or Ubuntu:<br><br>&nbsp;&nbsp; dpkg -l | grep gl<br><br>If it is an rpm-based distribution, such as Fedora:
<br><br>&nbsp;&nbsp; rpm --query -a | grep gl<br><br>--<br>Henry House<br>+1 530 753 3361 ext. 13<br>Please don&#39;t send me HTML mail! My mail system frequently rejects it.<br>The unintelligible text that may follow is a digital signature.
<br>See &lt;<a href="http://hajhouse.org/pgp">http://hajhouse.org/pgp</a>&gt; to find out how to use it.<br>My OpenPGP key: &lt;<a href="http://hajhouse.org/hajhouse.asc">http://hajhouse.org/hajhouse.asc</a>&gt;.<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>