Create linux-enable-vsync-amdgpu.md

This commit is contained in:
Brandon Scott 2019-09-06 22:16:28 -05:00 committed by GitHub
parent 97b63ed01e
commit 7c55088996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Create or modify file:
>/etc/X11/xorg.conf.d/20-amdgpu.conf
Add this config section.
```
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection
```