balena-electronjs
balena-electronjs copied to clipboard
Add no tearing config to xorg to reduce tearing
You can add additional hardware acceleration for no tearing by creating a /usr/share/X11/xorg.conf.d/20-intel.conf
file with the code below. This helps make animations and videos render much more smoothly.
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
NOTE: This is only useful for Intel projects.