Skip to content

Instantly share code, notes, and snippets.

@raybsmith
Created October 18, 2016 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raybsmith/f1476f33cf8d33f4f1f3c82c244b2cdd to your computer and use it in GitHub Desktop.
Save raybsmith/f1476f33cf8d33f4f1f3c82c244b2cdd to your computer and use it in GitHub Desktop.
dri3->dri2
>>> This driver now uses DRI3 as the default Direct Rendering
Infrastructure. You can try falling back to DRI2 if you run
into trouble. To do so, save a file with the following
content as /etc/X11/xorg.conf.d/20-intel.conf :
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "2" # DRI3 is now default
#Option "AccelMethod" "sna" # default
#Option "AccelMethod" "uxa" # fallback
EndSection
@grahamperrin
Copy link

grahamperrin commented May 13, 2023

I took a LIBGL_DRI3_DISABLE approach on FreeBSD; https://bugs.freebsd.org/253746#c12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment