Bryan Whitehead a �crit :
> 
> The NVIDIA FAQ says this: "Currently internally supported chipsets
> include: Intel 440LX, 440BX, 440GX, 815, 820, and 840. AMD Irongate, VIA
> Apollo Pro133, KX133 and KT133. More chipsets may be supported through the
> use of AGPGART."
> 
> So internally the driver provided by NVIDIA does not need the agpgart
> driver for AGP.
> 
> If your getting "unresolved symbol" errors from the module it hasn't been
> built correctly. Try a newer version of the kernel from Mandrake, like
> 2.2.17-2mdk.
> 
> Or try getting the driver source and building it yourself. (to confirm
> it's indeed not a HW problem).

I built the driver myself and 
nm NVdriver | grep agp gives
         U agp_allocate_memory_R47ba4b82
         U agp_backend_acquire_Rfda71904
         U agp_backend_release_R0d43fde1
         U agp_bind_memory_R28347b8b
         U agp_copy_info_R35353f20
[snip]

and nm /lib/modules/2.2.17-2mdk/misc/agpgart.o | grep
agp_allocate_memory_R47ba4b82 gives :

0000001a ? __kstrtab_agp_allocate_memory_R47ba4b82
00000008 ? __ksymtab_agp_allocate_memory_R47ba4b82
000001d8 T agp_allocate_memory_R47ba4b82     

So I really need agpgart module, but it gives a resource busy error when
trying to load it.

I already managed to use NVidia driver with an older Mandrake.

Reply via email to