diff options
Diffstat (limited to 'src/etc/X11')
-rw-r--r-- | src/etc/X11/xorg.conf.d/10-monitor.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |