From e3a63f27b69b18b59ff61c563a31de8b7fbe8482 Mon Sep 17 00:00:00 2001 From: binary Date: Wed, 17 Feb 2021 16:54:09 +0100 Subject: Add openbsd setup for workstation --- roles/workstation/templates/etc-X11-xorg.conf.d-intel.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/workstation/templates/etc-X11-xorg.conf.d-intel.conf (limited to 'roles/workstation/templates') diff --git a/roles/workstation/templates/etc-X11-xorg.conf.d-intel.conf b/roles/workstation/templates/etc-X11-xorg.conf.d-intel.conf new file mode 100644 index 0000000..5d73c65 --- /dev/null +++ b/roles/workstation/templates/etc-X11-xorg.conf.d-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 -- cgit v1.2.3