aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/templates/_openbsd/xorg-intel.conf
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-08-26 10:51:22 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-08-26 10:51:22 +0200
commit3c5475ed9d33ba8a29fcc8f5c4062982350352b4 (patch)
tree671f8a6fe173f46c40d5443851a0c3bd24525817 /roles/workstation/templates/_openbsd/xorg-intel.conf
parent96f588ad32285aad6d182ed4cd255c10d518b790 (diff)
downloadold-infrastructure-3c5475ed9d33ba8a29fcc8f5c4062982350352b4.tar.gz
OpenBSD update
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.