[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

fglrx - Aber doch keine 3D Beschleunigung und schlechtere Werte bei glxgears



Liebe Liste,

ich habe mich auf meinem Dabian Sid amd64 mit ATI 9700 Mobility mal mit
fglrx beschäftigt und es installiert um 3D Beschleunigung zu aktivieren.
Wenn ich also meinen 2.6.10er Kernel mit glx teste, dann bringt mir
glxgears folgendes:
1680 frames in 5.0 seconds = 336.000 FPS

Wenn ich aber einen Kernel ohne glx verwende und den normalen Treiber
für den radeonfb habe, dann bekomme ich folgendes:
5160 frames in 5.0 seconds = 1032.000 FPS

Bei Armagetron spielen bekomme ich bei beiden die selben Werte. Was
mache ich also falsch?

Unten meine XF86Config-4.

Grüssle, Tobias

-----
# /etc/X11/XF86Config-4
Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "synaptics"
        SubSection "extmod"
                Option "omit xfree86-dga"
        EndSubSection
EndSection

Section "Device"
        Identifier      "ATI"
        Driver          "fglrx"

        # If X refuses to use the screen resolution you asked for,
        # uncomment this; see "Bugs and Workarounds" for details.
        #Option "NoDDC"

        # === Video Overlay for the Xv extension ===
        Option "VideoOverlay" "on"
        # === OpenGL Overlay ===
        # Note: When OpenGL Overlay is enabled, Video Overlay
        #       will be disabled automatically
        Option "OpenGLOverlay" "on"
        # === Use internal AGP GART support? ===
        # If OpenGL acceleration doesn't work, try using "yes" here
        # and disable the kernel agpgart driver.
        Option "UseInternalAGPGART" "no"
EndSection

Section "Monitor"
        Identifier      "FSC LCD-Display"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "FSC LCD-Screen"
        Device          "ATI"
        Monitor         "FSC LCD-Display"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x800" "1024x768" "800x600"
"640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "FSC LCD-Screen"
...
EndSection

Section "DRI"
        Mode    0666
EndSection



Reply to: