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