[Intel-gfx] Need to add a quirk to xserver-xorg-video-intel
Gabriel Beddingfield
gabrbedd at gmail.com
Thu Jul 22 04:09:19 CEST 2010
On Wed, Jul 21, 2010 at 1:26 PM, Gabriel M. Beddingfield >
> I'm needing to add a quirk to xf86-video-intel. It looks like I can get the
> first two columns from lspci (chipType, subsysVendor == [VEND:CHIP])...
>
> But I can't figure out how to get the number for subsysCard. (But I gather
> that I need to interpret `dmidecode` for this part.)
Duh, I overlooked the answer here:
$ lspci -vvnn | grep -A1 "VGA compat"
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile
4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
Subsystem: Micro-Star International Co., Ltd. Device [1462:1021]
So, looks like my row will be:
{PCI_CHIP_GM45_GM, 0x1462, 0x1021, quirk_ignore_tv}
Thanks,
Gabriel
More information about the Intel-gfx
mailing list