From 7c55088996d9ea5801727b286cfb4e6b54746c8a Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Fri, 6 Sep 2019 22:16:28 -0500 Subject: [PATCH] Create linux-enable-vsync-amdgpu.md --- linux-enable-vsync-amdgpu.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 linux-enable-vsync-amdgpu.md 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 + ```