On Mon, 23 Jul 2001, Bryan Fields wrote:

>01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5446

Regrettably this card is not supported currently.  Oddly, I
*have* a card that is an AIW 128 Pro AGP and it IS supported and
works fine, and I've been telling people they are on crack. ;o)

So.. aparently there is more than one card named that with
different chipsets on them.

>(II) ATI: ATI driver (version 6.2.3) for chipsets: ati, ativga
>(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
>        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
>        ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (AGP),
>        ATI Rage 128 Pro PF (AGP), ATI Rage 128 Mobility LE (PCI),
>        ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
>        ATI Rage 128 Mobility ML (AGP)
>(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
>        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP)
>(--) Assigning device section with no busID to primary device
>(EE) No devices detected.

Just a quickie for everyone to help identify if an ATI chip is
supported.  The 2 letter code after the chip name is the PCI ID
in ASCII.  In other words:

My Radeon:

01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5144

#define PCI_CHIP_RADEON_QD      0x5144

QD == 5144 in hex.

So if you have an ATI card, take the ID, and convert it to ASCII,
if the server output does not list it, it is not supported by
XFree86.  You can see my Radeon QD listed.

The 5446 is TF in ASCII, which means "Rage 128 TF" - and is not
in the above list.

For y'all, here is the full list of supported ATI chipsets as of
the 4.1.0-0.9.5 release (not available in rawhide just yet).

/* ATI */
#define PCI_CHIP_MACH32         0x4158
#define PCI_CHIP_MACH64CT       0x4354
#define PCI_CHIP_MACH64CX       0x4358
#define PCI_CHIP_MACH64ET       0x4554
#define PCI_CHIP_MACH64GB       0x4742
#define PCI_CHIP_MACH64GD       0x4744
#define PCI_CHIP_MACH64GI       0x4749
#define PCI_CHIP_MACH64GL       0x474C
#define PCI_CHIP_MACH64GM       0x474D
#define PCI_CHIP_MACH64GN       0x474E
#define PCI_CHIP_MACH64GO       0x474F
#define PCI_CHIP_MACH64GP       0x4750
#define PCI_CHIP_MACH64GQ       0x4751
#define PCI_CHIP_MACH64GR       0x4752
#define PCI_CHIP_MACH64GS       0x4753
#define PCI_CHIP_MACH64GT       0x4754
#define PCI_CHIP_MACH64GU       0x4755
#define PCI_CHIP_MACH64GV       0x4756
#define PCI_CHIP_MACH64GW       0x4757
#define PCI_CHIP_MACH64GX       0x4758
#define PCI_CHIP_MACH64GZ       0x475A
#define PCI_CHIP_MACH64LB       0x4C42
#define PCI_CHIP_MACH64LD       0x4C44
#define PCI_CHIP_RAGE128LE      0x4C45
#define PCI_CHIP_RAGE128LF      0x4C46
#define PCI_CHIP_MACH64LG       0x4C47
#define PCI_CHIP_MACH64LI       0x4C49
#define PCI_CHIP_MACH64LM       0x4C4D
#define PCI_CHIP_MACH64LN       0x4C4E
#define PCI_CHIP_MACH64LP       0x4C50
#define PCI_CHIP_MACH64LR       0x4C52
#define PCI_CHIP_MACH64LS       0x4C53
#define PCI_CHIP_RAGE128MF      0x4D46
#define PCI_CHIP_RAGE128ML      0x4D4C
#define PCI_CHIP_RAGE128PD      0x5044
#define PCI_CHIP_RAGE128PF      0x5046
#define PCI_CHIP_RAGE128PR      0x5052
#define PCI_CHIP_RADEON_QD      0x5144
#define PCI_CHIP_RADEON_QE      0x5145
#define PCI_CHIP_RADEON_QF      0x5146
#define PCI_CHIP_RADEON_QG      0x5147
#define PCI_CHIP_RADEON_VE      0x5159
#define PCI_CHIP_RAGE128RE      0x5245
#define PCI_CHIP_RAGE128RF      0x5246
#define PCI_CHIP_RAGE128RG      0x5247
#define PCI_CHIP_RAGE128RK      0x524B
#define PCI_CHIP_RAGE128RL      0x524C
#define PCI_CHIP_MACH64VT       0x5654
#define PCI_CHIP_MACH64VU       0x5655
#define PCI_CHIP_MACH64VV       0x5656

That be them all.  Not on the list == not supported by XFree86
4.1.0.

Hope this helps everyone understand the ATI chipsets.

TTYL

----------------------------------------------------------------------
    Mike A. Harris  -  Linux advocate  -  Open Source advocate
       Opinions and viewpoints expressed are solely my own.
----------------------------------------------------------------------



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to