[sf-lug] Intel graphics chipsets (was /firmware/radeon)

Ken Shaffer kenshaffer80 at gmail.com
Mon Dec 21 13:12:55 PST 2015


Try looking at the Intel lines in dmesg.  One of those should have your
graphics info.  On my Toshiba:
$ dmesg |fgrep  Intel
[    0.000000]   Intel GenuineIntel
[    0.000000] Reserving Intel graphics stolen memory at
0xbba00000-0xbf9fffff
[    0.093682] smpboot: CPU0: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
(fam: 06, model: 3a, stepping: 09)

The 3630 in the last line is the graphics level.

The lspci does give the generation of the processor, which is some
indication of the graphics used:
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core
processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA
controller])
Ken


On Mon, Dec 21, 2015 at 12:55 PM, Daniel Gimpelevich <
daniel at gimpelevich.san-francisco.ca.us> wrote:

> On Mon, 2015-12-21 at 12:53 -0800, Rick Moen wrote:
> > Quoting Chaiken, Alison (alison at she-devel.com):
> >
> > > Akk asks:
> > >
> > > > how do you find out the chipset on Intel machines?
> > >
> > > How about 'lsmod | grep video'.   That shows, among other entries,
> > > 'i915' for my laptop, although it helps to know that 'uvc' is the
> > camera
> > > and ehci is host-controller.
> >
> > Further automating the process I outlined to Akkana, asking for
> > verbose
> > lspci data, but for only the video component:
> >
> > $ lspci | grep VGA | awk '{print $1}' | xargs lspci -v -s
> > 01:00.0 VGA compatible controller: ATI Technologies Inc Rage XL AGP 2X
> > (rev 27) (prog-if 00 [VGA controller])
> >         Subsystem: ATI Technologies Inc Xpert 98 RXL AGP 2X
> >         Flags: bus master, stepping, medium devsel, latency 64, IRQ 11
> >         Memory at de000000 (32-bit, non-prefetchable) [size=16M]
> >         I/O ports at 7800 [size=256]
> >         Memory at df6ff000 (32-bit, non-prefetchable) [size=4K]
> >         Expansion ROM at df6c0000 [disabled] [size=128K]
> >         Capabilities: <access denied>
> > $
> >
> > (I don't have a machine with Intel video to use for this example.)
>
> The 01:00.0 here is where it is on the PCI bus and has nothing to do
> with what chip it is, to be clear. Your earlier messages implied the
> contrary.
>
>
> _______________________________________________
> sf-lug mailing list
> sf-lug at linuxmafia.com
> http://linuxmafia.com/mailman/listinfo/sf-lug
> Information about SF-LUG is at http://www.sf-lug.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://linuxmafia.com/pipermail/sf-lug/attachments/20151221/6f8885a1/attachment.html>


More information about the sf-lug mailing list