re-purpose xorg.conf intel file as example

This commit is contained in:
Jake Day 2018-10-23 10:01:17 -04:00
parent 502a40ebad
commit f72425b324
2 changed files with 7 additions and 7 deletions

View file

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

View file

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