From 9ce9e64fb688161b7aa09d2c82bde010000b8368 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 14 Jun 2020 16:41:35 +0200 Subject: Added new sync process via external dir --- .etc/X11/xorg.conf.d/amd.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .etc/X11/xorg.conf.d/amd.conf (limited to '.etc/X11/xorg.conf.d/amd.conf') diff --git a/.etc/X11/xorg.conf.d/amd.conf b/.etc/X11/xorg.conf.d/amd.conf new file mode 100644 index 0000000..0401175 --- /dev/null +++ b/.etc/X11/xorg.conf.d/amd.conf @@ -0,0 +1,6 @@ +Section "Device" + Identifier "AMD" + Driver "amdgpu" + Option "DRI" "3" + Option "TearFree" "true" +EndSection -- cgit v1.2.3