3 >>> This driver now uses DRI3 as the default Direct Rendering
4 Infrastructure. You can try falling back to DRI2 if you run
5 into trouble. To do so, save a file with the following
6 content as /etc/X11/xorg.conf.d/20-intel.conf :
8 Identifier "Intel Graphics"
10 Option "DRI" "2" # DRI3 is now default
11 #Option "AccelMethod" "sna" # default
12 #Option "AccelMethod" "uxa" # fallback
18 if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then