aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-18 21:14:23 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-18 21:14:23 -0400
commit47b3ff0e10aa447da09957966116d638305d337f (patch)
tree2142809fd46f342cee5c1a448258d76a888b4188
parentef13192ee02a6c243c0ae805ff1353a545fffe10 (diff)
accidentally retained i915 debugging xorg.conf (breaks w/o driver)
-rw-r--r--src/etc/X11/xorg.conf.d/10-monitor.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/etc/X11/xorg.conf.d/10-monitor.conf b/src/etc/X11/xorg.conf.d/10-monitor.conf
deleted file mode 100644
index c4914a7..0000000
--- a/src/etc/X11/xorg.conf.d/10-monitor.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-Section "Device"
- Identifier "Intel Graphics"
- Driver "intel"
-
- Option "TearFree" "true"
-EndSection