mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
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:
parent
6a127696ac
commit
3bff3fd5ba
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user