diff --git a/linux-enable-vsync-amdgpu.md b/linux-enable-vsync-amdgpu.md new file mode 100644 index 0000000..dbaa6b1 --- /dev/null +++ b/linux-enable-vsync-amdgpu.md @@ -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 + ```