diff options
-rw-r--r-- | other/xorg/20-intel.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/other/xorg/20-intel.conf b/other/xorg/20-intel.conf new file mode 100644 index 0000000..1c55117 --- /dev/null +++ b/other/xorg/20-intel.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "Intel Graphics" + Driver "intel" + Option "TearFree" "true" +EndSection |