document-dump/linux-enable-vsync-amdgpu.md

14 lines
200 B
Markdown
Raw Normal View History

2019-09-06 22:16:28 -05:00
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
```