My  plain XFree86 is now just as fast as Xorg and without fglrx!

My XF86Config-4 had dri after glx out of order causing this: 


Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "glx"    <---
        Load    "GLcore"
        Load    "dri"    <---
EndSection


> glxgears

2261 frames in 5.0 seconds = 452.200 FPS
2414 frames in 5.0 seconds = 482.800 FPS
2414 frames in 5.0 seconds = 482.800 FPS
2414 frames in 5.0 seconds = 482.800 FPS
2414 frames in 5.0 seconds = 482.800 FPS

>

-------------------

I changed the XF86Config-4 and got this:


Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "dri"     <---
        Load    "GLcore"
        Load    "glx"     <---
EndSection

> glxgears

9324 frames in 5.0 seconds = 1864.800 FPS
10502 frames in 5.0 seconds = 2100.400 FPS
10503 frames in 5.0 seconds = 2100.600 FPS
10502 frames in 5.0 seconds = 2100.400 FPS
10502 frames in 5.0 seconds = 2100.400 FPS
10503 frames in 5.0 seconds = 2100.600 FPS

>


-----------------------

This is sarge debian-pure64 with 2.6.8 kernel and sarge XFree86 4.3.0.1

Radeon 9250 [EMAIL PROTECTED]

:-)


[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to