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