Gnome Flickering, tearing in Intel GPU

Опубликовано: 19 Май 2026
на канале: Kishan Joshi
4,247
40

In this video tutorial i will show you how to remove gnome flickering in intel gpu so as mention in arch linux wiki we have to add some lines in intel configuration files.

this method works in all Linux distros like ubuntu , debian , fedora , and Manjaro Linux as well.
link : https://wiki.archlinux.org/index.php/...



configuration file : /etc/X11/xorg.conf.d/20-intel.conf



code :

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

add this lines


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


and then reboot glitches , tearing, flickering in gnome are gone using intel gpu


thank you for watching....stay tuned.