LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Zenwalk (https://www.linuxquestions.org/questions/zenwalk-75/)
-   -   lags and freezes on ATI RS880 [Radeon HD 4290] with new xf86-video-ati 7.8.0 (https://www.linuxquestions.org/questions/zenwalk-75/lags-and-freezes-on-ati-rs880-%5Bradeon-hd-4290%5D-with-new-xf86-video-ati-7-8-0-a-4175594207/)

H1p8r10n 11-25-2016 02:25 AM

lags and freezes on ATI RS880 [Radeon HD 4290] with new xf86-video-ati 7.8.0
 
Hi,

Since the last Xorg update, I've been experiencing lags and fatal freezes in several apps (ie : MPV, Chromium).

After some troubleshooting, it happens that the problem comes from the move from xf86-video-ati 7.7.0 to xf86-video-ati 7.8.0 on cards like [AMD/ATI] RS880 [Radeon HD 4290].

If you encounter a similar issue, the following config may be needed to fix it :

Code:

Section "Device"
        Identifier  "Radeon"
        Driver "radeon"
        #Option "AccelMethod" "glamor"
        Option "AccelMethod" "exa"
        Option "DRI" "3"
        #Option "TearFree" "on"
        Option "ColorTiling" "on"
        Option "ColorTiling2D" "on"
EndSection

Hope it will be helpful to some ;)

Cheers
JP

mazzarino 12-03-2016 11:39 AM

Thank you very much! I is very useful for me.

H1p8r10n 12-03-2016 06:54 PM

you're very welcome :)


All times are GMT -5. The time now is 12:14 PM.