mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +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
5f71599da9
commit
4536267bfe
@ -4,4 +4,5 @@ Section "Device"
|
||||
VendorName "INTEL Corporation"
|
||||
Option "TripleBuffer" "false"
|
||||
Option "TearFree" "false"
|
||||
Option "DRI" "3"
|
||||
EndSection
|
||||
|
Loading…
x
Reference in New Issue
Block a user