From aa10033e77e9c095e7b66bf13a51ce0ff5c66e50 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 15 Apr 2020 15:57:00 -0400 Subject: added scripts and conf --- src/etc/X11/xorg.conf.d/10-monitor.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/etc/X11/xorg.conf.d/10-monitor.conf (limited to 'src/etc/X11/xorg.conf.d/10-monitor.conf') diff --git a/src/etc/X11/xorg.conf.d/10-monitor.conf b/src/etc/X11/xorg.conf.d/10-monitor.conf new file mode 100644 index 0000000..c4914a7 --- /dev/null +++ b/src/etc/X11/xorg.conf.d/10-monitor.conf @@ -0,0 +1,6 @@ +Section "Device" + Identifier "Intel Graphics" + Driver "intel" + + Option "TearFree" "true" +EndSection -- cgit