Skip to main content
Topic: Prevent Video & Screen Tearing on Linux With AMD Graphics (Read 4223 times) previous topic - next topic

Prevent Video & Screen Tearing on Linux With AMD Graphics

Prevent Video & Screen Tearing on Linux With AMD Graphics

Create the following file in this exact location: /etc/X11/xorg.conf.d/20-amdgpu.conf

The file should contain the following...

Code: [Select]
Section "Device"
    Identifier "Radeon"
    Driver "radeon"
    Option "TearFree" "on"
    Option "DRI" "3"
    Option "AccelMethod" "glamor"
EndSection