diff --git a/driver/xf86-video-amdgpu/conf/10-amdgpu.conf b/driver/xf86-video-amdgpu/conf/10-amdgpu.conf index fc5668eb..a718be46 100644 --- a/driver/xf86-video-amdgpu/conf/10-amdgpu.conf +++ b/driver/xf86-video-amdgpu/conf/10-amdgpu.conf @@ -3,4 +3,5 @@ Section "OutputClass" MatchDriver "amdgpu" Driver "amdgpu" Option "HotplugDriver" "amdgpu" + Option "TearFree" "true" EndSection diff --git a/driver/xf86-video-ati/conf/10-radeon.conf b/driver/xf86-video-ati/conf/10-radeon.conf index 04217f67..a71a2778 100644 --- a/driver/xf86-video-ati/conf/10-radeon.conf +++ b/driver/xf86-video-ati/conf/10-radeon.conf @@ -2,4 +2,5 @@ Section "OutputClass" Identifier "Radeon" MatchDriver "radeon" Driver "radeon" + Option "TearFree" "true" EndSection \ No newline at end of file