change dri to true in intel graphics X11 conf

This commit is contained in:
Jake Day 2018-01-19 19:57:34 -05:00
parent 87afc7ec71
commit 4acfbb1cc3

View file

@ -3,5 +3,5 @@ Section "Device"
Driver "intel"
Option "TripleBuffer" "true"
Option "TearFree" "true"
Option "DRI" "false"
Option "DRI" "true"
EndSection