From f72425b3246d2f50eec185b6aea0d78a8f206560 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Tue, 23 Oct 2018 10:01:17 -0400 Subject: [PATCH] re-purpose xorg.conf intel file as example --- root/etc/X11/xorg.conf.d/20-intel.conf | 7 ------- root/etc/X11/xorg.conf.d/20-intel_example.conf | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 root/etc/X11/xorg.conf.d/20-intel.conf create mode 100644 root/etc/X11/xorg.conf.d/20-intel_example.conf diff --git a/root/etc/X11/xorg.conf.d/20-intel.conf b/root/etc/X11/xorg.conf.d/20-intel.conf deleted file mode 100644 index 51029b484..000000000 --- a/root/etc/X11/xorg.conf.d/20-intel.conf +++ /dev/null @@ -1,7 +0,0 @@ -Section "Device" - Identifier "Intel Graphics" - Driver "intel" - Option "TripleBuffer" "true" - Option "TearFree" "true" - Option "DRI" "true" -EndSection diff --git a/root/etc/X11/xorg.conf.d/20-intel_example.conf b/root/etc/X11/xorg.conf.d/20-intel_example.conf new file mode 100644 index 000000000..5b74960c8 --- /dev/null +++ b/root/etc/X11/xorg.conf.d/20-intel_example.conf @@ -0,0 +1,7 @@ +#Section "Device" +# Identifier "Intel Graphics" +# Driver "intel" +# Option "TripleBuffer" "true" +# Option "TearFree" "true" +# Option "DRI" "true" +#EndSection