From 5acdc00aaf6c65c1353cc02a59f33e0d6ba9a281 Mon Sep 17 00:00:00 2001 From: binary Date: Sat, 27 Feb 2021 10:30:33 +0100 Subject: Break workstation role in sub-roles --- .../sysconf/templates/etc-X11-xorg.conf.d-intel.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/_workstation/sysconf/templates/etc-X11-xorg.conf.d-intel.conf (limited to 'roles/_workstation/sysconf/templates/etc-X11-xorg.conf.d-intel.conf') diff --git a/roles/_workstation/sysconf/templates/etc-X11-xorg.conf.d-intel.conf b/roles/_workstation/sysconf/templates/etc-X11-xorg.conf.d-intel.conf new file mode 100644 index 0000000..5d73c65 --- /dev/null +++ b/roles/_workstation/sysconf/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