Hi,
For some reason AGP stays disabled in my kernel, according to /proc. Does that mean anything? My card was correctly recognised and configured by XFree86 4. I had compiled AGP support into my kernel, not as a module.
trantor5:~# cat /proc/driver/nvidia/agp/status Status: Disabled
trantor5:~# cat /proc/driver/nvidia/agp/card Fast Writes: Not Supported SBA: Not Supported AGP Rates: 4x 2x 1x Registers: 0x1f000007:0x00000000
trantor5:~# cat /proc/driver/nvidia/agp/host-bridge Host Bridge: Intel i850 Fast Writes: Supported SBA: Supported AGP Rates: 4x 2x 1x Registers: 0x1f000217:0x00000000
trantor5:~# cd /usr/src/linux-2.4.18/ trantor5:/usr/src/linux-2.4.18# grep AGP .config CONFIG_AGP=y CONFIG_AGP_INTEL=y # CONFIG_AGP_I810 is not set <-- could this be the problem? # CONFIG_AGP_VIA is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_ALI is not set # CONFIG_AGP_SWORKS is not set
trantor5:/usr/src/linux-2.4.18# uname -a Linux trantor5 2.4.18 #4 Sat Aug 31 14:23:24 IST 2002 i686 unknown unknown GNU/Linux