[ltp] T42p firegl2 - modell?

Steffen Dreise linux-thinkpad@linux-thinkpad.org
Tue, 05 Jul 2005 11:09:35 +0200


Am Dienstag, den 05.07.2005, 10:04 +0100 schrieb Vivek Dasmohapatra:
> On Tue, 5 Jul 2005, Steffen Dreise wrote:
> 
> > Am Dienstag, den 05.07.2005, 09:35 +0100 schrieb Vivek Dasmohapatra:
> >> On Tue, 5 Jul 2005, Steffen Dreise wrote:
> >>
> >>> lspci:
> >>> 0000:01:00.0 VGA compatible controller: ATI Technologies Inc M10 NT
> >>> [FireGL Mobility T2] (rev 80)
> >>>
> >>> Which tool can me say the PCI ids?
> >>
> >> lspci -nv | grep '0000:01:00\.0'
> > 0000:01:00.0 Class 0300: 1002:4e54 (rev 80)
> >
> > :) So what is the pci id saying to me?
> 
> grepping the sources turns up this:
> 
>  ./xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h:#define
>      PCI_CHIP_RV350_NT               0x4E54
>  ./xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_chipset.h:    {
>      PCI_CHIP_RV350_NT, "ATI FireGL Mobility T2 (M10) NT (AGP)" },
>  ./xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c:
>      case PCI_CHIP_RV350_NT:
>  ./xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c:    {
>      PCI_CHIP_RV350_NT, PCI_CHIP_RV350_NT, RES_SHARED_VGA },
> 
> Digging in those files, it looks like your firegl is an RV350 family chip, 
> and its full name is "ATI FireGL Mobility T2 (M10) NT (AGP)"
> 
> The following being the possible families the code knows about:
> 
> /*CHIP_FAMILY_UNKNOW*/
> /*CHIP_FAMILY_LEGACY*/
> /*CHIP_FAMILY_RADEON*/
> /*CHIP_FAMILY_RV100*/
> /*CHIP_FAMILY_RS100*/
> /*CHIP_FAMILY_RV200*/
> /*CHIP_FAMILY_RS200*/
> /*CHIP_FAMILY_R200*/
> /*CHIP_FAMILY_RV250*/
> /*CHIP_FAMILY_RS300*/
> /*CHIP_FAMILY_RV280*/
> /*CHIP_FAMILY_R300*/
> /*CHIP_FAMILY_R350*/
> /*CHIP_FAMILY_RV350*/
> /*CHIP_FAMILY_RV380*/
> /*CHIP_FAMILY_R420*/
> 
> Does that help?
So its possible for me to try the r300 driver? Thanks for your
searching.. :)

Regards,

Steffen