Comment 31 for bug 133192

Revision history for this message
Bryce Harrington (bryce) wrote : Re: Screen displays garbage

You can disable by adding this to your Modules section:

Section "Module"
        ...
        Disable "glx"
        Disable "dri"
EndSection

It's not sufficient to simply comment out the Load lines if they're there; because Xorg now auto-loads modules if not explicitly mentioned.