Comment 31 for bug 88431

Revision history for this message
JW (arch0njw) wrote :

I was having a very similar problem. If I had *only* the GLX module loaded, my screensaver would not work, and the "Monitor & Display" module would not load. I now have this in my modules section and all is well:

Section "Module"
 Load "i2c"
 Load "bitmap"
 Load "ddc"
 Load "extmod"
 Load "freetype"
 Load "glx"
 Load "int10"
 Load "type1"
 Load "vbe"
EndSection

I'll play the role of dumb hack and declare that I don't know what part of that fixed it.