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

18 lines
257 B
Markdown
Raw Permalink Normal View History

2019-09-13 09:11:40 -05:00
# Linux - Enable VSync for AMDGPU driver.
2019-09-06 22:16:28 -05:00
2019-09-13 09:11:40 -05:00
1. Create or modify file:
2019-09-06 22:16:28 -05:00
2019-09-13 09:11:40 -05:00
```
/etc/X11/xorg.conf.d/20-amdgpu.conf
```
2. Add this config section.
2019-09-06 22:16:28 -05:00
```
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection
```