diff options
author | binary <me@rgoncalves.se> | 2021-02-17 16:54:09 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-17 16:54:09 +0100 |
commit | e3a63f27b69b18b59ff61c563a31de8b7fbe8482 (patch) | |
tree | 9788e25e51654df8065dee2f5e273be951aa22db /roles/workstation/templates | |
parent | 473987f9e0ed2d6fe7585ea30634ed8d0a1dc721 (diff) | |
download | infrastructure-e3a63f27b69b18b59ff61c563a31de8b7fbe8482.tar.gz |
Add openbsd setup for workstation
Diffstat (limited to 'roles/workstation/templates')
-rw-r--r-- | roles/workstation/templates/etc-X11-xorg.conf.d-intel.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 |