--- dri-howto.xml.orig 2005-12-24 20:08:20.000000000 +0100 +++ dri-howto.xml 2005-12-24 22:54:19.000000000 +0100 @@ -231,19 +231,30 @@

Changes to modules.autoload.d

-You will need to add the module name that your card uses to +If you use a 2.6 kernel, you will need to add the module name that your card uses to /etc/modules.autoload.d/kernel-2.6 to ensure that the module is loaded automatically when the system starts up.

Code ListingĀ 3.4: Editing /etc/modules.autoload.d/kernel-2.6

 (Change module name as required.)
 intel-agp
 
+

+If you use a 2.4 kernel, then change /etc/modules.autoload.d/kernel-2.4 to load the agpgart module. +

+ + + + +

Code ListingĀ 3.5: Editing /etc/modules.autoload.d/kernel-2.4

+agpgart
+
+

4. Test 3D acceleration

Reboot to the new kernel

@@ -440,6 +451,14 @@ +

X is crashing at restart or logout; mouse and keyboard not working anymore!

+ +

+Setting AGPMode in /etc/X11/xorg.conf to a high value, may cause instability. If you didn't specify this +setting, the default value is used. Check in /var/log/Xorg.0.log what value. Lower it to 4, 2 or 1, using the +AGPMode setting in /etc/X11/xorg.conf. +

+

8. Acknowledgments