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


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an