Comment 63 for bug 1510970

Revision history for this message
kosiara (kosiara87) wrote :

I created the file:
sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf

sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf
Then pasted the following content:

Section "Device"
 Identifier "Card0"
 Driver "Intel"
 Option "AccelMethod" "uxa"
EndSection

which resolved the random crash errors.

cat /var/log/Xorg.0.log | grep -i sna

to check if SNA is enabled and working

Some time before that I disabled window animations but that only diminished the number of crashes.