Ho seguito diversi HOWTO ma non ne vuole sapere proprio ...
cosa posso fare ? magari c'è qualcosa che non ho fatto ?
ps uso Xorg e questa è la sezione relativa ai moduli se può servire..

codice:
Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
	Load  "glx"
# This loads the DRI module
	Load  "dri"
	Load  "dbe"  	# Double buffer extension
	SubSection "extmod"
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
	Load  "type1"
    Load        "speedo"
	Load  "freetype"
#    Load        "xtt"
EndSection
grazie mille...