From 4536267bfee7c4e8781b964691c9f45ee65dae4e Mon Sep 17 00:00:00 2001 From: mglae Date: Sun, 9 Mar 2025 18:16:08 +0100 Subject: [PATCH] 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" --- projects/Generic/devices/x11/filesystem/etc/X11/xorg-i915.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Generic/devices/x11/filesystem/etc/X11/xorg-i915.conf b/projects/Generic/devices/x11/filesystem/etc/X11/xorg-i915.conf index f4f70ae255..383fd7e832 100644 --- a/projects/Generic/devices/x11/filesystem/etc/X11/xorg-i915.conf +++ b/projects/Generic/devices/x11/filesystem/etc/X11/xorg-i915.conf @@ -4,4 +4,5 @@ Section "Device" VendorName "INTEL Corporation" Option "TripleBuffer" "false" Option "TearFree" "false" + Option "DRI" "3" EndSection