xorg-i915.conf: set "option DRI 3" after default dri2 was removed from mesa

Fix Kodi failing to initialize on intel HW.

If there are still issues mesa has to be build with "legacy-x11=dri2"
This commit is contained in:
mglae 2025-03-09 18:16:08 +01:00
parent 6a127696ac
commit 3bff3fd5ba

View File

@ -4,4 +4,5 @@ Section "Device"
VendorName "INTEL Corporation" VendorName "INTEL Corporation"
Option "TripleBuffer" "false" Option "TripleBuffer" "false"
Option "TearFree" "false" Option "TearFree" "false"
Option "DRI" "3"
EndSection EndSection