The difference between enabling and not enabling hardware acceleration on a non-Nvidia card is this:

 Section "Module"
@@ -25,6 +25,11 @@
     Load "type1"
     Load "freetype"
     Load "glx" # 3D layer
+    Load "dri" # direct rendering
+EndSection
+
+Section "DRI"
+    Mode 0666
 EndSection

Isn't it OK to have the "DRI" section there, even if you're not loading that module? If so, XFdrake should put it in no matter what. Also, why not comment out the Load "dri" line when disabling it, rather than deleting it?





Reply via email to