On Fri, 14 Sep 2001, Rob Lofland wrote:

> Well by the looks of the my XFree86.0.log file, glx and dri are loaded
> on my Radeon 32 MB DDR. I don't have "NoAccel" set in my XF86Config-4
> file but when I run a 3D game like Chromium or Tuxracer, it's unusably
> slow.  "glxgears"  gives me ~320 fps. The XFree86.0.log file seems to
> indicate the AGP is not available. Could this be why things run so
> slow ?

in your XF86Config-4 you need to set 'Option "AGPMode" "4"' (if your
motherboard is capable of 4x agp) in the 'Section "Device"'.

example (should work for you):

Section "Device"
        Identifier   "Radeon"
        Driver       "radeon"
        VendorName   "ATI"
        BoardName    "Radeon"
        Option       "AGPMode" "4"
        BusID        "PCI:1:5:0"
EndSection

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to