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 committed by Rudi Heitbaum
parent 5f71599da9
commit 4536267bfe

View File

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