diff options
| author | Amin Bandali <me@aminb.org> | 2015-03-05 21:42:05 -0500 | 
|---|---|---|
| committer | Amin Bandali <me@aminb.org> | 2015-03-05 21:42:05 -0500 | 
| commit | 7bb664f42a5df40d87e70623c239d8b72e3b18a4 (patch) | |
| tree | f5f3df109b9f6e510fe26599f5803f034308efe5 /other | |
| parent | 013f9eb6ada48060acd6ffbf930331d204d7ba68 (diff) | |
| download | configs-7bb664f42a5df40d87e70623c239d8b72e3b18a4.tar.gz configs-7bb664f42a5df40d87e70623c239d8b72e3b18a4.tar.xz configs-7bb664f42a5df40d87e70623c239d8b72e3b18a4.zip  | |
add intel xorg conf (enables TearFree)
Diffstat (limited to '')
| -rw-r--r-- | other/xorg/20-intel.conf | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/other/xorg/20-intel.conf b/other/xorg/20-intel.conf new file mode 100644 index 0000000..1c55117 --- /dev/null +++ b/other/xorg/20-intel.conf @@ -0,0 +1,5 @@ +Section "Device" +   Identifier  "Intel Graphics" +   Driver      "intel" +   Option      "TearFree"    "true" +EndSection  | 
