n00b question

Jon Pruente jdpruente at gmail.com
Wed Jan 7 17:55:11 CST 2009


They aren't scriptable, but often they are faster than getting all the
flags just right on a command set.  On most machines lspci outputs
less than two screen pages of info.  lspci is the command to deal with
here and it's output is nearly always easy enough to wade through
without needing a custom grep/filter set to get what you need.  Heck,
(nearly?) all AGP video chips show up on PCI:1:0:0, so that's usually
the only thing to look for if it's an AGP machine.

Jon.

On Wed, Jan 7, 2009 at 1:38 PM, Billy Crook <billycrook at gmail.com> wrote:
> As root, or via sudo, run:
> /sbin/lspci -nnvb | grep -i VGA -A 100 | grep -i "kernel module" -B 100 -m 1
>
> That should adequately identify your graphics chipset.  Eyeballs
> aren't scriptable.
>
> On Wed, Jan 7, 2009 at 13:29, Billy Crook <billycrook at gmail.com> wrote:
>> As root, or via sudo, run:
>> /sbin/lspci -nnvb | grep VGA
>>
>> That should adequately identify your graphics chipset.
>>
>> On Wed, Jan 7, 2009 at 12:42, Haworth, Michael A.
>> <Michael_Haworth at pas-technologies.com> wrote:
>>> Hey – what is the command to have Fedora list back the video card in my
>>> laptop? I remember Monty telling me the command once, but it didn't stick in
>>> the brain…
>>>
>>>
>>>
>>> Michael Haworth
>>>
>>> PAS Technologies Inc.
>>>
>>> Direct Line: (816) 556-5157
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Kclug mailing list
>>> Kclug at kclug.org
>>> http://kclug.org/mailman/listinfo/kclug
>>>
>>>
>>
> _______________________________________________
> Kclug mailing list
> Kclug at kclug.org
> http://kclug.org/mailman/listinfo/kclug
>


More information about the Kclug mailing list