Comment 92 for bug 36596

Revision history for this message
In , agd5f (agd5f) wrote :

Sounds like an AGP problem. removing the load dri and glx lines from your config doesn't work on newer xservers because they are loaded automatically. you have to explicitly disable it via:
Option "DRI" "FALSE"

Try changing the AGP mode:
Option "AGPMode" "x"
where x = 1 or 2 or 4

If that doesn't work, try forcing it to pci mode:
Option "BusType" "PCI"