diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-04 14:01:47 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-05 09:33:30 +0000 |
commit | 5c2e3443bedf0ef6a34888ea30361af7da314748 (patch) | |
tree | e792d59b44ef63981ccddbe39256a5f859df1f79 /roles/workstation/templates/xorg-intel.conf | |
parent | edf06330b130c6499cf5166d63a3d106555df513 (diff) | |
download | rules-5c2e3443bedf0ef6a34888ea30361af7da314748.tar.gz |
roles: Add workstation role
Diffstat (limited to 'roles/workstation/templates/xorg-intel.conf')
-rw-r--r-- | roles/workstation/templates/xorg-intel.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/workstation/templates/xorg-intel.conf b/roles/workstation/templates/xorg-intel.conf new file mode 100644 index 0000000..5d73c65 --- /dev/null +++ b/roles/workstation/templates/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 |