RIP Webby

Computer Discussion => Computer Software => Linux => Topic started by: Admin on January 17, 2022, 05:42:32 pm

Title: Prevent Video & Screen Tearing on Linux With AMD Graphics
Post by: Admin on January 17, 2022, 05:42:32 pm
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