I have yet to find a single machine (and I just tested it on all 8 in my immediate vicinity) that the command I gave won&#39;t give you back the model number of the card. <br><br>Can anyone provide an example of a machine where:<br>
<br>sudo lspci -v | grep VGA <br><br>doesn&#39;t give you the exact model of the video card?<br><br>Glenn<br><br><br><div class="gmail_quote">On Wed, Jan 7, 2009 at 5:55 PM, Jon Pruente <span dir="ltr">&lt;<a href="mailto:jdpruente@gmail.com">jdpruente@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">They aren&#39;t scriptable, but often they are faster than getting all the<br>
flags just right on a command set. &nbsp;On most machines lspci outputs<br>
less than two screen pages of info. &nbsp;lspci is the command to deal with<br>
here and it&#39;s output is nearly always easy enough to wade through<br>
without needing a custom grep/filter set to get what you need. &nbsp;Heck,<br>
(nearly?) all AGP video chips show up on PCI:1:0:0, so that&#39;s usually<br>
the only thing to look for if it&#39;s an AGP machine.<br>
<font color="#888888"><br>
Jon.<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Wed, Jan 7, 2009 at 1:38 PM, Billy Crook &lt;<a href="mailto:billycrook@gmail.com">billycrook@gmail.com</a>&gt; wrote:<br>
&gt; As root, or via sudo, run:<br>
&gt; /sbin/lspci -nnvb | grep -i VGA -A 100 | grep -i &quot;kernel module&quot; -B 100 -m 1<br>
&gt;<br>
&gt; That should adequately identify your graphics chipset. &nbsp;Eyeballs<br>
&gt; aren&#39;t scriptable.<br>
&gt;<br>
&gt; On Wed, Jan 7, 2009 at 13:29, Billy Crook &lt;<a href="mailto:billycrook@gmail.com">billycrook@gmail.com</a>&gt; wrote:<br>
&gt;&gt; As root, or via sudo, run:<br>
&gt;&gt; /sbin/lspci -nnvb | grep VGA<br>
&gt;&gt;<br>
&gt;&gt; That should adequately identify your graphics chipset.<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jan 7, 2009 at 12:42, Haworth, Michael A.<br>
&gt;&gt; &lt;<a href="mailto:Michael_Haworth@pas-technologies.com">Michael_Haworth@pas-technologies.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Hey – what is the command to have Fedora list back the video card in my<br>
&gt;&gt;&gt; laptop? I remember Monty telling me the command once, but it didn&#39;t stick in<br>
&gt;&gt;&gt; the brain…<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Michael Haworth<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; PAS Technologies Inc.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Direct Line: (816) 556-5157<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Kclug mailing list<br>
&gt;&gt;&gt; <a href="mailto:Kclug@kclug.org">Kclug@kclug.org</a><br>
&gt;&gt;&gt; <a href="http://kclug.org/mailman/listinfo/kclug" target="_blank">http://kclug.org/mailman/listinfo/kclug</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Kclug mailing list<br>
&gt; <a href="mailto:Kclug@kclug.org">Kclug@kclug.org</a><br>
&gt; <a href="http://kclug.org/mailman/listinfo/kclug" target="_blank">http://kclug.org/mailman/listinfo/kclug</a><br>
&gt;<br>
_______________________________________________<br>
Kclug mailing list<br>
<a href="mailto:Kclug@kclug.org">Kclug@kclug.org</a><br>
<a href="http://kclug.org/mailman/listinfo/kclug" target="_blank">http://kclug.org/mailman/listinfo/kclug</a><br>
</div></div></blockquote></div><br>