aboutsummaryrefslogtreecommitdiff
path: root/.etc/X11/xorg.conf.d
diff options
context:
space:
mode:
authorMarvin Borner2020-06-14 16:41:35 +0200
committerMarvin Borner2020-06-14 16:41:35 +0200
commit9ce9e64fb688161b7aa09d2c82bde010000b8368 (patch)
treeb6a6f3b85d9f850aa2a1a6e2858df41353f833b0 /.etc/X11/xorg.conf.d
parent88565e120f0564f2354925617a83f1496353bb8d (diff)
Added new sync process via external dir
Diffstat (limited to '.etc/X11/xorg.conf.d')
-rw-r--r--.etc/X11/xorg.conf.d/amd.conf6
-rw-r--r--.etc/X11/xorg.conf.d/intel.conf5
2 files changed, 11 insertions, 0 deletions
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
diff --git a/.etc/X11/xorg.conf.d/intel.conf b/.etc/X11/xorg.conf.d/intel.conf
new file mode 100644
index 0000000..0746897
--- /dev/null
+++ b/.etc/X11/xorg.conf.d/intel.conf
@@ -0,0 +1,5 @@
+Section "Device"
+ Identifier "Intel Graphics"
+ Driver "intel"
+ Option "TearFree" "true"
+EndSection