Problem with 2.4.0 agpgart on Dell D4100 (probably) Intel i815

2001-01-10 Thread Charles McLachlan
(The ultimate cause of what I'm about to tell you may well be a chipset problem, but I think I've uncovered a tiny bit of kernel weirdness none the less) Using 2.4.0 modprobe agpgart.o /var/log/messages says >Jan 10 14:11:56 x kernel: Linux agpgart interface v0.99 (c) Jeff > Hartmann > Jan 10

[PATCH] 2.4.0 agpgart with i815 and external card.

2001-01-10 Thread Charles McLachlan
My problem was that I didn't pay enough attention to the configuration options. I opted for *both* the 440LX/BX/GX, 815, 840, 850 support (CONFIG_AGP_INTEL) *and* I810/I815 (on-board) support (CONFIG_AGP_I810). The latter was taking precedence over the former, and getting confused. Petr Vandrov