# Screen tearing

**URL:** https://forum.maboxlinux.org/t/screen-tearing/978
**Category:** Hardware and Drivers
**Created:** [June 4, 2022, 12:27am UTC](https://forum.maboxlinux.org/t/screen-tearing/978 "2022-06-04T00:27:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rpaloha](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/rpaloha/32/1410_2.png) [@rpaloha](https://forum.maboxlinux.org/u/rpaloha)
#### Post date: [June 4, 2022, 12:27am UTC](https://forum.maboxlinux.org/t/screen-tearing/978/1 "2022-06-04T00:27:08Z")

</div>

I go mad watching yt 1/2 screen tearing try install codex all from arch don’t helps after install vlc problem solved Radeon R7 370 any simply solutions?

---

<div class="post-metadata">

### Author: ![ben\_chile](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/ben_chile/32/134_2.png) [@ben\_chile](https://forum.maboxlinux.org/u/ben_chile)
#### Post date: [June 4, 2022, 3:22am UTC](https://forum.maboxlinux.org/t/screen-tearing/978/2 "2022-06-04T03:22:04Z")

</div>

Did you try this suggested by another mabox user with an AMD Radeon system ? I hope it helps you. [How to fix AMD GPU Radeon Screen Tearing](https://forum.maboxlinux.org/t/how-to-fix-amd-gpu-radeon-screen-tearing/611)

---

<div class="post-metadata">

### Author: ![rpaloha](https://forum.maboxlinux.org/user_avatar/forum.maboxlinux.org/rpaloha/32/1410_2.png) [@rpaloha](https://forum.maboxlinux.org/u/rpaloha)
#### Post date: [June 6, 2022, 2:20am UTC](https://forum.maboxlinux.org/t/screen-tearing/978/3 "2022-06-06T02:20:12Z")

</div>

ben\_chile I try method from yt massacre black screen tty and timeshift

 ![Screenshot_2022-06-06_03-18-30](https://forum.maboxlinux.org/uploads/default/original/2X/2/23824d26af210cae36e0e159ac4ab1aa0b3f91de.png)  
but thx for info

---

<div class="post-metadata">

### Author: ![Lord-Chencho](https://forum.maboxlinux.org/letter_avatar_proxy/v4/letter/l/50afbb/32.png) [@Lord-Chencho](https://forum.maboxlinux.org/u/Lord-Chencho)
#### Post date: [January 20, 2023, 3:13pm UTC](https://forum.maboxlinux.org/t/screen-tearing/978/4 "2023-01-20T15:13:31Z")

</div>

This worked for me but is lost on reboot.  
xrandr --output DVI-D-0 --set TearFree on

Any ideas to keep it?

---

<div class="post-metadata">

### Author: ![balacy](https://forum.maboxlinux.org/letter_avatar_proxy/v4/letter/b/7bcc69/32.png) [@balacy](https://forum.maboxlinux.org/u/balacy)
#### Post date: [January 20, 2023, 3:30pm UTC](https://forum.maboxlinux.org/t/screen-tearing/978/5 "2023-01-20T15:30:04Z")

</div>

sudo nano ‘/etc/X11/xorg.conf.d/20-amdgpu.conf’

```auto
Section "Device"
     Identifier "AMD"
     Driver "amdgpu"
     Option "EnablePageFlip" "off"
     Option "TearFree" "true"
EndSection

```

I’ve been using it this way for three years now and there are no problems (AMD RX570)

---

<div class="post-metadata">

### Author: ![Lord-Chencho](https://forum.maboxlinux.org/letter_avatar_proxy/v4/letter/l/50afbb/32.png) [@Lord-Chencho](https://forum.maboxlinux.org/u/Lord-Chencho)
#### Post date: [January 20, 2023, 5:06pm UTC](https://forum.maboxlinux.org/t/screen-tearing/978/6 "2023-01-20T17:06:45Z")

</div>

Seem to work on my rxt590, thanks  
🙂
