lots of fixes, automation for bitfolk
[distro-setup] / machine_specific / s76 / filesystem / etc / X11 / xorg.conf.d / 20-intel.conf
diff --git a/machine_specific/s76/filesystem/etc/X11/xorg.conf.d/20-intel.conf b/machine_specific/s76/filesystem/etc/X11/xorg.conf.d/20-intel.conf
new file mode 100644 (file)
index 0000000..da6c815
--- /dev/null
@@ -0,0 +1,7 @@
+# https://forums.linuxmint.com/viewtopic.php?f=208&t=224942#p1197049
+# prevents konsole from being borderline unusable on system76 intel graphics + i3
+Section "Device"
+   Identifier  "Intel Graphics"
+   Driver      "intel"
+   Option      "TearFree"    "true"
+EndSection