All of lore.kernel.org
 help / color / mirror / Atom feed
* Radeon IGP345M
@ 2003-12-25 23:41 Matteo Croce
  0 siblings, 0 replies; only message in thread
From: Matteo Croce @ 2003-12-25 23:41 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1743 bytes --]

Hi,
I have sent this mail to jhartmann@precisioninsight.com that should be 
the mantainer of agpgart, but this email address don't exist.

I have a Compaq Presario 2510EA with an ATI Radeon IGP345M graphic card.
I compiled a 2.4.23 kernel with CONFIG_AGP_ATI and I get a module named
agpgart.o
I tryed to load it whit insmod (or with 'insmod agpgart
agp_try_unsupported=1'),
but I get the following error:

----------------------------------------------------------------------
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 262M
agpgart: Unsupported ATI chipset (device id: cbb2), you might want to
try agp_try_unsupported=1.
agpgart: no supported devices found.
----------------------------------------------------------------------

I am sure that my graphics card is a RadeonIGP bacause the Ati utilities
under windows say that.

So I tryed this: I changed the following line in agp.h (I also attach a
diff):

#define PCI_DEVICE_ID_ATI_RS200		0xcab2

with:

#define PCI_DEVICE_ID_ATI_RS200		0xcbb2

and now when I load the drivers with insmod it says:

----------------------------------------------------------------------
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 262M
agpgart: Detected ATI IGP330/340/345/350/M chipset
agpgart: AGP aperture is 64M @ 0xd4000000
----------------------------------------------------------------------

and if I do lsmod I have agpgart in the list of loaded modules

Now I want to know:
1) Is the driver working?
2) Is my chipset the same of a 'cab2' with a different device id?
3) How I can know if the driver is working?
4) Maybe a radeon IGP345M has two device ids?

Thanks,
Matteo Croce





[-- Attachment #2: agp.h.diff --]
[-- Type: text/plain, Size: 400 bytes --]

--- drivers/char/agp/agp.h.orig	2003-12-25 20:47:29.000000000 +0100
+++ drivers/char/agp/agp.h	2003-12-25 19:59:08.000000000 +0100
@@ -314,7 +314,7 @@
 #define PCI_DEVICE_ID_ATI_RS100		0xcab0
 #endif
 #ifndef PCI_DEVICE_ID_ATI_RS200
-#define PCI_DEVICE_ID_ATI_RS200		0xcab2
+#define PCI_DEVICE_ID_ATI_RS200		0xcbb2
 #endif
 #ifndef PCI_DEVICE_ID_ATI_RS250
 #define PCI_DEVICE_ID_ATI_RS250		0xcab3




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-12-25 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-25 23:41 Radeon IGP345M Matteo Croce

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.