Eliminate screen tearing with older AMD graphics chips

Eliminate screen tearing with older AMD graphics chips

Postby epp » Jun 23rd, '22, 19:52

Both of my desktops have older AMD graphics chips, one is on a PCI Express card, the other is intergrated/on-board. I have experienced screen tearing, which occurs when web browsing and when closing a terminal window. When web browsing and scrolling through the page, you might notice what looks like a diagonal line break. I would also see this when closing a terminal window, in this case, QTerminal, with the LXQt desktop. That diagonal break is the screen tearing.

I found a few web sites that had instructions to place a file in /etc/X11/xorg.conf.d/ with certain information in the file, however this file did not work on either of my desktops, as the information presented in the file didn't apply to the AMD graphics chips I'm using.

The command xrandr --verbose | grep "TearFree" indicated the TearFree setting was: auto.

I took a look at the xorg.conf file in /etc/X11/ and scrolled down to where it references the driver. For both of my desktops, it's "ati" and the Identifier is "device1". The Identifier displayed in the information I found online was completely different. So I decided to write a new file named 20-ati.conf and placed it in /etc/X11/xorg.conf.d/ with the following in it:

Code: Select all
Section "Device"
        Identifier "device1"
        Driver "ati"
        Option "TearFree" "true"
EndSection


then rebooted.

After logging in, I ran xrandr again and it resulted in:

Code: Select all
~]$ xrandr --verbose | grep "TearFree"
        TearFree: on
        TearFree: on


I am no longer experiencing screen tearing.

I hope this information will be helpful to anyone else who is experiencing this issue.
Last edited by isadora on Jun 24th, '22, 18:36, edited 1 time in total.
Reason: Topic moved into appropriate sub-forum
Mageia 8 x86_64 - Xfce, LXDE (VirtualBox)
Mageia Cauldron x86_64 - Xfce, MATE, LXDE (VirtualBoxes)
epp
 
Posts: 88
Joined: Nov 1st, '21, 18:44
Location: Boston, U.S.A.

Re: Eliminate screen tearing with older AMD graphics chips

Postby Germ » Jun 26th, '22, 21:17

Thanks for the info. :mrgreen:
Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 725
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA


Return to Video

Who is online

Users browsing this forum: No registered users and 1 guest