lots of fixes, automation for bitfolk
[distro-setup] / machine_specific / s76 / filesystem / etc / X11 / xorg.conf.d / 20-intel.conf
1 # https://forums.linuxmint.com/viewtopic.php?f=208&t=224942#p1197049
2 # prevents konsole from being borderline unusable on system76 intel graphics + i3
3 Section "Device"
4 Identifier "Intel Graphics"
5 Driver "intel"
6 Option "TearFree" "true"
7 EndSection