adding xorg config file for intel graphics

This commit is contained in:
Jake Day 2018-01-12 08:25:54 -05:00
parent 38d281816c
commit f9a69b0a2a

View file

@ -0,0 +1,7 @@
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TripleBuffer" "true"
Option "TearFree" "true"
Option "DRI" "false"
EndSection