Merge pull request #9854 from mglae/le13_xorg_i915

xorg-i915.conf: set "option DRI 3"
This commit is contained in:
Christian Hewitt 2025-03-09 21:31:57 +04:00 committed by GitHub
commit ba091b25c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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