LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ATI fglrx drivers being slow (https://www.linuxquestions.org/questions/linux-hardware-18/ati-fglrx-drivers-being-slow-237227/)

ben77 09-30-2004 04:50 PM

ATI fglrx drivers being slow
 
I installed the fglrx drivers from ATI and it worked fine. Installed straight from the rpm, glxinfo says direct rendering is on and the version/renderer strings say ATI, the module is loaded, X works, fgl_glxgears works, everything works. However, glxgears is giving me about 700-800 fps and from what I've read on the forums it should be giving around 3-4000. Is this wrong? Anyone have any ideas? I've tried with and without the internal agpgart module, same results.

Setup:
FC2, kernel 2.6.8-1.521
X.Org 6.7
KDE 3.3
ATI Radeon 9200SE, fglrx driver version: 3.11.1
P4 1.6 GHz
512 Mb ram.
xorg.conf (comments removed):
Code:

Section "dri"
    Mode 0666
EndSection

Section "Module"
    Load        "dbe"         
    SubSection  "extmod"
      Option    "omit xfree86-dga" 
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx" 
    Load        "dri" 
EndSection

Section "Files"
    RgbPath        "/usr/X11R6/lib/X11/rgb"
    FontPath  "/usr/X11R6/lib/X11/fonts/local/"
    FontPath  "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath  "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath  "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath  "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath  "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath  "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath  "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier        "Keyboard1"
    Driver        "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"        "xfree86"
    Option "XkbModel"        "microsoft"
    Option "XkbLayout"        "us"
EndSection

Section "InputDevice"
    Identifier        "Mouse1"
    Driver "mouse"
    Option "Protocol"  "ImPS/2"
    Option "ZAxisMapping"  "4 5"
    Option "Device"    "/dev/mouse"
EndSection
Section "Monitor"
    Identifier  "Monitor0"
    HorizSync  30-72
    VertRefresh 50-160
    Option "DPMS"
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName  "Unknown"
    Driver      "vga"
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
    Option "no_accel"                  "no"
    Option "no_dri"                    "no"
    Option "mtrr"                      "off"
    Option "DesktopSetup"              "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                "off"
    Option "HSync2"                    "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
    Option "NoTV"                      "yes"   
    Option "TVStandard"                "NTSC-M"   
    Option "TVHSizeAdj"                "0"   
    Option "TVVSizeAdj"                "0"   
    Option "TVHPosAdj"                  "0"   
    Option "TVVPosAdj"                  "0"   
    Option "TVHStartAdj"                "0"   
    Option "TVColorAdj"                "0"   
    Option "GammaCorrectionI"          "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
    Option "Capabilities"              "0x00000000"
    Option "VideoOverlay"              "on"
    Option "OpenGLOverlay"              "off"
    Option "CenterMode"                "off"
    Option "PseudoColorVisuals"        "off"
    Option "Stereo"                    "off"
    Option "StereoSyncEnable"          "1"
    Option "FSAAEnable"                "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"          "no"
    Option "FSAACustomizeMSPos"        "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"

    Option "UseFastTLS"                "0"
    Option "BlockSignalsOnLock"        "on"
    Option "UseInternalAGPGART"        "no"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"   
    Screen 0
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor    "Monitor0"
    DefaultDepth 24
    Subsection "Display"
        Depth      24
        Modes      "1280x1024" "1024x768" "800x600"
        ViewPort    0 0 

    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Server Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


RHLinuxGUY 09-30-2004 07:54 PM

That seems just correct, especialy on ur system. I've used a radeon on a few systems, with both DRI and FGLRX. The most I've seen was 2200, that was with my Radeon 9600. And my Celeron 2.0Ghz, and 512 megs of 3200 ram. I seriously believe that DRI is better then Fglrx. Try DRI, theres one for the 9200, not the 9600, but whatever.

ben77 10-01-2004 03:08 PM

Hmm, ok, thanks, I tried them a while ago, I don't really remember how well they did, maybe I'll try them again. I didn't think the card was that much worse though, oh well.


All times are GMT -5. The time now is 05:18 PM.