aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/templates/_openbsd/xorg-intel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/workstation/templates/_openbsd/xorg-intel.conf')
-rw-r--r--roles/workstation/templates/_openbsd/xorg-intel.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/workstation/templates/_openbsd/xorg-intel.conf b/roles/workstation/templates/_openbsd/xorg-intel.conf
new file mode 100644
index 0000000..5d73c65
--- /dev/null
+++ b/roles/workstation/templates/_openbsd/xorg-intel.conf
@@ -0,0 +1,9 @@
+
+# disable tearscreen for Xenocara on OpenBSD
+# managed by Ansible
+
+Section "Device"
+ Identifier "drm"
+ Driver "intel"
+ Option "TearFree" "true"
+EndSection
remember that computers suck.