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

257 B

Linux - Enable VSync for AMDGPU driver.

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