https://bugs.freedesktop.org/show_bug.cgi?id=102144

--- Comment #11 from Barto <mister.free...@laposte.net> ---
(In reply to Michel Dänzer from comment #9)
> P.S. If you don't want to use kwin's tearing avoidance functionality for
> some reason, you can use TearFree instead:
> 
> xrandr --output DVI-0 --set TearFree on

so the solution I found is to create a radeon.conf file in /etc/X11/xorg.conf :

Section "Device"
    Identifier "Radeon"
    Driver "radeon"
    Option "TearFree" "on"
    Option "DRI" "3"
    Option "AccelMethod" "glamor"
EndSection


I have a suggestion : you should enable by default "TearFree on" if the graphic
card supports both DRI 3 and glamor,

it will permit to eliminate tearing even if vsync is set to "never" in kwin

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to