Comment 74 for bug 81858

Revision history for this message
Med Berdai (arabicfoss) wrote :

Hi, I've tried Troy Reynolds method and it's really made things a lot better, now AJAX animations play correctly, no frame skip or slowliness.

My graphic card is an AGP x8 ATI Radeon 9250 with 256Mo RAM. I am using Ubuntu 7.04 with the (X11) Free Radeon Driver.

here is how my graphic card device section looks like in xorg.conf

/etc/X11/xorg.conf
Section "Device"
        Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
        Driver "radeon"
        BusID "PCI:1:0:0"
        Option "XaaNoOffscreenPixmaps"
        Option "AGPMode" "8"
        Option "AGPFastWrite" "true"
        Option "EnablePageFlip" "true"
        Option "MigrationHeuristic" "greedy"
        Option "EnableDepthMoves" "true"
EndSection

@Troy Reynolds: Thank you very much. That was helpful.