018 Tearing, franjas horizontales

Tras instalar Debian 11 (testing) en un portátil con gráfica Intel se notaban unas franjas horizontales cuando estás visualizando vídeos por internet llamadas tearing.

He logrado quitarlas gracias a las instrucciones que he leído ::aquí::

nano /etc/X11/xorg.conf.d/20-intel.conf

Y añadimos esto:

Section "Device"
	Identifier "Intel Graphics"
	Driver "intel"
	Option "TearFree" "true"
EndSection

Reiniciamos y listo.

Written on November 20, 2020