Most I get with fgl_glxgears is: 106 frames in 5.0 seconds = 21.200 FPS
let's try some tweaking..
- Option "UseFastTLS" "0" + Option "UseFastTLS" "2"
If that works, but doesn't eck out more speed, do this:
$ cat /proc/pci | grep AGP
does it say anything about nvidia2 ?
If so, then try this, as I'm not sure how you're getting DRI support with fglrx's internal agpgart support while still having the kernel agpgart module loaded. I never could get both to work.
edit this:
- Option "UseInternalAGPGART" "yes" + Option "UseInternalAGPGART" "no"
and then make sure your lsmod still shows fglrx+$CHIPSET+agpgart
see if X starts, and check your fps.
-- [email protected] mailing list
