Ubuntu 20でのティアリング対策(Intel)


新規でファイルを作って再起動。

# cat /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "TearFree" "true"
EndSection