Ubuntu Mate 22.04 auto ending Sessions when I do something specific

@Ygor6889, Igor, is your video card also from intel? I just solved the problem on the Latitude E6410. I created the /etc/X11/xorg.conf.d/20-intel.conf file with the following content:

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

Then I restarted the system and Ubuntu Mate stopped crashing!

I saw someone on this post reporting a similar problem:

And then I followed what was in the 6.1 section of the ArchLinux Wiki:
https://wiki.archlinux.org/title/intel_graphics#Tearing

3 Likes