You are not logged in.

Hello, I want to switch to oos drivers, but I have no luck with performance. Using fglrx is possible on my really slow card (ATI X1100/200M) to watch hdvideo and glxgears have ten times better performance. 
I've tried many changes of configuration in xorg.conf but no succes at all. If you have any suggestions, I'd be glad
Matus
My xorg:
Section "ServerLayout"                    
#       InputDevice    "Mouse" "SendCoreEvents"
        Identifier     "aticonfig Layout"      
        Screen      0  "Default Screen" 0 0    
        InputDevice    "SynapticsTouchpad" "SendCoreEvents"
        Option         "AIGLX" "on"                                                                       
EndSection                                                                                  
Section "Module"
        Load  "glx"
        Load  "dri"
#       Load  "drm"
        Load  "synaptics"   
#       Load  "dbe"                                                   
#       Load  "extmod"                                                
#        Load  "bitmap"                         
#       Load  "type1"                                                 
#       Load  "freetype"                                              
#       Load  "record"                                                
       Load  "GLcore"                     
EndSection                                                            
Section "ServerFlags"
        Option      "AutoAddDevices" "False"
   #    Option      "Xinerama" "off"        
   # Option "IgnoreABI" "on"                                                                            
   #Option  "AIGLX" "true"                                                                                       
EndSection                                                                                  
Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"             
        Option      "XkbRules" "xorg" 
        Option      "XkbModel" "asus_laptop"
        Option      "XkbLayout" "gb,sk"     
        Option      "XkbOptions" "grp:caps_toogle"
EndSection                                        
Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"           
        Option      "CorePointer"     
EndSection                                                                              
Section "Monitor"
        Identifier   "Configured Monitor"
EndSection                               
Section "Device"
        Identifier  "Configured Video Device"
        Driver      "fglrx"                  #"radeon"
        BusID       "PCI:1:5:0"              
Option        "VideoOverlay" "on"            
Option        "OpenGLOverlay" "on"      
Option      "DRI"     "true"                      
#Option      "no_dri"  "off"                 
#Option      "XAANoOffscreenPixmaps" "on"    
#Option      "AllowGLXWithComposite" "true"  
#Option      "RenderAccel" "true"            
#Option      "FSAAEnable" "off"              
#Option      "FSAAScale" "0"                 
#Option      "AddARGBGLXVisuals" "true"      
# AIGLX                                      
#Option "AGPMode" "4"                        
#Option "ColorTiling" "on"                   
#Option "AccelMethod" "EXA"  # Off if X down 
#Option "EnablePageFlip" "on"                
#Option "AGPFastWrite" "yes" # Off if X down 
#Option "AGPMode" "4" #Should support 8?     
#Option "DMAForXv" "on"                      
#Option "ColorTiling" "on"                   
#Option "DynamicClocks" "on"                 
#Option "VGAAccess" "on"                     
#Option "AccelMethod" "EXA" #EXA or XAA      
#Option "MigrationHeuristic" "greedy" #smart, greedy, always
#Option "AccelDFS" "on"
#Option "AGPFastWrite" "on"
#Option "EnablePageFlip" "on"
#Option "RenderAccel" "on" #None yet but the day shall come
#Option "GARTSize" "128"
#Option "EnableDepthMoves" "on"
EndSection
Section "Screen"
        Identifier "Default Screen"
        Device     "Configured Video Device"
        Monitor    "Configured Monitor"
        DefaultDepth     24
EndSection
Section "DRI"
        Mode         0666
EndSectionthis is conf for fglrx and olny EE in log when I've tried radeon was:
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.Last edited by blazzter (2009-03-25 13:14:39)
Offline

DefaultDepth 16
Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce
Offline