Section "Module"
@@ -25,6 +25,11 @@
Load "type1"
Load "freetype"
Load "glx" # 3D layer
+ Load "dri" # direct rendering
+EndSection
+
+Section "DRI"
+ Mode 0666
EndSectionIsn'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?
