60fps@2560x1600 at Nexuiz now. Solved with:
Code:Section "Module" Load "glx" Load "dri" EndSection Section "Device" Identifier "HD3870" # your alias Driver "radeon" Option "AccelMethod" "XAA" # XAA/EXA Option "AccelDFS" "1" # 1/0 On for PCIE, off for AGP # Manpage: Use or don't use accelerated EXA DownloadFromScreen hook # when possible. #Option "AGPMode" "1" # 1-8 Does not affect PCIE models. #Option "AGPFastWrite" "1" # 1/0 Does not affect PCIE models. Not recommended. Option "GARTSize" "64" # 0-64 Megabytes of gart (system) memory used. # Wrongly defaults to 8MB sometimes, see your logfile. # Bigger seems better. Option "EnablePageFlip" "1" # 1/0 Increases 3D performance substantially # seemingly in XAA mode only Option "ColorTiling" "1" # 1/0 Increases 3D performance substantially # affected stability only positively on my system EndSection Section "DRI" Group "video" Mode 0660 EndSection


Reply With Quote
