Hawg
07-30-2003, 08:38 PM
Kernel version 2.4.21. I'm trying to get DRI working for 3D acceleration. The card is a Radeon 9000 4x agp. dmesg out put shows
Jul 30 19:28:40 Grinch kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
Jul 30 19:28:40 Grinch kernel: agpgart: Maximum main memory to use for agp memory: 203M
Jul 30 19:28:40 Grinch kernel: agpgart: Unsupported Intel chipset (device id: 2570), you might want to try agp_try_unsupported=1.
So in my rc.local file I have
modprobe agpgart agp_try_unsupported=1
This allows me to have DRI working but I usually get lockup when I log out of X. It happens 1 out of every 5 or so times.
Question is how come the newest kernel does not support this chipset. Do I need to patch the kernel source and rebuild? Lokking over xconfig for 2.4.21 there is no mention of a intel 865 chipset.
Jul 30 19:28:40 Grinch kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
Jul 30 19:28:40 Grinch kernel: agpgart: Maximum main memory to use for agp memory: 203M
Jul 30 19:28:40 Grinch kernel: agpgart: Unsupported Intel chipset (device id: 2570), you might want to try agp_try_unsupported=1.
So in my rc.local file I have
modprobe agpgart agp_try_unsupported=1
This allows me to have DRI working but I usually get lockup when I log out of X. It happens 1 out of every 5 or so times.
Question is how come the newest kernel does not support this chipset. Do I need to patch the kernel source and rebuild? Lokking over xconfig for 2.4.21 there is no mention of a intel 865 chipset.